Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2014-01-30 11:28:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and      /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdb-4_5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes      2013-06-20 
15:18:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2014-01-30 
11:28:42.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan 23 14:15:18 UTC 2014 - kpet...@suse.com
+
+- Enabled part of the testsuite 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdb-4_5.spec ++++++
--- /var/tmp/diff_new_pack.doQiol/_old  2014-01-30 11:28:43.000000000 +0100
+++ /var/tmp/diff_new_pack.doQiol/_new  2014-01-30 11:28:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb-4_5
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -36,6 +36,8 @@
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+# Only needed for the testsuite
+BuildRequires:  tcl-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64
@@ -137,6 +139,28 @@
 
 make %{?_smp_mflags} LIBSO_LIBS='$(LIBS)' LIBXSO_LIBS='$(LIBS)'" -L%{_libdir} 
-lstdc++"
 
+%check
+cd build_unix
+../dist/configure --prefix=/usr \
+        --enable-test \
+        --enable-tcl \
+        --with-tcl=%_libdir &&
+make
+# Only running a subset of tests as running everything would take too long
+tclsh <<EOF
+source ../test/test.tcl
+r env
+r archive
+r byte
+r rsrc
+r dbm
+r ndbm
+r hsearch
+exit
+EOF
+make realclean &&
+cd ..
+
 %install
 mkdir -p %{buildroot}%{_includedir}/db4
 CONFIG_ARGS=$(find . -name "config.log" -exec grep "\$ \.\./dist\/configure" 
{} \; | sed 's/.*configure\( --.*\)/\1/g')
@@ -186,6 +210,7 @@
 mv %{buildroot}/%{_bindir}/db_upgrade %{buildroot}/%{_bindir}/db45_upgrade
 mv %{buildroot}/%{_bindir}/db_verify %{buildroot}/%{_bindir}/db45_verify
 mv %{buildroot}/%{_bindir}/db_hotbackup %{buildroot}/%{_bindir}/db45_hotbackup
+%fdupes -s %{buildroot}%{docdir}
 
 %post -p /sbin/ldconfig
 

++++++ libdb_java-4_5.spec ++++++
--- /var/tmp/diff_new_pack.doQiol/_old  2014-01-30 11:28:43.000000000 +0100
+++ /var/tmp/diff_new_pack.doQiol/_new  2014-01-30 11:28:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb_java-4_5
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

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

Reply via email to