Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gdbm for openSUSE:Factory checked in 
at 2022-02-11 23:06:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdbm (Old)
 and      /work/SRC/openSUSE:Factory/.gdbm.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdbm"

Fri Feb 11 23:06:33 2022 rev:43 rq:952034 version:1.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdbm/gdbm.changes        2021-12-16 
02:00:26.887615223 +0100
+++ /work/SRC/openSUSE:Factory/.gdbm.new.1956/gdbm.changes      2022-02-11 
23:06:34.638467172 +0100
@@ -1,0 +2,10 @@
+Sun Feb  6 17:08:36 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 1.23:
+  * Bucket cache switched from balanced tree to hash table
+  * Speed up flushing the changed buckets on disk
+  * New option codes for gdbm_setopt
+  * Enable or disable automatic cache adjustment
+- remove obsolete texinfo packaging macros
+
+-------------------------------------------------------------------

Old:
----
  gdbm-1.22.tar.gz
  gdbm-1.22.tar.gz.sig

New:
----
  gdbm-1.23.tar.gz
  gdbm-1.23.tar.gz.sig

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

Other differences:
------------------
++++++ gdbm.spec ++++++
--- /var/tmp/diff_new_pack.YdZ84j/_old  2022-02-11 23:06:35.258468894 +0100
+++ /var/tmp/diff_new_pack.YdZ84j/_new  2022-02-11 23:06:35.262468904 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdbm
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define lname  libgdbm6
 %define lcompat libgdbm_compat4
 Name:           gdbm
-Version:        1.22
+Version:        1.23
 Release:        0
 Summary:        GNU dbm key/data database
 License:        GPL-3.0-or-later
@@ -95,10 +95,6 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{lcompat} = %{version}
 Requires:       %{lname} = %{version}
-%if "%{install_info_prereq}" != ""
-Requires(pre):  %{install_info_prereq}
-Requires(preun):%{install_info_prereq}
-%endif
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -116,10 +112,10 @@
   --enable-libgdbm-compat \
   --enable-nls \
   --with-readline
-make %{?_smp_mflags}
+%make_build
 
 %check
-make check %{?_smp_mflags}
+%make_build check
 
 %install
 %make_install
@@ -131,12 +127,6 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
 
-%post devel
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
-
-%preun devel
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
-
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 %post -n %{lcompat} -p /sbin/ldconfig

++++++ gdbm-1.22.tar.gz -> gdbm-1.23.tar.gz ++++++
++++ 60832 lines of diff (skipped)

++++++ gdbm-no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.YdZ84j/_old  2022-02-11 23:06:35.506469583 +0100
+++ /var/tmp/diff_new_pack.YdZ84j/_new  2022-02-11 23:06:35.506469583 +0100
@@ -1,11 +1,11 @@
-Index: gdbm-1.22/src/version.c
+Index: gdbm-1.23/src/version.c
 ===================================================================
---- gdbm-1.22.orig/src/version.c       2021-12-13 10:29:13.471179586 +0100
-+++ gdbm-1.22/src/version.c    2021-12-13 10:29:53.399511924 +0100
+--- gdbm-1.23.orig/src/version.c
++++ gdbm-1.23/src/version.c
 @@ -24,9 +24,6 @@
     making the distdir. */
  const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
- "19/10/2021"
+ "04/02/2022"
 -#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
 -              " (built " __DATE__ " " __TIME__ ")"
 -#endif

Reply via email to