Hello community, here is the log from the commit of package libsigsegv for openSUSE:Factory checked in at 2013-05-13 16:20:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsigsegv (Old) and /work/SRC/openSUSE:Factory/.libsigsegv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsigsegv" Changes: -------- New Changes file: --- /dev/null 2013-05-09 10:40:33.472011256 +0200 +++ /work/SRC/openSUSE:Factory/.libsigsegv.new/libsigsegv.changes 2013-05-13 16:20:24.000000000 +0200 @@ -0,0 +1,17 @@ +------------------------------------------------------------------- +Wed May 8 13:09:02 UTC 2013 - [email protected] + +- Update tp version 2.10 +- Adopt patch fix-build-in-qemu.patch + +------------------------------------------------------------------- +Tue Jan 31 10:39:15 UTC 2012 - [email protected] + +- Remove redundant tags/sections per specfile guideline suggestions +- Parallel building using %_smp_mflags + +------------------------------------------------------------------- +Fri Dec 3 20:36:03 UTC 2010 - [email protected] + +- initial package (2.9) + New: ---- fix-build-in-qemu.patch libsigsegv-2.10.tar.gz libsigsegv.changes libsigsegv.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsigsegv.spec ++++++ # # spec file for package sigsegv # # Copyright (c) 2013 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ Name: libsigsegv %define somajor 2 %define lname libsigsegv%somajor BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: libtool BuildRequires: make BuildRequires: pkgconfig 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} %description This is a library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. %package -n %lname Summary: Library for Handling Page Faults in User Mode Group: System/Libraries %description -n %lname This is a library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. %package devel Summary: Library for Handling Page Faults in User Mode Group: Development/Libraries/C and C++ Requires: %lname = %{version}-%{release} %description devel This is a library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. %package doc Summary: Library for Handling Page Faults in User Mode Group: Development/Libraries/C and C++ Group: Documentation/Other %description doc This is a library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. %prep %setup -q %if 0%{?qemu_user_space_build:1} # qemu does not support stack overflows well ;) %patch0 -p1 -b .qemu %endif %build %configure \ --enable-shared \ --enable-static make %{?_smp_mflags} %install %makeinstall %__rm "%{buildroot}%{_libdir}/libsigsegv.la" %check %ifnarch armv7l armv7hl %__make check %endif %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files doc %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog* NEWS PORTING README %files -n %lname %defattr(-,root,root) %{_libdir}/libsigsegv.so.%{somajor} %{_libdir}/libsigsegv.so.%{somajor}.* %files devel %defattr(-,root,root) %{_includedir}/sigsegv.h %{_libdir}/libsigsegv.so %{_libdir}/libsigsegv.a ++++++ fix-build-in-qemu.patch ++++++ --- libsigsegv-2.10/tests/Makefile.am | 2 +- libsigsegv-2.10/tests/Makefile.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) --- a/libsigsegv-2.10/tests/Makefile.am +++ b/libsigsegv-2.10/tests/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests -TESTS = sigsegv1 sigsegv2 sigsegv3 stackoverflow1 stackoverflow2 +TESTS = sigsegv1 sigsegv2 sigsegv3 EXTRA_DIST = mmaputil.h altstack.h --- a/libsigsegv-2.10/tests/Makefile.in +++ b/libsigsegv-2.10/tests/Makefile.in @@ -35,7 +35,6 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = sigsegv1$(EXEEXT) sigsegv2$(EXEEXT) sigsegv3$(EXEEXT) \ - stackoverflow1$(EXEEXT) stackoverflow2$(EXEEXT) \ $(am__EXEEXT_1) $(am__EXEEXT_2) noinst_PROGRAMS = sigsegv1$(EXEEXT) sigsegv2$(EXEEXT) \ sigsegv3$(EXEEXT) stackoverflow1$(EXEEXT) \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
