Hello community,

here is the log from the commit of package libucl1 for openSUSE:Factory checked 
in at 2016-06-19 12:53:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libucl1 (Old)
 and      /work/SRC/openSUSE:Factory/.libucl1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libucl1"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libucl1/libucl1.changes  2015-03-11 
09:57:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libucl1.new/libucl1.changes     2016-06-19 
12:53:25.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Jun 18 17:26:37 UTC 2016 - mplus...@suse.com
+
+- Fix building with gcc6 (boo#985136)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libucl1.spec ++++++
--- /var/tmp/diff_new_pack.WwHSFo/_old  2016-06-19 12:53:26.000000000 +0200
+++ /var/tmp/diff_new_pack.WwHSFo/_new  2016-06-19 12:53:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libucl1
 #
-# 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
@@ -54,6 +54,9 @@
     xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
+export CFLAGS="%{optflags} -std=c90 -fPIC"
+export CXXFLAGS="%{optflags} -std=c90 -fPIC"
+export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now"
 %configure \
        --disable-static \
        --enable-shared \
@@ -61,14 +64,13 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
 make %{?_smp_mflags} check
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files


Reply via email to