Fedora 43 Rawhide 20250622.n.0 nightly compose nominated for testing

2025-06-22 Thread rawhide
Announcing the creation of a new nightly release validation test event for Fedora 43 Rawhide 20250622.n.0. Please help run some tests for this nightly compose if you have time. For more information on nightly release validation testing, see: https://fedoraproject.org/wiki

Remove -mno-omit-leaf-frame-pointer from build flags

2025-06-22 Thread Florian Weimer
We currently use -mno-omit-leaf-frame-pointer on various architectures. I think we should remove it because it does not work as expected. Obviously, this does not work for many glibc string functions because they use hand-written assembly that does not set up a frame pointer. The happy path of th

dosbox-staging orphaned

2025-06-22 Thread Otto Liljalaakso
I have orphaned the following packages I have been maintaining for DOSBox Staging in Fedora: dosbox-staging (Provides: dosbox) iir1 mt32emu Already for long time, I have had very little time for retro gaming, and now upstream has been (again) moving Git tags around and what I incorrectly pack

Re: Packaging question - replacing directory with possible user file in with a symlink

2025-06-22 Thread Peter Hutterer
On Sat, Jun 14, 2025 at 04:42:06AM +0200, Neal Gompa wrote: > On Sat, Jun 14, 2025 at 1:21 AM Peter Hutterer > wrote: > > > > On Fri, Jun 13, 2025 at 10:05:32AM +0200, Petr Pisar wrote: > > > V Fri, Jun 13, 2025 at 03:27:49PM +1000, Peter Hutterer napsal(a): > > > > Hi all, > > > > > > > > A tric

Re: dosbox-staging orphaned

2025-06-22 Thread Hans de Goede
Hi, On 22-Jun-25 10:23 PM, Otto Liljalaakso wrote: > I have orphaned the following packages I have been maintaining for DOSBox > Staging in Fedora: > > dosbox-staging (Provides: dosbox) > iir1 > mt32emu Thank you for maintaining these packages up until now! > Already for long time, I have had

Re: Remove -mno-omit-leaf-frame-pointer from build flags

2025-06-22 Thread Richard W.M. Jones
On Sun, Jun 22, 2025 at 11:41:48AM +0200, Florian Weimer wrote: > The reason is what GCC calls shrink-wrapping. It's related to this old > optimization: > > Minimizing register usage penalty at procedure calls > > > Basically it pushes optiona

Fedora rawhide compose report: 20250622.n.0 changes

2025-06-22 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20250621.n.0 NEW: Fedora-Rawhide-20250622.n.0 = SUMMARY = Added images:6 Dropped images: 0 Added packages: 0 Dropped packages:0 Upgraded packages: 26 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:0 B Size

Re: Remove -mno-omit-leaf-frame-pointer from build flags

2025-06-22 Thread Florian Weimer
* Richard W. M. Jones: > On Sun, Jun 22, 2025 at 11:41:48AM +0200, Florian Weimer wrote: >> The reason is what GCC calls shrink-wrapping. It's related to this old >> optimization: >> >> Minimizing register usage penalty at procedure calls >> >