Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdbm for openSUSE:Factory checked in at 2021-08-18 08:55:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdbm (Old) and /work/SRC/openSUSE:Factory/.gdbm.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdbm" Wed Aug 18 08:55:08 2021 rev:41 rq:911063 version:1.20 Changes: -------- --- /work/SRC/openSUSE:Factory/gdbm/gdbm.changes 2020-12-30 17:11:03.689308220 +0100 +++ /work/SRC/openSUSE:Factory/.gdbm.new.1899/gdbm.changes 2021-08-18 08:55:13.471020782 +0200 @@ -1,0 +2,18 @@ +Mon Aug 9 14:12:45 UTC 2021 - pgaj...@suse.com + +- version update to 1.20 + * New bucket cache + The bucket cache support has been rewritten from scratch. The new + bucket cache code provides for significant speed up of search + operations. + * Change mmap prereading strategy + Pre-reading of the memory mapper regions, introduced in version 1.19 + can be advantageous only when doing intensive look-ups on a read-only + database. It degrades performance otherwise, especially if doing + multiple inserts. Therefore, this version introduces a new flag + to gdbm_open: GDBM_PREREAD. When given, it enables pre-reading of + memory mapped regions. +- modified patches + % gdbm-no-build-date.patch (refreshed) + +------------------------------------------------------------------- Old: ---- gdbm-1.19.tar.gz gdbm-1.19.tar.gz.sig New: ---- gdbm-1.20.tar.gz gdbm-1.20.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdbm.spec ++++++ --- /var/tmp/diff_new_pack.cHkh9N/_old 2021-08-18 08:55:14.143020027 +0200 +++ /var/tmp/diff_new_pack.cHkh9N/_new 2021-08-18 08:55:14.147020023 +0200 @@ -1,7 +1,7 @@ # # spec file for package gdbm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.19 +Version: 1.20 Release: 0 Summary: GNU dbm key/data database License: GPL-3.0-or-later @@ -97,7 +97,7 @@ Requires: %{lname} = %{version} %if "%{install_info_prereq}" != "" Requires(pre): %{install_info_prereq} -Requires(preun): %{install_info_prereq} +Requires(preun):%{install_info_prereq} %endif %description devel ++++++ gdbm-1.19.tar.gz -> gdbm-1.20.tar.gz ++++++ ++++ 26131 lines of diff (skipped) ++++++ gdbm-no-build-date.patch ++++++ --- /var/tmp/diff_new_pack.cHkh9N/_old 2021-08-18 08:55:14.371019772 +0200 +++ /var/tmp/diff_new_pack.cHkh9N/_new 2021-08-18 08:55:14.375019767 +0200 @@ -1,11 +1,11 @@ -Index: gdbm-1.19/src/version.c +Index: gdbm-1.20/src/version.c =================================================================== ---- gdbm-1.19.orig/src/version.c 2020-12-28 14:02:20.065391921 +0100 -+++ gdbm-1.19/src/version.c 2020-12-28 14:03:54.389977011 +0100 -@@ -25,9 +25,6 @@ +--- gdbm-1.20.orig/src/version.c 2021-08-09 16:11:00.444941421 +0200 ++++ gdbm-1.20/src/version.c 2021-08-09 16:11:18.649067219 +0200 +@@ -24,9 +24,6 @@ making the distdir. */ const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". " - "23/12/2020" + "17/06/2021" -#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__) - " (built " __DATE__ " " __TIME__ ")" -#endif