Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2012-06-28 17:01:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-13 10:05:55.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes     2012-06-28 
17:01:24.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 21 20:40:55 UTC 2012 - [email protected]
+
+- disable test suite on qemu emulated builds
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tdb.spec ++++++
--- /var/tmp/diff_new_pack.3oqH5n/_old  2012-06-28 17:01:26.000000000 +0200
+++ /var/tmp/diff_new_pack.3oqH5n/_new  2012-06-28 17:01:26.000000000 +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
 %define        build_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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to