Hello community,
here is the log from the commit of package MozillaThunderbird for
openSUSE:Factory checked in at 2017-06-04 01:48:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
and /work/SRC/openSUSE:Factory/.MozillaThunderbird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaThunderbird"
Sun Jun 4 01:48:40 2017 rev:179 rq:500304 version:52.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2017-05-20 10:10:12.109228062 +0200
+++
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes
2017-06-04 01:48:43.026394961 +0200
@@ -1,0 +2,6 @@
+Thu Jun 1 06:09:23 UTC 2017 - [email protected]
+
+- explicitely optimize with -O2 for openSUSE > 13.2/Leap 42 to work
+ with gcc7 (boo#1040105, boo#1042090)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.pM6rha/_old 2017-06-04 01:48:48.845572762 +0200
+++ /var/tmp/diff_new_pack.pM6rha/_new 2017-06-04 01:48:48.845572762 +0200
@@ -260,7 +260,15 @@
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-alsa
-ac_add_options --enable-optimize
+# gcc7 (boo#104105)
+%if 0%{?suse_version} > 1320
+ac_add_options --enable-optimize="-g -O2"
+%endif
+%ifarch %ix86 %arm
+%if 0%{?suse_version} > 1230
+ac_add_options --disable-optimize
+%endif
+%endif
%if 0%{?mozilla_use_gtk3}
ac_add_options --enable-default-toolkit=cairo-gtk3
%else