Hello community,

here is the log from the commit of package dbh for openSUSE:Factory checked in 
at 2019-07-11 13:13:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbh (Old)
 and      /work/SRC/openSUSE:Factory/.dbh.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbh"

Thu Jul 11 13:13:10 2019 rev:22 rq:712739 version:5.0.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbh/dbh.changes  2017-01-18 21:56:06.659182777 
+0100
+++ /work/SRC/openSUSE:Factory/.dbh.new.4615/dbh.changes        2019-07-11 
13:13:14.914877255 +0200
@@ -1,0 +2,15 @@
+Fri Jun 28 14:27:01 UTC 2019 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 5.0.22
+  * Added function  dbh_find_top(), variant for dbh_find()
+  * Added PKGBUILD for easy cross compilation from ArchLinux
+  * Fixes for mingw-w64 cross compilation on ArchLinux box.
+  * Fixes dbh_set_data() not updating data when growing record size
+  * Fixes strncmp() should be replaced by memcmp()
+  * Fixes Excessive syscalls with tiny read() calls
+  * This version reduces calls to read() from 3 to 1 when
+    maximum record size is less than 64KB, falling back to
+    5.0.21 behavior when dealing with records with greater size.
+- Remove buildfix.patch, was fixed Upstream
+
+-------------------------------------------------------------------

Old:
----
  buildfix.patch
  libdbh2-5.0.19.tar.gz

New:
----
  libdbh2-5.0.22.tar.gz

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

Other differences:
------------------
++++++ dbh.spec ++++++
--- /var/tmp/diff_new_pack.fyE0HH/_old  2019-07-11 13:13:15.890876852 +0200
+++ /var/tmp/diff_new_pack.fyE0HH/_new  2019-07-11 13:13:15.902876848 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dbh
 #
-# Copyright (c) 2016 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,30 +12,27 @@
 # 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/
 #
 
 
 Name:           dbh
 %define lname  lib%{name}2
 Summary:        Disk-Based Hash Library
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Version:        5.0.19
+Version:        5.0.22
 Release:        0
-Url:            http://www.gnu.org/software/libdbh/
+Url:            https://www.gnu.org/software/libdbh/
 
-Source:         http://downloads.sf.net/dbh/%{lname}-%{version}.tar.gz
+Source:         https://downloads.sf.net/dbh/%{lname}-%{version}.tar.gz
 Patch0:         dbh-bigendian.patch
 # PATCH-FIX-OPENSUSE -- bmwiedemann - make builds reproducible
 Patch1:         reproducible.patch
-# PATCH-FIX-UPSTREAM -- https://savannah.gnu.org/bugs/index.php?50063
-Patch2:         buildfix.patch
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description 
 Disk-based hashes is a method to create multidimensional binary trees
@@ -79,7 +76,6 @@
 %setup -q -n %{lname}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %configure --disable-static
@@ -97,12 +93,11 @@
 make check
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/lib*.so.*
 
 %files devel
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README examples/*.c examples/Makefile*
+%doc AUTHORS ChangeLog README examples/*.c examples/Makefile*
+%license COPYING
 %{_datadir}/gtk-doc
 %{_includedir}/*
 %{_libdir}/lib*.so

++++++ libdbh2-5.0.19.tar.gz -> libdbh2-5.0.22.tar.gz ++++++
++++ 34063 lines of diff (skipped)


Reply via email to