diff -r 18f97bd2c2bf -r 63a32fb3b602 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Aug 25 18:07:14 2018 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sun Oct 21 09:27:28 2018 +0200 @@ -18,13 +18,13 @@ # changed with every update -%define major 61 +%define major 62 %define mainver %major.99 -%define orig_version 62.0 -%define orig_suffix b20 +%define orig_version 63.0 +%define orig_suffix b14 %define update_channel beta %define branding 1 -%define releasedate 20180823143155 +%define releasedate 20181011200118 %define source_prefix firefox-%{orig_version} # PIE, full relro (x86_64 for now) @@ -345,11 +345,15 @@ %if 0%{?suse_version} > 1320 ac_add_options --enable-optimize="-g -O2" %endif -%ifarch %ix86 %arm +%ifarch %arm %if 0%{?suse_version} > 1230 ac_add_options --disable-optimize %endif %endif +# bmo#1441155 - Disable the generation of Rust debug symbols on Linux32 +%ifarch %ix86 +ac_add_options --disable-debug-symbols +%endif %ifarch %arm ac_add_options --disable-elf-hack %endif