Hello community,

here is the log from the commit of package gdbm for openSUSE:Factory checked in 
at 2014-04-06 09:54:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdbm (Old)
 and      /work/SRC/openSUSE:Factory/.gdbm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdbm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdbm/gdbm.changes        2013-03-07 
07:20:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gdbm.new/gdbm.changes   2014-04-06 
09:54:07.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Mar 31 10:52:05 UTC 2014 - pgaj...@suse.com
+
+- update to 1.11:
+  * Improved dump format.
+  * New function: gdbm_count.
+  * New utilities: gdbm_dump and gdbm_load.
+  * gdbmtool
+
+-------------------------------------------------------------------

Old:
----
  gdbm-1.10.tar.gz

New:
----
  gdbm-1.11.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gdbm.spec ++++++
--- /var/tmp/diff_new_pack.mn2YOW/_old  2014-04-06 09:54:08.000000000 +0200
+++ /var/tmp/diff_new_pack.mn2YOW/_new  2014-04-06 09:54:08.000000000 +0200
@@ -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 @@
 
 %prep
 %setup -q
-%patch4 -p1
+%patch4
 
 %build
 aclocal
@@ -144,7 +144,7 @@
 
 %files devel
 %defattr(-,root,root)
-%{_bindir}/testgdbm
+%{_bindir}/*
 %{_includedir}/dbm.h
 %{_includedir}/gdbm.h
 %{_includedir}/ndbm.h
@@ -155,6 +155,7 @@
 %{_libdir}/libgdbm_compat.so
 %{_libdir}/libndbm.a
 %{_libdir}/libndbm.so
+%{_mandir}/man1/*.gz
 %{_mandir}/man3/gdbm.3.gz
 %exclude %{_libdir}/*.la
 

++++++ gdbm-1.10.tar.gz -> gdbm-1.11.tar.gz ++++++
++++ 69171 lines of diff (skipped)

++++++ gdbm-no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.mn2YOW/_old  2014-04-06 09:54:09.000000000 +0200
+++ /var/tmp/diff_new_pack.mn2YOW/_new  2014-04-06 09:54:09.000000000 +0200
@@ -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,


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to