SHA256
3
0
forked from pool/gdbm

Accepting request 228299 from devel:libraries:c_c++

- update to 1.11:
  * Improved dump format.
  * New function: gdbm_count.
  * New utilities: gdbm_dump and gdbm_load.
  * gdbmtool

OBS-URL: https://build.opensuse.org/request/show/228299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2014-04-06 07:54:06 +00:00 committed by Git OBS Bridge
commit b23ff6ac46
5 changed files with 25 additions and 18 deletions

View File

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

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

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

View File

@ -1,17 +1,14 @@
diff -urN gdbm-1.10.orig/src/version.c gdbm-1.10/src/version.c
--- gdbm-1.10.orig/src/version.c 2012-09-23 16:12:24.331788076 +0800
+++ gdbm-1.10/src/version.c 2012-09-23 16:24:17.517221527 +0800
@@ -24,11 +24,8 @@
The DIST_DATE magic below is replaced by the actual date when
Index: src/version.c
===================================================================
--- src/version.c.orig 2014-03-31 12:37:27.178806783 +0200
+++ src/version.c 2014-03-31 12:38:48.329789877 +0200
@@ -25,9 +25,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
-"13/11/2011"
"25/12/2013"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif
-;
+"13/11/2011";
+
;
int const gdbm_version_number[3] = {
GDBM_VERSION_MAJOR,
GDBM_VERSION_MINOR,

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 31 10:52:05 UTC 2014 - pgajdos@suse.com
- update to 1.11:
* Improved dump format.
* New function: gdbm_count.
* New utilities: gdbm_dump and gdbm_load.
* gdbmtool
-------------------------------------------------------------------
Wed Mar 6 19:44:49 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gdbm
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,14 +18,14 @@
Name: gdbm
%define lname libgdbm4
Url: http://directory.fsf.org/GNU/gdbm.html
Url: http://www.gnu.org.ua/software/gdbm/
#!BuildIgnore: man
# bug437293
%ifarch ppc64
Obsoletes: gdbm-64bit
%endif
#
Version: 1.10
Version: 1.11
Release: 0
Summary: GNU dbm key/data database
License: GPL-3.0+
@ -103,7 +103,7 @@ to develop applications that require these.
%prep
%setup -q
%patch4 -p1
%patch4
%build
aclocal
@ -144,7 +144,7 @@ cp -r %{SOURCE3} %{buildroot}%{_datadir}/locale/zh_CN/LC_MESSAGES/%{name}.mo
%files devel
%defattr(-,root,root)
%{_bindir}/testgdbm
%{_bindir}/*
%{_includedir}/dbm.h
%{_includedir}/gdbm.h
%{_includedir}/ndbm.h
@ -155,6 +155,7 @@ cp -r %{SOURCE3} %{buildroot}%{_datadir}/locale/zh_CN/LC_MESSAGES/%{name}.mo
%{_libdir}/libgdbm_compat.so
%{_libdir}/libndbm.a
%{_libdir}/libndbm.so
%{_mandir}/man1/*.gz
%{_mandir}/man3/gdbm.3.gz
%exclude %{_libdir}/*.la