Accepting request 617307 from home:AndreasStieger:branches:devel:libraries:c_c++

gdbm 1.15

OBS-URL: https://build.opensuse.org/request/show/617307
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=53
This commit is contained in:
Adam Majer 2018-06-19 06:29:44 +00:00 committed by Git OBS Bridge
parent 9b2ebb9600
commit a7659db9f8
8 changed files with 27 additions and 15 deletions

View File

@ -1,7 +1,7 @@
libgdbm5
libgdbm6
obsoletes "gdbm-<targettype> < <version>"
libgdbm_compat4
conflicts "libgdbm3-<targettype>"
gdbm-devel
requires "libgdbm5-<targettype> = <version>"
requires "libgdbm6-<targettype> = <version>"
requires "libgdbm_compat4-<targettype> = <version>"

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEABECAAYFAlpM/RMACgkQNgKwf1XQxzJ/VACghGZzncnAAgNRdtWl0Q6J1WR+
i1EAn1yWMe7Y31thdTCnZumJAOs6Cl6Y
=Ixl8
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iG4EABECAC4WIQQyX2UMTCtq1YgHMno2ArB/VdDHMgUCWyUxuRAcZ3JheUBnbnUu
b3JnLnVhAAoJEDYCsH9V0McyMAcAoKEk7sHGXLHr1ImiWKNNqobi91lNAJ9gRlO5
3NysFXgeFgAGxGcskNSdwQ==
=2y19
-----END PGP SIGNATURE-----

View File

@ -5,7 +5,7 @@ Index: src/version.c
@@ -25,9 +25,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
"03/01/2018"
"16/06/2018"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jun 17 13:57:31 UTC 2018 - astieger@suse.com
- update to 1.15:
* Extensive database consistency checking
* Improved error checking
* Removed gdbm-1.8.3 compatibility layer
* Commands can be given to gdbmtool in the command line
* Fixed data conversion bugs in storing structured keys or content
* New member in the gdbm_recovery structure: duplicate_keys
* New error codes
-------------------------------------------------------------------
Wed May 23 08:20:32 UTC 2018 - tchvatal@suse.com

View File

@ -16,10 +16,10 @@
#
%define lname libgdbm5
%define lname libgdbm6
%define lcompat libgdbm_compat4
Name: gdbm
Version: 1.14.1
Version: 1.15
Release: 0
Summary: GNU dbm key/data database
License: GPL-3.0-or-later