Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2016-08-24 10:08:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seamonkey (Old)
 and      /work/SRC/openSUSE:Factory/.seamonkey.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seamonkey"

Changes:
--------
--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes      2016-08-09 
22:15:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2016-08-24 
10:08:52.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Aug 21 14:05:26 UTC 2016 - [email protected]
+
+- Build also with fno-lifetime-dse and fno-schedule-insns2 for GCC6
+  (still boo#991027)
+- Check compiler version instead of openSUSE version for this
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ seamonkey.spec ++++++
--- /var/tmp/diff_new_pack.ddzPYU/_old  2016-08-24 10:09:01.000000000 +0200
+++ /var/tmp/diff_new_pack.ddzPYU/_new  2016-08-24 10:09:01.000000000 +0200
@@ -117,7 +117,6 @@
 %global provfind sh -c "grep -v '.so' | %__find_provides"
 %global __find_provides %provfind
 # the following conditions are always met in Factory by definition
-# so using %opensuse_bs is secure for now
 BuildRequires:  mozilla-nspr-devel >= 4.10.10
 PreReq:         mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr)
 BuildRequires:  mozilla-nss-devel >= 3.20.2
@@ -219,9 +218,9 @@
 export MOZILLA_OFFICIAL=1
 export BUILD_OFFICIAL=1
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-%if 0%{?suse_version} > 1320
-export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
-%endif
+if [ $(gcc -dumpversion | awk -F. '{print $1}') -ge 6 ]; then
+export CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse 
-fno-schedule-insns2"
+fi
 %ifarch %arm
 export CFLAGS="${CFLAGS/-g / }"
 %endif



Reply via email to