From 53d9e202cd303f8058ac31af5f7eaaa094ba7fe8618407e691e43c9773b193ec Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 20 Apr 2011 11:33:52 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/gmp revision 25.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=879f271da67bb249ee87e47d548f9729 --- gmp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmp.spec b/gmp.spec index 7412e59..b1546e9 100644 --- a/gmp.spec +++ b/gmp.spec @@ -29,7 +29,7 @@ Obsoletes: gmp-64bit %endif # Version: 5.0.1 -Release: 2 +Release: 7 Summary: The GNU MP Library Url: http://gmplib.org/ Source: gmp-%{version}.tar.bz2 From 0d1085e5f1254d76dbdbeb2ab6ad0bd75b35391d3d68ce3bb2a677ea38cf1c78 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 20 Jun 2011 09:28:16 +0000 Subject: [PATCH 2/3] Accepting request 74148 from home:namtrac:branches:devel:libraries:c_c++ - 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/74148 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=18 --- gmp-5.0.1.tar.bz2 | 3 --- gmp-5.0.2.tar.bz2 | 3 +++ gmp.changes | 11 +++++++++++ gmp.spec | 15 +++++++-------- 4 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 gmp-5.0.1.tar.bz2 create mode 100644 gmp-5.0.2.tar.bz2 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..b2deea3 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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..df6116e 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/ @@ -121,13 +121,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 From 7ed2aeafd6dcc21ec60a0a129237576fa430985bd43801b6cf40381c25b0cfbe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Sep 2011 22:04:53 +0000 Subject: [PATCH 3/3] - avoid noexec stack patch on arm OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=19 --- gmp.changes | 5 +++++ gmp.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gmp.changes b/gmp.changes index b2deea3..975d55d 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/gmp.spec b/gmp.spec index df6116e..ef4386d 100644 --- a/gmp.spec +++ b/gmp.spec @@ -98,7 +98,9 @@ Authors: %prep %setup -q +%ifnarch %arm %patch0 +%endif %patch2 %build