From b2350ff67457b830b2b3c371affc3dcac93dfad1 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:21:18 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20gmp-4.1?= =?UTF-8?q?-3.src.rpm=20Mon=20Jul=2008=202002=20Trond=20Eivind=20Glomsr=F8?= =?UTF-8?q?d=20=204.1-3=20-=20Redefine=20the=20configure?= =?UTF-8?q?=20macro,=20the=20included=20configure=20script=20isn't=20happy?= =?UTF-8?q?=20=20=20=20=20about=20the=20rpm=20default=20one=20(#68190).=20?= =?UTF-8?q?Also,=20make=20sure=20the=20included=20=20=20=20=20libtool=20is?= =?UTF-8?q?n't=20replaced,=20Fri=20Jun=2021=202002=20Tim=20Powers=20=20-=20automated=20rebuild=20Sat=20May=2025=202002?= =?UTF-8?q?=20Florian=20La=20Roche=20=20-=20upd?= =?UTF-8?q?ate=20to=20version=204.1=20-=20patch=20s390=20gmp-mparam.h=20to?= =?UTF-8?q?=20match=20other=20archs.=20Thu=20May=2023=202002=20Tim=20Power?= =?UTF-8?q?s=20=20-=20automated=20rebuild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- gmp-4.0.1-s390.patch | 12 ++++++++++++ gmp.spec | 22 ++++++++++++++++++++-- sources | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 gmp-4.0.1-s390.patch diff --git a/.cvsignore b/.cvsignore index cbdf2aa..5f83251 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gmp-4.0.1.tar.bz2 +gmp-4.1.tar.bz2 diff --git a/gmp-4.0.1-s390.patch b/gmp-4.0.1-s390.patch new file mode 100644 index 0000000..d7520db --- /dev/null +++ b/gmp-4.0.1-s390.patch @@ -0,0 +1,12 @@ +--- gmp-4.0.1/mpn/s390/gmp-mparam.h.s390 Wed May 15 21:32:57 2002 ++++ gmp-4.0.1/mpn/s390/gmp-mparam.h Wed May 15 21:33:21 2002 +@@ -20,7 +20,8 @@ + MA 02111-1307, USA. */ + + +-/* BITS_PER_MP_LIMB etc generated by configure */ ++#define BITS_PER_MP_LIMB 32 ++#define BYTES_PER_MP_LIMB 4 + + + /* Generated by tuneup.c, 2001-09-26, gcc 2.95 */ diff --git a/gmp.spec b/gmp.spec index bd88855..1898ea9 100644 --- a/gmp.spec +++ b/gmp.spec @@ -1,9 +1,12 @@ +%define configure CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; ./configure %{_target_platform} --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} + Summary: A GNU arbitrary precision library. Name: gmp -Version: 4.0.1 +Version: 4.1 Release: 3 URL: http://www.gnu.org/ Source: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2 +Patch: gmp-4.0.1-s390.patch Copyright: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -36,9 +39,9 @@ install the gmp package. %prep %setup -q +%patch -p1 %build -# It's like libtoolize --copy --force, but different... %configure --enable-mpbsd make @@ -80,6 +83,21 @@ fi %{_infodir}/gmp.info* %changelog +* Mon Jul 8 2002 Trond Eivind Glomsrød 4.1-3 +- Redefine the configure macro, the included configure + script isn't happy about the rpm default one (#68190). Also, make + sure the included libtool isn't replaced, + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Sat May 25 2002 Florian La Roche +- update to version 4.1 +- patch s390 gmp-mparam.h to match other archs. + +* Thu May 23 2002 Tim Powers +- automated rebuild + * Mon Mar 11 2002 Trond Eivind Glomsrød 4.0.1-3 - Use standard %%configure macro and edit %%{_tmppath} diff --git a/sources b/sources index 8b6b888..486331a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07c895aefa3739f25ae81ee3a2ba4d19 gmp-4.0.1.tar.bz2 +44036b3b6db9bfb70700d664d57b4907 gmp-4.1.tar.bz2