diff --git a/gdbm-1.10.tar.gz b/gdbm-1.10.tar.gz deleted file mode 100644 index d1585bc..0000000 --- a/gdbm-1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441 -size 655599 diff --git a/gdbm-1.11.tar.gz b/gdbm-1.11.tar.gz new file mode 100644 index 0000000..d0a33ad --- /dev/null +++ b/gdbm-1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d912f44f05d0b15a4a5d96a76f852e905d051bb88022fcdfd98b43be093e3c3 +size 811662 diff --git a/gdbm-no-build-date.patch b/gdbm-no-build-date.patch index 6ea3f0a..33ba33d 100644 --- a/gdbm-no-build-date.patch +++ b/gdbm-no-build-date.patch @@ -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, diff --git a/gdbm.changes b/gdbm.changes index 944cb8f..797aa42 100644 --- a/gdbm.changes +++ b/gdbm.changes @@ -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 diff --git a/gdbm.spec b/gdbm.spec index 00ec455..fe6b00c 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -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