Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2017-09-05 15:18:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gthumb (Old)
 and      /work/SRC/openSUSE:Factory/.gthumb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gthumb"

Tue Sep  5 15:18:37 2017 rev:83 rq:520892 version:3.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes    2017-08-28 
15:14:08.178261494 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes       2017-09-05 
15:18:41.863908187 +0200
@@ -1,0 +2,8 @@
+Thu Aug 31 18:08:27 UTC 2017 - [email protected]
+
+- Add conditional export CFLAGS and CXXFLAGS == -std=gnu99 when
+  building for Leap, needed with version 3.5.2.
+- Add a export CXXFLAGS="-fPIE %optflags" to ensure that pie is
+  enabled also for gcc-c++.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gthumb.spec ++++++
--- /var/tmp/diff_new_pack.ZVdUmk/_old  2017-09-05 15:18:42.591805871 +0200
+++ /var/tmp/diff_new_pack.ZVdUmk/_new  2017-09-05 15:18:42.595805309 +0200
@@ -98,8 +98,15 @@
 %endif
 
 %build
+%if 0%{?suse_version} == 1315
+export CFLAGS="-fPIE %optflags -std=gnu99"
+export CXXFLAGS="%{optflags} -std=gnu99"
+export LDFLAGS="-pie"
+%else
 export CFLAGS="-fPIE %optflags"
+export CXXFLAGS="-fPIE %optflags"
 export LDFLAGS="-pie"
+%endif
 %configure\
        --disable-static \
        --enable-libraw \


Reply via email to