diff --git a/gmp-5.0.1.tar.bz2 b/gmp-5.0.1.tar.bz2 deleted file mode 100644 index 0efd0ab..0000000 --- a/gmp-5.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb -size 2006109 diff --git a/gmp-5.0.2.tar.bz2 b/gmp-5.0.2.tar.bz2 new file mode 100644 index 0000000..4d9503d --- /dev/null +++ b/gmp-5.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc2db76fdd4e99f85d5e35aa378ed62c283e0d586b91bd8703aff75a7804c28 +size 2024576 diff --git a/gmp.changes b/gmp.changes index a433807..975d55d 100644 --- a/gmp.changes +++ b/gmp.changes @@ -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 diff --git a/gmp.spec b/gmp.spec index b1546e9..ef4386d 100644 --- a/gmp.spec +++ b/gmp.spec @@ -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