Hello community,

here is the log from the commit of package pspp for openSUSE:Factory checked in 
at 2020-06-09 00:00:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pspp (Old)
 and      /work/SRC/openSUSE:Factory/.pspp.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pspp"

Tue Jun  9 00:00:57 2020 rev:13 rq:812440 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pspp/pspp.changes        2020-03-17 
13:10:51.069831485 +0100
+++ /work/SRC/openSUSE:Factory/.pspp.new.3606/pspp.changes      2020-06-09 
00:04:08.937180990 +0200
@@ -1,0 +2,7 @@
+Mon Jun  8 06:44:01 UTC 2020 - [email protected]
+
+- Add option -fcommon as a workaround for compilation with GCC10.
+- Don't try delete /usr/share/info/dir which does not exist before 
+  compilation in openSUSE TW
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pspp.spec ++++++
--- /var/tmp/diff_new_pack.puPTXM/_old  2020-06-09 00:04:09.793184026 +0200
+++ /var/tmp/diff_new_pack.puPTXM/_new  2020-06-09 00:04:09.797184041 +0200
@@ -141,7 +141,7 @@
 
 %build
 export SUSE_ASNEEDED=0
-export CFLAGS="%{optflags} -fgnu89-inline"
+export CFLAGS="%{optflags} -fgnu89-inline -fcommon"
 %if 0%{?suse_version} <= 1320
 autoreconf -f -i
 %endif
@@ -161,8 +161,8 @@
 %if 0%{?mandriva_version}
 # do nothing
 %else
-# don't own /usr/share/info/dir
-rm %{buildroot}/%{_infodir}/dir
+# don't own /usr/share/info/dir if it exist
+[ -d %{buildroot}/%{_infodir}/dir ] && rm %{buildroot}/%{_infodir}/dir
 %endif
 
 #Config for ld




Reply via email to