Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2016-03-02 14:20:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firebird (Old)
 and      /work/SRC/openSUSE:Factory/.firebird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "firebird"

Changes:
--------
--- /work/SRC/openSUSE:Factory/firebird/firebird-classic.changes        
2015-08-05 19:13:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird-classic.changes   
2016-03-02 14:20:43.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 26 12:38:00 UTC 2016 - [email protected]
+
+- Build with -std=gnu++98 -fno-lifetime-dse for GCC 5+ to avoid
+  issues with the old C++ code-base and its undefined behavior.  [bnc#964466]
+
+-------------------------------------------------------------------
firebird.changes: same change

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

Other differences:
------------------
++++++ firebird-classic.spec ++++++
--- /var/tmp/diff_new_pack.WjwgWc/_old  2016-03-02 14:20:44.000000000 +0100
+++ /var/tmp/diff_new_pack.WjwgWc/_new  2016-03-02 14:20:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird-classic
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -103,6 +103,9 @@
 
 %build
 rm -vf builds/make.new/config/config.{guess,sub}
+%if 0%{suse_version} > 1320
+export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++98 -fno-lifetime-dse"
+%endif
 ./autogen.sh --prefix=%{_prefix} \
   --with-system-icu --with-system-editline \
   --with-fbbin=%{_bindir} --with-fbsbin=%{_sbindir} \

++++++ firebird.spec ++++++
--- /var/tmp/diff_new_pack.WjwgWc/_old  2016-03-02 14:20:44.000000000 +0100
+++ /var/tmp/diff_new_pack.WjwgWc/_new  2016-03-02 14:20:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -96,6 +96,9 @@
 
 %build
 rm -vf builds/make.new/config/config.{guess,sub}
+%if 0%{suse_version} > 1320
+export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++98 -fno-lifetime-dse"
+%endif
 ./autogen.sh --prefix=%{_prefix} \
   --enable-superserver \
   --with-system-icu --with-system-editline \


Reply via email to