diff -r 18f97bd2c2bf -r 8dc7d19e8298 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Aug 25 18:07:14 2018 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Wed Sep 26 08:34:14 2018 +0200 @@ -13,18 +13,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # changed with every update -%define major 61 -%define mainver %major.99 -%define orig_version 62.0 -%define orig_suffix b20 -%define update_channel beta +%define major 62 +%define mainver %major.0.2 +%define orig_version 62.0.2 +%define orig_suffix %{nil} +%define update_channel release %define branding 1 -%define releasedate 20180823143155 +%define releasedate 20180921000000 %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