haskell ghc-8.10 is now in rawhide

2021-08-09 Thread Jens-Ulrik Petersen
On behalf of the Haskell SIG I am pleased to announce that in F35 Rawhide ghc has been updated from 8.8.4 to 8.10.5 and Haskell packages from Stackage LTS 16 to 18.5 versions. This is for https://fedoraproject.org/wiki/Changes/GHC_8.10_%26_Stackage_18 and has many important version updates includi

Updated hdf5/netcdf/octave coming to rawhide

2021-08-09 Thread Orion Poplawski
I'm starting to build packages and all dependencies for an updated hdf5/netcdf/octave stack in a side tag. Please use: fedpkg build --target=f35-build-side-44365 to build dependent packages until the side tag is merged back. Dependent packages include: HDF5: alembic armadillo avogadro2-libs

Unretiring python-port-for package

2021-08-09 Thread Mikel Olasagasti
Hi all, A new release of pg_activity[1] has a dep on new package python-pytest-postgresql[2] that requires retired python-port-for[3] and new package python-mirakuru. Kind regards, Mikel [1] https://bugzilla.redhat.com/show_bug.cgi?id=1990722 [2] https://bugzilla.redhat.com/show_bug.cgi?id=19911

Fedora-IoT-34-20210809.0 compose check report

2021-08-09 Thread Fedora compose checker
No missing expected images. Failed openQA tests: 1/15 (aarch64) Old failures (same test failed in Fedora-IoT-34-20210801.0): ID: 944538 Test: aarch64 IoT-dvd_ostree-iso iot_clevis@uefi URL: https://openqa.fedoraproject.org/tests/944538 Soft failed openQA tests: 3/16 (x86_64), 1/15 (aarch64

F36 Change: MinGW environment and toolchain update (System-Wide Change proposal)

2021-08-09 Thread Ben Cotton
https://fedoraproject.org/wiki/Changes/F36MingwDebugLocation == Summary == Store debug files of mingw PE binaries below /usr/lib/debug. == Owner == * Name: [[User:smani|Sandro Mani]] * Email: manisan...@gmail.com == Detailed Description == Native debug symbols are already stored below /usr/lib

Re: Self Introduction: Jonathan Schleifer

2021-08-09 Thread Benjamin Kircher
On Mon, 2021-08-09 at 16:54 +0200, Jonathan Schleifer wrote: > Hi! > > I started using Fedora a few month ago and it became my main system. > Since open source also means contributing if I use something daily > for > me, here I am :). I'm also a pkgsrc developer where I maintain a few > package

Re: Unannounced soname bump dcmtk? 0.14->0.16

2021-08-09 Thread Richard Shaw
On Mon, Aug 9, 2021 at 8:31 AM Ankur Sinha wrote: > On Mon, Aug 09, 2021 14:18:17 +0100, Ankur Sinha wrote: > > On Mon, Aug 09, 2021 07:53:09 -0500, Richard Shaw wrote: > > > Fortunately it looks to be a short list. Just OpenImageIO and ctk. > I'll take a > > > look at ctk shortly. > > > > Ugh! S

Self Introduction: Jonathan Schleifer

2021-08-09 Thread Jonathan Schleifer
Hi! I started using Fedora a few month ago and it became my main system. Since open source also means contributing if I use something daily for me, here I am :). I'm also a pkgsrc developer where I maintain a few packages. Things I'll probably start with are a few packages that are in pkgsrc

Re: How to solve rpmlint E: script-without-shebang message

2021-08-09 Thread Sérgio Basto
On Sun, 2021-08-08 at 12:04 +, linux4mar...@gmx.de wrote: > I will remove the executable flag with: > chmod 0644 *.pm maybe, rpm macro %_fixperms [1], is useful for this case. [1] macro is in file /lib/rpm/macros line 794 > Thanks a lot > Martin > -- Sérgio M. B. ___

Re: Rawhide CMake broken?

2021-08-09 Thread Florian Weimer
* Richard Shaw: > On Mon, Aug 2, 2021 at 10:42 PM Tom Stellard wrote: > > On 8/2/21 8:38 PM, Richard Shaw wrote: > > I'm trying to fix vigra to work with OpenEXR 3 via the CONFIG method. > > > > In the OpenEXR config it has a "find_dependency(Threads REQUIRED)" and > there's > no complaint

Re: Unannounced soname bump dcmtk? 0.14->0.16

2021-08-09 Thread Ankur Sinha
On Mon, Aug 09, 2021 14:18:17 +0100, Ankur Sinha wrote: > On Mon, Aug 09, 2021 07:53:09 -0500, Richard Shaw wrote: > > Fortunately it looks to be a short list. Just OpenImageIO and ctk. I'll > > take a > > look at ctk shortly. > > Ugh! Sorry about that Richard. We've only updated from 3.6.4 to 3.

Re: Unannounced soname bump dcmtk? 0.14->0.16

2021-08-09 Thread Ankur Sinha
On Mon, Aug 09, 2021 07:53:09 -0500, Richard Shaw wrote: > Fortunately it looks to be a short list. Just OpenImageIO and ctk. I'll take a > look at ctk shortly. Ugh! Sorry about that Richard. We've only updated from 3.6.4 to 3.6.6, which is a patch release and should not have included a soname bum

No FESCo Meeting today (2021-08-09)

2021-08-09 Thread Zbigniew Jędrzejewski-Szmek
There is nothing on the agenda, so I'm cancelling the meeting. I'll chair the next one. = Discussed and Voted in the Ticket = #2655 F35 Change: Use power-profiles-daemon on Workstation https://pagure.io/fesco/issue/2655 APPROVED: (+6, 0, 0) #2653 F35 Change: Switch to WirePlumber as the PipeWire

Re: Unannounced soname bump dcmtk? 0.14->0.16

2021-08-09 Thread Richard Shaw
Fortunately it looks to be a short list. Just OpenImageIO and ctk. I'll take a look at ctk shortly. Thanks, Richard ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of

Unannounced soname bump dcmtk? 0.14->0.16

2021-08-09 Thread Richard Shaw
I'm about to rebuild OpenImageIO now. Not sure what other packages are affected as my rebuild script won't work since the package has already been updated. I could probably do some sed magic to replace 16 with 14 in the checks but I haven't had enough coffee for that. Thanks, Richard

Re: Rawhide CMake broken?

2021-08-09 Thread Richard Shaw
On Mon, Aug 2, 2021 at 10:42 PM Tom Stellard wrote: > On 8/2/21 8:38 PM, Richard Shaw wrote: > > I'm trying to fix vigra to work with OpenEXR 3 via the CONFIG method. > > > > In the OpenEXR config it has a "find_dependency(Threads REQUIRED)" and > there's no complaint, but then building fails[1]

Re: Joint to packager group

2021-08-09 Thread Vitaly Zaitsev via devel
On 09/08/2021 10:29, Anatoly Vildemanov via devel wrote: I want to join to packager like member , is it possible? First, you need to find a sponsor: https://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org) __

Re: Packages that fail to install in Fedora 35 and might be retired one week before the beta freeze

2021-08-09 Thread Thomas Andrejak
Hi all, Sorry for the delay and the issues linked to *libprelude*. I will fix it before the end of this week. If someone wants to help me to fix it quickly, I'm OK :) Regards Thomas Le lun. 9 août 2021 à 08:10, Milan Crha a écrit : > On Thu, 2021-08-05 at 14:20 -0400, Yaakov Selkowitz wrote:

Non-responsive maintainer check for corsepiu - OpenSceneGraph

2021-08-09 Thread Sandro Mani
Hi OpenSceneGraph in Fedora is out of date (last version update to v3.4.1 was performed 2017-09-21, current version is v3.6.5). Per non-responsive maintainer policy, I've filed the non-responsive maintainer check bug [1] to ask whether Ralf Corsépius is still interested in maintaining OSG.

Fedora-Cloud-34-20210809.0 compose check report

2021-08-09 Thread Fedora compose checker
No missing expected images. Soft failed openQA tests: 1/8 (x86_64), 1/8 (aarch64) (Tests completed, but using a workaround for a known bug) Old soft failures (same test soft failed in Fedora-Cloud-34-20210808.0): ID: 944276 Test: x86_64 Cloud_Base-qcow2-qcow2 cloud_autocloud URL: https://op

Re: Weird glibc recursive stack crash in Rawhide

2021-08-09 Thread Vít Ondruch
Dne 07. 08. 21 v 23:59 Kevin Fenzi napsal(a): On Wed, Jun 30, 2021 at 04:04:33PM +0200, Vít Ondruch wrote: Dne 30. 06. 21 v 15:04 Richard W.M. Jones napsal(a): In unrelated news, what happened to the -ow...@fedoraproject.org email addresses? They seem to be bouncing for me. Please see the "

Orphaned packages looking for new maintainers

2021-08-09 Thread Miro Hrončok
The following packages are orphaned and will be retired when they are orphaned for six weeks, unless someone adopts them. If you know for sure that the package should be retired, please do so now with a proper reason: https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life Note: If

Re: Joint to packager group

2021-08-09 Thread Vascom
This instruction for join package collection maintainers group. What do you mean "like member"? 1. If you are not in the maintainers group you can just send Pull-Request. 2. If you are in the maintainers group you can join to package maintainers (if the admin of the package welcomes you) and have

RE: Joint to packager group

2021-08-09 Thread Anatoly Vildemanov via devel
Is this instruction for stay sponsor? I want to join to packager like member , is it possible? Thanks -Original Message- From: Vascom Sent: Monday, August 9, 2021 10:42 AM To: Development discussions related to Fedora Subject: Re: Joint to packager group External email: Use caution o

Re: Joint to packager group

2021-08-09 Thread Vascom
Hi. If you want be co-maintainer you should follow this instruction https://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group#Become_a_co-maintainer пн, 9 авг. 2021 г. в 10:33, Anatoly Vildemanov via devel : > > Hi, > > > > My name is Anatoly (anatolyv) . I work in UCX project ,

Fedora-Cloud-33-20210809.0 compose check report

2021-08-09 Thread Fedora compose checker
No missing expected images. Soft failed openQA tests: 1/8 (x86_64), 1/8 (aarch64) (Tests completed, but using a workaround for a known bug) Old soft failures (same test soft failed in Fedora-Cloud-33-20210808.0): ID: 944089 Test: x86_64 Cloud_Base-qcow2-qcow2 cloud_autocloud URL: https://op

Joint to packager group

2021-08-09 Thread Anatoly Vildemanov via devel
Hi, My name is Anatoly (anatolyv) . I work in UCX project , contribute to Tests and CI I need to join to packager group for push ucx package I completed all the points from "Join the package collection maintainers" manual Anatoly Vildemanov Sr. Software Engineer, DevOps | Networking SW Mellanox

Fashion

2021-08-09 Thread Karol Clark
Comfort, style, quality, fashion, variety and class! https://www.filmstarjacket.com/product-category/tv-drama/attack-on-titan/";>Attack on Titan Jacket brings it all on a single table. What else are you looking for? Grab your favorite outfits and look trendy and fashionable throughout the season