Hello community,

here is the log from the commit of package libunwind for openSUSE:Factory 
checked in at 2011-11-24 12:36:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunwind (Old)
 and      /work/SRC/openSUSE:Factory/.libunwind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunwind", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunwind/libunwind.changes      2011-11-08 
09:26:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libunwind.new/libunwind.changes 2011-11-24 
11:36:20.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Nov 23 09:24:25 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Mon Nov  7 19:12:14 CET 2011 - [email protected]
+
+- disable testsuite when running under qemu
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libunwind.spec ++++++
--- /var/tmp/diff_new_pack.t4Czrh/_old  2011-11-24 11:36:22.000000000 +0100
+++ /var/tmp/diff_new_pack.t4Czrh/_new  2011-11-24 11:36:22.000000000 +0100
@@ -19,7 +19,7 @@
 
 
 Name:           libunwind
-BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++ libtool
 Url:            http://savannah.nongnu.org/projects/libunwind/
 Summary:        Unwind Library
 Version:        1.0.1
@@ -73,8 +73,12 @@
 ./configure "CFLAGS=$RPM_OPT_FLAGS" --prefix=/usr --mandir=%{_mandir} \
            --libdir=%{_libdir} --build=%{_target_cpu}-suse-linux
 make %{?_smp_mflags}
+
+%check
+%if ! 0%{?qemu_user_space_build:1}
 # There are some expected failures
 make -k check || :
+%endif
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT

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

Reply via email to