Hello community,

here is the log from the commit of package openjade for openSUSE:Factory 
checked in at 2016-02-25 21:57:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openjade (Old)
 and      /work/SRC/openSUSE:Factory/.openjade.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openjade"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openjade/openjade.changes        2012-06-12 
07:24:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openjade.new/openjade.changes   2016-02-25 
22:35:28.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 15 12:58:47 UTC 2016 - [email protected]
+
+- Build with -fno-lifetime-dse because of object lifetime violations
+  within style/Collector.h
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openjade.spec ++++++
--- /var/tmp/diff_new_pack.s5WdZ8/_old  2016-02-25 22:35:30.000000000 +0100
+++ /var/tmp/diff_new_pack.s5WdZ8/_new  2016-02-25 22:35:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openjade
 #
-# Copyright (c) 2012 SUSE LINUX Products 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           openjade
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -34,7 +35,8 @@
 Patch5:         openjade-1.3.2-getopts.patch
 # Conflicts: jade_dsl
 Obsoletes:      jade_dsl
-Provides:       jade jade_dsl
+Provides:       jade
+Provides:       jade_dsl
 Requires:       opensp
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://openjade.sourceforge.net/
@@ -69,6 +71,7 @@
 
 %package devel
 Summary:        DSSSL Engine (development package)
+Group:          Productivity/Publishing/SGML
 Requires:       %{name} = %{version}
 
 %description devel
@@ -111,7 +114,11 @@
 
 %build
 # export CXXFLAGS='-O'
+%if %{suse_version} > 1320
+export CXXFLAGS="$RPM_OPT_FLAGS -fno-lifetime-dse"
+%else
 export CXXFLAGS="$RPM_OPT_FLAGS"
+%endif
 # export CXXFLAGS="-g -march=i486 -mcpu=i686"
 # export DEFAULT_SCHEME_BUILTINS=/usr/share/sgml/openjade/builtins.dsl
 # % {?suse_update_config:% {suse_update_config config}}


Reply via email to