commit tdb for openSUSE:12.2

2012-07-09 Thread h_root
Hello community,

here is the log from the commit of package tdb for openSUSE:12.2 checked in at 
2012-07-09 13:34:42

Comparing /work/SRC/openSUSE:12.2/tdb (Old)
 and  /work/SRC/openSUSE:12.2/.tdb.new (New)


Package is tdb, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/tdb/tdb.changes 2012-06-28 17:01:30.0 
+0200
+++ /work/SRC/openSUSE:12.2/.tdb.new/tdb.changes2012-07-09 
13:34:43.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul  7 15:42:23 UTC 2012 - dval...@suse.com
+
+- Ignore tdb run transaction expand check on ppc as well 
+
+---
+Thu Jun 28 21:19:51 UTC 2012 - lmue...@suse.com
+
+- 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.Zz1lZn/_old  2012-07-09 13:34:43.0 +0200
+++ /var/tmp/diff_new_pack.Zz1lZn/_new  2012-07-09 13:34:43.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tdb for openSUSE:12.2

2012-06-28 Thread h_root
Hello community,

here is the log from the commit of package tdb for openSUSE:12.2 checked in at 
2012-06-28 17:01:29

Comparing /work/SRC/openSUSE:12.2/tdb (Old)
 and  /work/SRC/openSUSE:12.2/.tdb.new (New)


Package is tdb, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/tdb/tdb.changes 2012-06-25 15:54:54.0 
+0200
+++ /work/SRC/openSUSE:12.2/.tdb.new/tdb.changes2012-06-28 
17:01:30.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 21 20:40:55 UTC 2012 - adr...@suse.de
+
+- disable test suite on qemu emulated builds
+
+---



Other differences:
--
++ tdb.spec ++
--- /var/tmp/diff_new_pack.Q4yBE4/_old  2012-06-28 17:01:30.0 +0200
+++ /var/tmp/diff_new_pack.Q4yBE4/_new  2012-06-28 17:01:30.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package tdb (Version 1.2.10)
+# spec file for package tdb
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,11 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %{!?python_sitearch:  %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
-
 Name:   tdb
 %if 0%{?suse_version} == 0 || 0%{?suse_version}  1140
 %definebuild_make_smp_mflags %{?_smp_mflags}
@@ -35,12 +33,12 @@
 BuildRequires:  pkgconfig
 %endif
 BuildRequires:  python-devel
-License:GPL-3.0+
-Group:  System/Libraries
 Url:http://tdb.samba.org/
 Version:1.2.10
 Release:0
 Summary:Samba Trivial Database
+License:GPL-3.0+
+Group:  System/Libraries
 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
@@ -55,7 +53,6 @@
 
 %define libtdb_name libtdb1
 %package -n %{libtdb_name}
-License:GPL-3.0+
 Summary:Libraries and Header Files to Develop Programs with tdb1 
Support
 Group:  System/Libraries
 %if 0%{?suse_version}  1020
@@ -75,7 +72,6 @@
 
 
 %package -n libtdb-devel
-License:GPL-3.0+
 Summary:Libraries and Header Files to Develop Programs with tdb1 
Support
 Group:  Development/Libraries/C and C++
 Requires:   %{libtdb_name} = %{version}
@@ -95,7 +91,6 @@
 
 
 %package -n tdb-tools
-License:GPL-3.0+
 Summary:Tools to manipulate tdb files
 Group:  Development/Libraries/C and C++
 
@@ -109,7 +104,6 @@
 
 
 %package -n python-tdb
-License:GPL-3.0+
 Summary:Python bindings for the Tdb library
 Group:  Development/Libraries/Python
 Requires:   %{libtdb_name} = %{version}
@@ -140,7 +134,9 @@
all
 
 %check
+%if 0%{!?qemu_user_space_build:1}
 %{__make} test
+%endif
 
 %install
 DESTDIR=${RPM_BUILD_ROOT} make install


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