Hello community,

here is the log from the commit of package 4store for openSUSE:Factory checked 
in at 2020-06-17 14:55:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/4store (Old)
 and      /work/SRC/openSUSE:Factory/.4store.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "4store"

Wed Jun 17 14:55:04 2020 rev:5 rq:815363 version:1.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/4store/4store.changes    2019-11-06 
13:49:46.335744460 +0100
+++ /work/SRC/openSUSE:Factory/.4store.new.3606/4store.changes  2020-06-17 
14:56:11.854185102 +0200
@@ -1,0 +2,5 @@
+Wed Jun 17 06:31:57 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Fix building with gcc10
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 4store.spec ++++++
--- /var/tmp/diff_new_pack.LiSP44/_old  2020-06-17 14:56:13.930192210 +0200
+++ /var/tmp/diff_new_pack.LiSP44/_new  2020-06-17 14:56:13.934192223 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package 4store
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,7 +44,10 @@
 BuildRequires:  pkgconfig(zlib)
 
 %description
-4store was designed by Steve Harris and developed at Garlik to underpin their 
Semantic Web applications. It has been providing the base platform for around 3 
years. At times holding and running queries over databases of 15GT, supporting 
a Web application used by thousands of people.
+4store was designed by Steve Harris and developed at Garlik to underpin
+their Semantic Web applications. It has been providing the base platform
+for around 3 years. At times holding and running queries over databases of
+15GT, supporting a Web application used by thousands of people.
 
 %package -n lib4store%{major}
 Summary:        4store RDF Storage Library
@@ -66,14 +69,16 @@
 %build
 # configure script is not shipped since v1.1.6, generation is required
 echo %{version} > .version && ./autogen.sh
+# needed for building with gcc10
+export CFLAGS="%{optflags} -fcommon"
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-sed -i 's:/usr/bin/env bash:/bin/bash:' %{buildroot}%{_bindir}/4s-*
-sed -i 's:/usr/bin/env perl:/usr/bin/perl:' %{buildroot}%{_bindir}/4s-*
+sed -i 's:%{_bindir}/env bash:/bin/bash:' %{buildroot}%{_bindir}/4s-*
+sed -i 's:%{_bindir}/env perl:%{_bindir}/perl:' %{buildroot}%{_bindir}/4s-*
 
 %post -n lib4store%{major} -p /sbin/ldconfig
 %postun -n lib4store%{major} -p /sbin/ldconfig


Reply via email to