Fedora eln compose report: 20241104.n.0 changes

2024-11-03 Thread Fedora ELN Report
OLD: Fedora-eln-20241103.n.0 NEW: Fedora-eln-20241104.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:0 Upgraded packages: 77 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:0 B Size of

Re: RFC: Moving to -O3 for Fedora Linux

2024-11-03 Thread Leslie Satenstein via devel
I found Os to offer the best all around gcc  and with C files. I tested a large number of string type content files (not float or other numeric calculations) source fileswith gcc and with clang.   gcc provides a smaller executable than does clang,  and Os does much better than O3 I used CFLAGS :=

Adopting orphaned package bup to pave the way for the inclusion of plasma-kup in the repositories.

2024-11-03 Thread Fotios Valasiadis via devel
Hello everyone. Bup has been orphaned since 2019 after python2 was purged from the repositories. It has since been fully ported to python3 making it eligible to join fedora again. There have been multiple copr repositories over the years so there is plenty of spec files going around and the wor

Re: strange reproducibility problem with QImage

2024-11-03 Thread Ben Beasley
Kevin’s observation about floating-point rounding and runtime dispatch is an excellent one in general. Those two CPU’s should, as far as I can tell, be dispatched to the same SIMD implementations in this case. Skimming https://github.com/qt/qtbase/blob/v6.8.0/src/gui/painting/qimagescale_sse4.

Re: F42 Change Proposal: dropping Of cert.pem file (System-Wide)

2024-11-03 Thread Björn Persson
> == Release Notes == > The /etc/pki/tls/cert.pem file has been deprecated Removed, not deprecated, according to the rest of the proposal. Sysadmins who read "deprecated" in the release notes will think they can upgrade Fedora and look into migrating off /etc/pki/tls/cert.pem later. They will feel

Re: FYI Koji 1.35 changed how side tag newRepo works

2024-11-03 Thread Björn Persson
Kevin Fenzi wrote: > On Mon, Oct 28, 2024 at 06:42:28PM +0100, Björn Persson wrote: > > In the case of --wait-repo it would make sense to request and await a > > refresh after the build, to guarantee that when the koji command exits > > successfully the repo includes the newly built package and is

Re: strange reproducibility problem with QImage

2024-11-03 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Nov 03, 2024 at 04:08:38AM +0100, Kevin Kofler via devel wrote: > Zbigniew Jędrzejewski-Szmek wrote: > > With python3-pyqt6-6.8.0-0.1.fc42.x86_64, we get a difference in how the > > icons are rendered: > > > > calibre-7.20.0-1.fc42.x86_64 > > modified-S.5 > > /u

Fedora rawhide compose report: 20241103.n.0 changes

2024-11-03 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20241102.n.0 NEW: Fedora-Rawhide-20241103.n.0 = SUMMARY = Added images:3 Dropped images: 1 Added packages: 1 Dropped packages:0 Upgraded packages: 66 Downgraded packages: 0 Size of added packages: 65.86 KiB Size of dropped packages:0 B

Orphaned python-astor

2024-11-03 Thread Sandro
I just orphaned `python-astor`. The package used to be a dependency of `python-formulaic`, but they switched away from it in release 1.0.0. It is now a leave package. The package is in good shape, however it will need some work [1] in the not so distant future and upstream appears inactive.