Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2012-07-09 13:34:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-28 17:01:24.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes     2012-07-09 
13:34:35.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Jul  7 15:42:23 UTC 2012 - [email protected]
+
+- Ignore tdb run transaction expand check on ppc as well 
+
+-------------------------------------------------------------------
+Thu Jun 28 21:19:51 UTC 2012 - [email protected]
+
+- Ignore tdb run transaction expand check on ppc64; (bnc#769268).
+
+-------------------------------------------------------------------

New:
----
  ignore-tdb1-run-transaction-expand.diff

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

Other differences:
------------------
++++++ tdb.spec ++++++
--- /var/tmp/diff_new_pack.hvxdlU/_old  2012-07-09 13:34:36.000000000 +0200
+++ /var/tmp/diff_new_pack.hvxdlU/_new  2012-07-09 13:34:36.000000000 +0200
@@ -42,6 +42,7 @@
 Source:         http://download.samba.org/pub/tdb/tdb-%{version}.tar.gz
 Source1:        http://download.samba.org/pub/tdb/tdb-%{version}.tar.asc
 Source4:        baselibs.conf
+Patch0:         ignore-tdb1-run-transaction-expand.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -114,6 +115,9 @@
 
 %prep
 %setup -n tdb-%{version} -q
+%ifarch ppc ppc64
+%patch0 -p1
+%endif
 
 %build
 %if 0%{?suse_version} && 0%{?suse_version} < 911

++++++ ignore-tdb1-run-transaction-expand.diff ++++++
Author: Debian tdb maintainers
Bugzilla: 769268 - tdb: tdb1-run-transaction-expand test fails on ppc64

Index: tdb-1.2.10/wscript
===================================================================
--- tdb-1.2.10.orig/wscript
+++ tdb-1.2.10/wscript
@@ -192,8 +192,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;
+                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