Hello community,

here is the log from the commit of package 4store for openSUSE:Factory checked 
in at 2018-06-29 22:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/4store (Old)
 and      /work/SRC/openSUSE:Factory/.4store.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "4store"

Fri Jun 29 22:25:19 2018 rev:3 rq:616245 version:1.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/4store/4store.changes    2015-06-23 
11:56:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.4store.new/4store.changes       2018-06-29 
22:25:22.626529902 +0200
@@ -1,0 +2,7 @@
+Sat Jun  9 22:19:22 UTC 2018 - [email protected]
+
+- Update to 1.1.6:
+  * No changelog provided.
+- Clean with spec-cleaner.
+
+-------------------------------------------------------------------

Old:
----
  4store-v1.1.5.tar.gz

New:
----
  4store-1.1.6.tar.gz

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

Other differences:
------------------
++++++ 4store.spec ++++++
--- /var/tmp/diff_new_pack.7GRvqb/_old  2018-06-29 22:25:23.130529523 +0200
+++ /var/tmp/diff_new_pack.7GRvqb/_new  2018-06-29 22:25:23.142529514 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package 4store
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,15 +18,16 @@
 
 %define major   0
 Name:           4store
-Version:        1.1.5
+Version:        1.1.6
 Release:        0
 Summary:        RDF Storage and SPARQL Query Engine
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Databases/Servers
-Url:            http://4store.org/
-Source:         http://4store.org/download/%{name}-v%{version}.tar.gz
-Patch:          invalid-define.patch
-BuildRequires:  pkg-config
+URL:            https://4store.github.io
+Source:         
https://github.com/4store/4store/archive/v%{version}/%{name}-%{version}.tar.gz
+Patch0:         invalid-define.patch
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(avahi-client)
 BuildRequires:  pkgconfig(avahi-core)
@@ -42,18 +43,16 @@
 BuildRequires:  pkgconfig(rasqal)
 BuildRequires:  pkgconfig(uuid)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %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.
 
-
 %package -n lib4store%{major}
 Summary:        4store RDF Storage Library
 Group:          System/Libraries
 
 %description -n lib4store%{major}
-4store RDF storage shared library.
+This package provides 4store RDF storage shared library.
 
 %package -n lib4store-devel
 Summary:        4store RDF Storage Development Files
@@ -61,39 +60,41 @@
 Requires:       lib4store%{major} = %{version}
 
 %description -n lib4store-devel
-4store RDF storage development files.
+This package provides 4store RDF storage development files.
 
 %prep
-%setup -q -n %{name}-v%{version}
-%patch -p1
+%setup -q
+%patch0 -p1
 
 %build
+# configure script is not shipped since v1.1.6, generation is required
+echo %{version} > .version && ./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
 %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-*
 
 %post -n lib4store%{major} -p /sbin/ldconfig
-
 %postun -n lib4store%{major} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_bindir}/4s-*
 %{_mandir}/man1/*
 %{_mandir}/man5/*
 %{_mandir}/man8/*
 
 %files -n lib4store%{major}
-%defattr(-,root,root)
 %{_libdir}/lib4store.so.*
 
 %files -n lib4store-devel
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_includedir}/%{name}
 %{_libdir}/lib4store.so
 %{_libdir}/pkgconfig/*

++++++ 4store-v1.1.5.tar.gz -> 4store-1.1.6.tar.gz ++++++
++++ 78200 lines of diff (skipped)


Reply via email to