Accepting request 611495 from 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 (forwarded request 611494 from scarabeus_iv) OBS-URL: https://build.opensuse.org/request/show/611495 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=36
This commit is contained in:
commit
7a56059a83
@ -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>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d252cbd7d793f7b12bcceaddda98d257c14f4d1890d851c386c37207000a253
|
||||
size 891987
|
@ -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
3
gdbm-1.14.1.tar.gz
Normal 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
7
gdbm-1.14.1.tar.gz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlpM/RMACgkQNgKwf1XQxzJ/VACghGZzncnAAgNRdtWl0Q6J1WR+
|
||||
i1EAn1yWMe7Y31thdTCnZumJAOs6Cl6Y
|
||||
=Ixl8
|
||||
-----END PGP SIGNATURE-----
|
@ -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
|
||||
|
10
gdbm.changes
10
gdbm.changes
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user