diff -r 2a24a948b5cf -r 37e065158be7 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Jul 29 14:34:45 2023 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Fri Aug 04 12:30:24 2023 +0200 @@ -28,9 +28,9 @@ # orig_suffix b3 # major 69 # mainver %%major.99 -%define major 115 -%define mainver %major.0.3 -%define orig_version 115.0.3 +%define major 116 +%define mainver %major.0 +%define orig_version 116.0 %define orig_suffix %{nil} %define update_channel release %define branding 1 @@ -61,7 +61,7 @@ %{expand:%%global optflags %(echo "%optflags"|sed -e s/i586/i686/) -march=i686 -mtune=generic -msse2} %endif %endif -%{expand:%%global optflags %(echo "%optflags"|sed -e s/-flto=auto//) } +#%%{expand:%%global optflags %(echo "%optflags"|sed -e s/-flto=auto//) } # general build definitions %define progname firefox @@ -219,7 +219,7 @@ Patch10: mozilla-bmo1504834-part1.patch Patch11: mozilla-bmo1504834-part3.patch Patch12: mozilla-bmo1512162.patch -Patch13: mozilla-fix-top-level-asm.patch +#Patch13: mozilla-fix-top-level-asm.patch Patch14: mozilla-bmo849632.patch Patch15: mozilla-bmo998749.patch Patch17: mozilla-libavcodec58_91.patch @@ -493,7 +493,7 @@ %ifarch x86_64 # LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506) %if 0%{?suse_version} > 1500 -#ac_add_options --enable-lto +ac_add_options --enable-lto %if 0%{?do_profiling} ac_add_options MOZ_PGO=1 %endif