Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2015-07-05 17:53:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-01-21 21:56:21.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes     2015-07-05 
17:53:14.000000000 +0200
@@ -1,0 +2,15 @@
+Sat Jun 27 16:53:13 UTC 2015 - [email protected]
+
+- Update to version 1.3.6.
+  + Fix runtime detection for robust mutexes in the standalone build;
+    (bso#11326).
+  + Possible fix for the build with robust mutexes on solaris 11; (bso#11319).
+- Update to version 1.3.5.
+  + ABI change: tdb_chainlock_read_nonblock() has been added, a nonblock
+    variant of tdb_chainlock_read()
+  + Do not build test binaries if it's not a standalone build
+  + Fix CID 1034842 Resource leak
+  + Fix CID 1034841 Resource leak
+  + don't let tdb_wrap_open() segfault with name==NULL
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ tdb.spec ++++++
--- /var/tmp/diff_new_pack.eORcU5/_old  2015-07-05 17:53:15.000000000 +0200
+++ /var/tmp/diff_new_pack.eORcU5/_new  2015-07-05 17:53:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tdb
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
 %endif
 BuildRequires:  python-devel
 Url:            http://tdb.samba.org/
-Version:        1.3.4
+Version:        1.3.6
 Release:        0
 Summary:        Samba Trivial Database
 License:        GPL-3.0+

++++++ build_pie.patch ++++++
--- /var/tmp/diff_new_pack.eORcU5/_old  2015-07-05 17:53:15.000000000 +0200
+++ /var/tmp/diff_new_pack.eORcU5/_new  2015-07-05 17:53:15.000000000 +0200
@@ -3,10 +3,10 @@
 
     Build and link binaries with PIE flags.
 
-Index: tdb-1.2.12/wscript
+Index: tdb-1.3.6/wscript
 ===================================================================
---- tdb-1.2.12.orig/wscript
-+++ tdb-1.2.12/wscript
+--- tdb-1.3.6.orig/wscript
++++ tdb-1.3.6/wscript
 @@ -150,20 +150,27 @@ def build(bld):
  
          bld.SAMBA_BINARY('tdbrestore',
@@ -36,5 +36,5 @@
 +                       cflags='-fPIE', ldflags='-pie',
 +                       manpages='man/tdbtool.8')
  
-         # FIXME: This hardcoded list is stupid, stupid, stupid.
-         bld.SAMBA_SUBSYSTEM('tdb-test-helpers',
+         if bld.env.standalone_tdb:
+             # FIXME: This hardcoded list is stupid, stupid, stupid.

++++++ tdb-1.3.4.tar.gz -> tdb-1.3.6.tar.gz ++++++
++++ 39314 lines of diff (skipped)



Reply via email to