Hello community,

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

Package is "tdb", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2012-12-05 14:09:49.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes     2013-01-24 
15:45:47.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan  7 23:49:48 UTC 2013 - [email protected]
+
+- Refresh ignore-tdb1-run-transaction-expand.diff patch.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tdb.spec ++++++
--- /var/tmp/diff_new_pack.RXrbql/_old  2013-01-24 15:45:48.000000000 +0100
+++ /var/tmp/diff_new_pack.RXrbql/_new  2013-01-24 15:45:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tdb
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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

++++++ ignore-tdb1-run-transaction-expand.diff ++++++
--- /var/tmp/diff_new_pack.RXrbql/_old  2013-01-24 15:45:48.000000000 +0100
+++ /var/tmp/diff_new_pack.RXrbql/_new  2013-01-24 15:45:48.000000000 +0100
@@ -1,19 +1,19 @@
 Author: Debian tdb maintainers
 Bugzilla: 769268 - tdb: tdb1-run-transaction-expand test fails on ppc64
 
-Index: tdb-1.2.10/wscript
+Index: tdb-1.2.11/wscript
 ===================================================================
---- tdb-1.2.10.orig/wscript
-+++ tdb-1.2.10/wscript
-@@ -192,8 +192,9 @@ def testonly(ctx):
+--- tdb-1.2.11.orig/wscript
++++ tdb-1.2.11/wscript
+@@ -196,8 +196,9 @@ def testonly(ctx):
              if ret != 0:
                  print("%s failed:" % f)
                  samba_utils.RUN_COMMAND("cat " + os.path.join(testdir, 
'test-output'))
--                ecode = ret;
--                break;
+-                ecode = ret
+-                break
 +                if f != 'tdb1-run-transaction-expand':
 +                    ecode = ret;
 +                    break;
- 
+
      if ecode == 0:
          cmd = os.path.join(Utils.g_module.blddir, 'tdbtorture')


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

Reply via email to