Accepting request 459621 from devel:libraries:c_c++
- Update to version 2.11 * Added support for catching stack overflow on Linux/SPARC. * Provide a correct value for SIGSTKSZ on 64-bit AIX and on HP-UX. The one defined by these systems is too small. * Updated build infrastructure. * Compilation now requires the <stdint.h> include file. Platforms which don't have this include file (such as IRIX) are no longer supported. * NOTE: Support for Cygwin and native Windows is currently not up-to-date. - Update URL that is use https://www.gnu.org/software/libsigsegv/ - Update to version 2.10 OBS-URL: https://build.opensuse.org/request/show/459621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigsegv?expand=0&rev=5
This commit is contained in:
commit
0070dba0d2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8460a4a3dd4954c3d96d7a4f5dd5bc4d9b76f5754196aa245287553b26d2199a
|
|
||||||
size 402279
|
|
3
libsigsegv-2.11.tar.gz
Normal file
3
libsigsegv-2.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd7c2eb2ef6c47189406d562c1dc0f96f2fc808036834d596075d58377e37a18
|
||||||
|
size 448744
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 22 07:29:42 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.11
|
||||||
|
* Added support for catching stack overflow on Linux/SPARC.
|
||||||
|
* Provide a correct value for SIGSTKSZ on 64-bit AIX and on HP-UX. The one
|
||||||
|
defined by these systems is too small.
|
||||||
|
* Updated build infrastructure.
|
||||||
|
* Compilation now requires the <stdint.h> include file. Platforms which
|
||||||
|
don't have this include file (such as IRIX) are no longer supported.
|
||||||
|
* NOTE: Support for Cygwin and native Windows is currently not up-to-date.
|
||||||
|
- Update URL that is use https://www.gnu.org/software/libsigsegv/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 3 12:36:56 UTC 2013 - schwab@suse.de
|
Wed Jul 3 12:36:56 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
@ -7,7 +20,7 @@ Wed Jul 3 12:36:56 UTC 2013 - schwab@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 8 13:09:02 UTC 2013 - werner@suse.de
|
Wed May 8 13:09:02 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
- Update tp version 2.10
|
- Update to version 2.10
|
||||||
- Adopt patch fix-build-in-qemu.patch
|
- Adopt patch fix-build-in-qemu.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsigsegv
|
# spec file for package libsigsegv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,12 +26,12 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
Version: 2.10
|
Version: 2.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Handling Page Faults in User Mode
|
Summary: Library for Handling Page Faults in User Mode
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://libsigsegv.sourceforge.net/
|
Url: https://www.gnu.org/software/libsigsegv/
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -84,9 +84,10 @@ make %{?_smp_mflags}
|
|||||||
%check
|
%check
|
||||||
%if 0%{?qemu_user_space_build:1}
|
%if 0%{?qemu_user_space_build:1}
|
||||||
# qemu does not support stack overflows well ;)
|
# qemu does not support stack overflows well ;)
|
||||||
export XFAIL_TESTS="stackoverflow1 stackoverflow2"
|
%__make check TESTS='sigsegv1 sigsegv2 sigsegv3'
|
||||||
%endif
|
%else
|
||||||
%__make check
|
%__make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user