- update to 1.16:
* Fix typo * New gdbmtool variables: coalesce and centfree * src/falloc.c (avail_lookup): Remove the start parameter. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=54
This commit is contained in:
parent
a7659db9f8
commit
86239aab04
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f9fde3207f67ed8a5a5ddd8ad5e7acf7b27c2cf0f20dfbdde876dcd6e3d2dc0e
|
|
||||||
size 928945
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iG4EABECAC4WIQQyX2UMTCtq1YgHMno2ArB/VdDHMgUCWyUxuRAcZ3JheUBnbnUu
|
|
||||||
b3JnLnVhAAoJEDYCsH9V0McyMAcAoKEk7sHGXLHr1ImiWKNNqobi91lNAJ9gRlO5
|
|
||||||
3NysFXgeFgAGxGcskNSdwQ==
|
|
||||||
=2y19
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
gdbm-1.16.tar.gz
Normal file
3
gdbm-1.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8a18bc6259da0c3eefefb018f8aa298fddc6f86c6fc0f0dec73270896ab512f
|
||||||
|
size 936526
|
7
gdbm-1.16.tar.gz.sig
Normal file
7
gdbm-1.16.tar.gz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iG4EABECAC4WIQQyX2UMTCtq1YgHMno2ArB/VdDHMgUCWzPg2hAcZ3JheUBnbnUu
|
||||||
|
b3JnLnVhAAoJEDYCsH9V0McyjcoAn3DTuDAPFYsRv+sbZ4wZbUWuupKqAJ9Uzkwj
|
||||||
|
5kkd5PRCPdUUWx0wj8SQBQ==
|
||||||
|
=EEa4
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,11 +1,11 @@
|
|||||||
Index: src/version.c
|
Index: gdbm-1.16/src/version.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/version.c.orig
|
--- gdbm-1.16.orig/src/version.c 2018-07-16 11:21:00.084356582 +0200
|
||||||
+++ src/version.c
|
+++ gdbm-1.16/src/version.c 2018-07-16 11:23:03.453571017 +0200
|
||||||
@@ -25,9 +25,6 @@
|
@@ -25,9 +25,6 @@
|
||||||
making the distdir. */
|
making the distdir. */
|
||||||
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
|
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
|
||||||
"16/06/2018"
|
"27/06/2018"
|
||||||
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
|
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
|
||||||
- " (built " __DATE__ " " __TIME__ ")"
|
- " (built " __DATE__ " " __TIME__ ")"
|
||||||
-#endif
|
-#endif
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 16 09:24:48 UTC 2018 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- update to 1.16:
|
||||||
|
* Fix typo
|
||||||
|
* New gdbmtool variables: coalesce and centfree
|
||||||
|
* src/falloc.c (avail_lookup): Remove the start parameter.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 17 13:57:31 UTC 2018 - astieger@suse.com
|
Sun Jun 17 13:57:31 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define lname libgdbm6
|
%define lname libgdbm6
|
||||||
%define lcompat libgdbm_compat4
|
%define lcompat libgdbm_compat4
|
||||||
Name: gdbm
|
Name: gdbm
|
||||||
Version: 1.15
|
Version: 1.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNU dbm key/data database
|
Summary: GNU dbm key/data database
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -104,7 +104,7 @@ to develop applications that require these.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch4
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user