Hello community,

here is the log from the commit of package tntdb for openSUSE:Leap:15.2 checked 
in at 2020-03-23 07:13:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/tntdb (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.tntdb.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tntdb"

Mon Mar 23 07:13:38 2020 rev:11 rq:787163 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/tntdb/tntdb.changes    2020-01-15 
16:24:37.700625176 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.tntdb.new.3160/tntdb.changes  2020-03-23 
07:14:13.458510452 +0100
@@ -1,0 +2,11 @@
+Sun Mar 15 02:30:54 UTC 2020 - Max Lin <[email protected]>
+
+- BuildRequires postgresql-server-devel on Leap >= 15.2 as well
+
+-------------------------------------------------------------------
+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.LNAuWh/_old  2020-03-23 07:14:13.742510623 +0100
+++ /var/tmp/diff_new_pack.LNAuWh/_new  2020-03-23 07:14:13.746510625 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tntdb
 #
-# Copyright (c) 2015 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
@@ -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 || 0%{?sle_version} >= 150200
+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
 


Reply via email to