- 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/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=32
This commit is contained in:
parent
c8e9c873bb
commit
7093c2028c
@ -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
3
gdbm-1.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d912f44f05d0b15a4a5d96a76f852e905d051bb88022fcdfd98b43be093e3c3
|
||||||
|
size 811662
|
@ -1,17 +1,14 @@
|
|||||||
diff -urN gdbm-1.10.orig/src/version.c gdbm-1.10/src/version.c
|
Index: 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
|
--- src/version.c.orig 2014-03-31 12:37:27.178806783 +0200
|
||||||
@@ -24,11 +24,8 @@
|
+++ src/version.c 2014-03-31 12:38:48.329789877 +0200
|
||||||
The DIST_DATE magic below is replaced by the actual date when
|
@@ -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 ". "
|
||||||
-"13/11/2011"
|
"25/12/2013"
|
||||||
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
|
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
|
||||||
- " (built " __DATE__ " " __TIME__ ")"
|
- " (built " __DATE__ " " __TIME__ ")"
|
||||||
-#endif
|
-#endif
|
||||||
-;
|
;
|
||||||
+"13/11/2011";
|
|
||||||
+
|
|
||||||
int const gdbm_version_number[3] = {
|
int const gdbm_version_number[3] = {
|
||||||
GDBM_VERSION_MAJOR,
|
GDBM_VERSION_MAJOR,
|
||||||
GDBM_VERSION_MINOR,
|
|
||||||
|
@ -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
|
Wed Mar 6 19:44:49 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
11
gdbm.spec
11
gdbm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdbm
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
Name: gdbm
|
Name: gdbm
|
||||||
%define lname libgdbm4
|
%define lname libgdbm4
|
||||||
Url: http://directory.fsf.org/GNU/gdbm.html
|
Url: http://www.gnu.org.ua/software/gdbm/
|
||||||
#!BuildIgnore: man
|
#!BuildIgnore: man
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: gdbm-64bit
|
Obsoletes: gdbm-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.10
|
Version: 1.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNU dbm key/data database
|
Summary: GNU dbm key/data database
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -103,7 +103,7 @@ to develop applications that require these.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch4 -p1
|
%patch4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
aclocal
|
aclocal
|
||||||
@ -144,7 +144,7 @@ cp -r %{SOURCE3} %{buildroot}%{_datadir}/locale/zh_CN/LC_MESSAGES/%{name}.mo
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/testgdbm
|
%{_bindir}/*
|
||||||
%{_includedir}/dbm.h
|
%{_includedir}/dbm.h
|
||||||
%{_includedir}/gdbm.h
|
%{_includedir}/gdbm.h
|
||||||
%{_includedir}/ndbm.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}/libgdbm_compat.so
|
||||||
%{_libdir}/libndbm.a
|
%{_libdir}/libndbm.a
|
||||||
%{_libdir}/libndbm.so
|
%{_libdir}/libndbm.so
|
||||||
|
%{_mandir}/man1/*.gz
|
||||||
%{_mandir}/man3/gdbm.3.gz
|
%{_mandir}/man3/gdbm.3.gz
|
||||||
%exclude %{_libdir}/*.la
|
%exclude %{_libdir}/*.la
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user