Accepting request 85210 from devel:libraries:c_c++

- avoid noexec stack patch on arm

- Update to release GMP 5.0.2
    * Many minor bugs related to portability fixed.
    * The support for HPPA 2.0N now works, after an assembly bug fix.
    * A test case type error has been fixed.  The symptom of this bug
    was spurious 'make check' failures.
    * Fat builds are now supported for 64-bit x86 processors also under Darwin.
- Remove unknown configure option --disable-mpfr

OBS-URL: https://build.opensuse.org/request/show/85210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=26
This commit is contained in:
Sascha Peilicke 2011-09-28 12:10:30 +00:00 committed by Git OBS Bridge
commit 5900d44e90
4 changed files with 28 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb
size 2006109

3
gmp-5.0.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbc2db76fdd4e99f85d5e35aa378ed62c283e0d586b91bd8703aff75a7804c28
size 2024576

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Sep 28 00:04:11 CEST 2011 - dmueller@suse.de
- avoid noexec stack patch on arm
-------------------------------------------------------------------
Mon Jun 20 08:28:13 UTC 2011 - idonmez@novell.com
- Update to release GMP 5.0.2
* Many minor bugs related to portability fixed.
* The support for HPPA 2.0N now works, after an assembly bug fix.
* A test case type error has been fixed. The symptom of this bug
was spurious 'make check' failures.
* Fat builds are now supported for 64-bit x86 processors also under Darwin.
- Remove unknown configure option --disable-mpfr
-------------------------------------------------------------------
Tue Apr 19 00:03:52 CEST 2011 - ro@suse.de

View File

@ -28,7 +28,7 @@ AutoReqProv: on
Obsoletes: gmp-64bit
%endif
#
Version: 5.0.1
Version: 5.0.2
Release: 7
Summary: The GNU MP Library
Url: http://gmplib.org/
@ -98,7 +98,9 @@ Authors:
%prep
%setup -q
%ifnarch %arm
%patch0
%endif
%patch2
%build
@ -121,13 +123,12 @@ Authors:
%define sanitized_platform %(echo %{_target_cpu} | sed -e "s/sparc64.*/sparc64/" -e "s/sparcv.*/sparc/")-%{_vendor}-%{_target_os}
CFLAGS="$RPM_OPT_FLAGS -fexceptions" \
./configure --prefix=/usr \
--libdir=%{_libdir} \
--infodir=%{_infodir} \
--build=%{sanitized_platform} \
--disable-mpfr \
--enable-cxx \
--enable-fat \
--enable-mpbsd
--libdir=%{_libdir} \
--infodir=%{_infodir} \
--build=%{sanitized_platform} \
--enable-cxx \
--enable-fat \
--enable-mpbsd
make CFLAGS="$RPM_OPT_FLAGS -fexceptions" %{?_smp_mflags}
%check