- remove useless patch (#470200)

This commit is contained in:
Ivana Varekova 2008-11-07 08:24:30 +00:00
parent a62b956d2e
commit c0e9cb4f08
2 changed files with 4 additions and 20 deletions

View File

@ -1,17 +0,0 @@
--- gmp-4.1.2/configure.in.lr 2003-06-03 09:48:52.000000000 +0200
+++ gmp-4.1.2/configure.in 2003-06-03 09:49:39.000000000 +0200
@@ -1338,11 +1338,11 @@
# The C++ compiler, if desired.
+test_CXXFLAGS=${CXXFLAGS+set}
+AC_PROG_CXX
+
want_cxx=no
if test $enable_cxx != no; then
- test_CXXFLAGS=${CXXFLAGS+set}
- AC_PROG_CXX
-
echo "CXXFLAGS chosen by autoconf: $CXXFLAGS" >&AC_FD_CC
cxxflags_ac_prog_cxx=$CXXFLAGS
cxxflags_list=ac_prog_cxx

View File

@ -8,13 +8,12 @@
Summary: A GNU arbitrary precision library
Name: gmp
Version: 4.2.2
Release: 8%{?dist}
Release: 9%{?dist}
URL: http://gmplib.org/
Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
Source2: gmp.h
Source3: gmp-mparam.h
Patch0: gmp-4.0.1-s390.patch
Patch2: gmp-4.1.2-autoconf.patch
Patch3: gmp-4.2.2-cstdio.patch
License: LGPLv3+
Group: System Environment/Libraries
@ -62,7 +61,6 @@ in applications.
%prep
%setup -q
%patch0 -p1 -b .s390
%patch2 -p1
%patch3 -p1 -b .std
libtoolize --force
@ -203,6 +201,9 @@ exit 0
%changelog
* Fri Nov 7 2008 Ivana Varekova <varekova@redhat.com> 4.2.2-9
- remove useless patch (#470200)
* Thu Apr 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4.2.2-8
- add sparc/sparc64 support