Accepting request 611494 from home:scarabeus_iv:branches:devel:libraries:c_c++

- Version update to 1.14.1:
  * Manpage formating issues
  * Make gdbm_error thread-safe
  * Improve database reproducibility
  * Fix build with --enable-gdbm-export
- Rebase patch gdbm-no-build-date.patch

OBS-URL: https://build.opensuse.org/request/show/611494
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=51
This commit is contained in:
Petr Gajdos 2018-05-23 08:27:10 +00:00 committed by Git OBS Bridge
parent 331e7e455a
commit 9b2ebb9600
8 changed files with 25 additions and 15 deletions

View File

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

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEABECAAYFAljEKKgACgkQNgKwf1XQxzJI/gCgneIHAy4tfcEhzuNLeVE4PO+D
TxcAoKNkmTk5PwNBHSbsOI8sanQop+F/
=R+s2
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEABECAAYFAlpM/RMACgkQNgKwf1XQxzJ/VACghGZzncnAAgNRdtWl0Q6J1WR+
i1EAn1yWMe7Y31thdTCnZumJAOs6Cl6Y
=Ixl8
-----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 ". "
"11/03/2017"
"03/01/2018"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 23 08:20:32 UTC 2018 - tchvatal@suse.com
- Version update to 1.14.1:
* Manpage formating issues
* Make gdbm_error thread-safe
* Improve database reproducibility
* Fix build with --enable-gdbm-export
- Rebase patch gdbm-no-build-date.patch
-------------------------------------------------------------------
Fri May 18 16:35:12 UTC 2018 - jengelh@inai.de

View File

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