Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2013-06-18 15:36:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tdb (Old)
 and      /work/SRC/openSUSE:Factory/.tdb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tdb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2013-01-24 15:45:47.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes     2013-06-18 
15:36:51.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jun  4 14:45:40 UTC 2013 - [email protected]
+
+- Update to version 1.2.12.
+  + internal code cleanups
+  + crash fix for pytdb
+  + fix for 4GB overflow detection
+
+-------------------------------------------------------------------

Old:
----
  tdb-1.2.11.tar.asc
  tdb-1.2.11.tar.gz

New:
----
  tdb-1.2.12.tar.asc
  tdb-1.2.12.tar.gz

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

Other differences:
------------------
++++++ tdb.spec ++++++
--- /var/tmp/diff_new_pack.ldi6pG/_old  2013-06-18 15:36:52.000000000 +0200
+++ /var/tmp/diff_new_pack.ldi6pG/_new  2013-06-18 15:36:52.000000000 +0200
@@ -34,7 +34,7 @@
 %endif
 BuildRequires:  python-devel
 Url:            http://tdb.samba.org/
-Version:        1.2.11
+Version:        1.2.12
 Release:        0
 Summary:        Samba Trivial Database
 License:        GPL-3.0+

++++++ build_pie.patch ++++++
--- /var/tmp/diff_new_pack.ldi6pG/_old  2013-06-18 15:36:52.000000000 +0200
+++ /var/tmp/diff_new_pack.ldi6pG/_new  2013-06-18 15:36:52.000000000 +0200
@@ -3,38 +3,38 @@
 
     Build and link binaries with PIE flags.
 
-Index: tdb-1.2.11/wscript
+Index: tdb-1.2.12/wscript
 ===================================================================
---- tdb-1.2.11.orig/wscript
-+++ tdb-1.2.11/wscript
+--- tdb-1.2.12.orig/wscript
++++ tdb-1.2.12/wscript
 @@ -94,20 +94,27 @@ def build(bld):
  
          bld.SAMBA_BINARY('tdbrestore',
                           'tools/tdbrestore.c',
--                         'tdb', manpages='manpages/tdbrestore.8')
+-                         'tdb', manpages='man/tdbrestore.8')
 +                         'tdb',
 +                       cflags='-fPIE', ldflags='-pie',
-+                       manpages='manpages/tdbrestore.8')
++                       manpages='man/tdbrestore.8')
  
          bld.SAMBA_BINARY('tdbdump',
                           'tools/tdbdump.c',
--                         'tdb', manpages='manpages/tdbdump.8')
+-                         'tdb', manpages='man/tdbdump.8')
 +                         'tdb',
 +                       cflags='-fPIE', ldflags='-pie',
-+                       manpages='manpages/tdbdump.8')
++                       manpages='man/tdbdump.8')
  
          bld.SAMBA_BINARY('tdbbackup',
                           'tools/tdbbackup.c',
                           'tdb',
 +                       cflags='-fPIE', ldflags='-pie',
-                          manpages='manpages/tdbbackup.8')
+                          manpages='man/tdbbackup.8')
  
          bld.SAMBA_BINARY('tdbtool',
                           'tools/tdbtool.c',
--                         'tdb', manpages='manpages/tdbtool.8')
+-                         'tdb', manpages='man/tdbtool.8')
 +                         'tdb',
 +                       cflags='-fPIE', ldflags='-pie',
-+                       manpages='manpages/tdbtool.8')
++                       manpages='man/tdbtool.8')
  
          # FIXME: This hardcoded list is stupid, stupid, stupid.
          bld.SAMBA_SUBSYSTEM('tdb-test-helpers',

++++++ tdb-1.2.11.tar.gz -> tdb-1.2.12.tar.gz ++++++
++++ 7778 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to