SHA256
3
0
forked from pool/gdbm

- update to 1.18.1:

* Fix debian bug 910911: This restores backward compatibility with
    databases created by version 1.8 (and some later versions, with
    mmapped I/O disabled).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=58
This commit is contained in:
Petr Gajdos 2018-10-31 07:15:52 +00:00 committed by Git OBS Bridge
parent a8d30d1d28
commit e256e6ef42
7 changed files with 24 additions and 16 deletions

3
gdbm-1.18.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f745b91dc
size 941863

7
gdbm-1.18.1.tar.gz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iG4EABECAC4WIQQyX2UMTCtq1YgHMno2ArB/VdDHMgUCW9QDDRAcZ3JheUBnbnUu
b3JnLnVhAAoJEDYCsH9V0Mcy6mAAnA8dtoJ6zkcTKu7hJxIcG74KvjIVAJ94zjC9
htwPjn3VFpXHwl5V72qunw==
=xDhc
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8822cb4769e2d759c828c06f196614936c88c141c3132b18252fe25c2b635ce
size 939352

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iG4EABECAC4WIQQyX2UMTCtq1YgHMno2ArB/VdDHMgUCW3v10hAcZ3JheUBnbnUu
b3JnLnVhAAoJEDYCsH9V0Mcy9NUAn0Wj4Ryl8ltvQgXOf+SEQ7JVgVPKAJ9HMK+y
AZmz97Q3HcCXTNpNC5Vz7g==
=Tu3S
-----END PGP SIGNATURE-----

View File

@ -1,11 +1,11 @@
Index: gdbm-1.18/src/version.c
Index: gdbm-1.18.1/src/version.c
===================================================================
--- gdbm-1.18.orig/src/version.c
+++ gdbm-1.18/src/version.c
--- gdbm-1.18.1.orig/src/version.c 2018-10-31 08:08:40.768558994 +0100
+++ gdbm-1.18.1/src/version.c 2018-10-31 08:09:58.052905389 +0100
@@ -25,9 +25,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
"21/08/2018"
"27/10/2018"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 31 07:14:06 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
- update to 1.18.1:
* Fix debian bug 910911: This restores backward compatibility with
databases created by version 1.8 (and some later versions, with
mmapped I/O disabled).
-------------------------------------------------------------------
Wed Aug 22 17:24:47 UTC 2018 - astieger@suse.com

View File

@ -12,14 +12,14 @@
# 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/
#
%define lname libgdbm6
%define lcompat libgdbm_compat4
Name: gdbm
Version: 1.18
Version: 1.18.1
Release: 0
Summary: GNU dbm key/data database
License: GPL-3.0-or-later