Hello community, here is the log from the commit of package tntdb for openSUSE:Factory checked in at 2019-06-19 20:55:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tntdb (Old) and /work/SRC/openSUSE:Factory/.tntdb.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tntdb" Wed Jun 19 20:55:00 2019 rev:3 rq:692594 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/tntdb/tntdb.changes 2017-07-17 09:11:58.924974557 +0200 +++ /work/SRC/openSUSE:Factory/.tntdb.new.4811/tntdb.changes 2019-06-19 20:55:00.661806205 +0200 @@ -1,0 +2,6 @@ +Tue Apr 9 06:40:08 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Add the missing build dependency for Tumbleweed. +- Run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tntdb.spec ++++++ --- /var/tmp/diff_new_pack.Uq5DGy/_old 2019-06-19 20:55:01.285806749 +0200 +++ /var/tmp/diff_new_pack.Uq5DGy/_new 2019-06-19 20:55:01.285806749 +0200 @@ -1,7 +1,7 @@ # # spec file for package tntdb # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Version: 1.3 Release: 0 Summary: Library for simple database access -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: http://www.tntnet.org/index.html +URL: http://www.tntnet.org/index.html Source0: http://www.tntnet.org/download/tntdb-%{version}.tar.gz Patch0: tntdb-1.3-avoid-version.patch BuildRequires: autoconf @@ -37,10 +37,12 @@ BuildRequires: lzo-devel BuildRequires: mysql-devel BuildRequires: postgresql-devel +%if 0%{?suse_version} > 1500 +BuildRequires: postgresql-server-devel +%endif BuildRequires: sqlite-devel BuildRequires: zip BuildRequires: zlib-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Tntdb is a library for simple database access. @@ -124,46 +126,39 @@ make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -name '*.a' -delete %post -n libtntdb4 -p /sbin/ldconfig - %postun -n libtntdb4 -p /sbin/ldconfig %files doc -%defattr (-, root, root) %doc %{_datadir}/doc/%{name} %files -n libtntdb4 -%defattr (-, root, root) +%license COPYING %{_libdir}/libtntdb.so.* %files -n libtntdb-devel -%defattr (-, root, root) %doc AUTHORS ChangeLog README %{_includedir}/tntdb %{_includedir}/tntdb.h %{_libdir}/libtntdb.so %files -n tntdb-mysql -%defattr (-, root, root) %dir %{_libdir}/tntdb %{_libdir}/tntdb/tntdb*mysql.so %files -n tntdb-postgresql -%defattr (-, root, root) %dir %{_libdir}/tntdb %{_libdir}/tntdb/tntdb*postgresql.so %files -n tntdb-sqlite -%defattr (-, root, root) %dir %{_libdir}/tntdb %{_libdir}/tntdb/tntdb*sqlite.so %files -n tntdb-replicate -%defattr (-, root, root) %dir %{_libdir}/tntdb %{_libdir}/tntdb/tntdb*replicate.so
