Hello community,

here is the log from the commit of package libsigsegv for openSUSE:Factory 
checked in at 2013-07-03 16:37:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsigsegv (Old)
 and      /work/SRC/openSUSE:Factory/.libsigsegv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsigsegv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsigsegv/libsigsegv.changes    2013-05-13 
16:20:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsigsegv.new/libsigsegv.changes       
2013-07-03 16:37:58.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul  3 12:36:56 UTC 2013 - [email protected]
+
+- fix-build-in-qemu.patch: Remove, set XFAIL_TESTS instead
+- Reenable testsuite on armv7
+
+-------------------------------------------------------------------

Old:
----
  fix-build-in-qemu.patch

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

Other differences:
------------------
++++++ libsigsegv.spec ++++++
--- /var/tmp/diff_new_pack.8EAZ0I/_old  2013-07-03 16:37:58.000000000 +0200
+++ /var/tmp/diff_new_pack.8EAZ0I/_new  2013-07-03 16:37:58.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package sigsegv
+# spec file for package libsigsegv
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -13,6 +13,8 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:               libsigsegv
 %define somajor            2
@@ -27,13 +29,11 @@
 Version:            2.10
 Release:            0
 Summary:            Library for Handling Page Faults in User Mode
-URL:                http://libsigsegv.sourceforge.net/
-Source:             
ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE -- make it build in qemu
-Patch0:             fix-build-in-qemu.patch
-Group:              System/Libraries
 License:            GPL-2.0+
-BuildRoot:          %{_tmppath}/build-%{name}-%{version}
+Group:          System/Libraries
+Url:            http://libsigsegv.sourceforge.net/
+Source:         
ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is a library for handling page faults in user mode. A page fault occurs
@@ -61,7 +61,6 @@
 
 %package doc
 Summary:            Library for Handling Page Faults in User Mode
-Group:              Development/Libraries/C and C++
 Group:              Documentation/Other
 
 %description doc
@@ -71,10 +70,6 @@
 
 %prep
 %setup -q
-%if 0%{?qemu_user_space_build:1}
-# qemu does not support stack overflows well ;)
-%patch0 -p1 -b .qemu
-%endif
 
 %build
 %configure \
@@ -87,9 +82,11 @@
 %__rm "%{buildroot}%{_libdir}/libsigsegv.la"
 
 %check
-%ifnarch armv7l armv7hl
-%__make check
+%if 0%{?qemu_user_space_build:1}
+# qemu does not support stack overflows well ;)
+export XFAIL_TESTS="stackoverflow1 stackoverflow2"
 %endif
+%__make check
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -108,3 +105,5 @@
 %{_includedir}/sigsegv.h
 %{_libdir}/libsigsegv.so
 %{_libdir}/libsigsegv.a
+
+%changelog

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

Reply via email to