[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/gmp/devel .cvsignore, 1.11, 1.12 gmp.spec, 1.34, 1.35 sources, 1.11, 1.12 mpfr-2.2.0-cumulative.patch, 1.1, NONE
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/gmp/devel .cvsignore, 1.11, 1.12 gmp.spec, 1.34, 1.35 sources, 1.11, 1.12 mpfr-2.2.0-cumulative.patch, 1.1, NONE
- Date: Wed, 17 Jan 2007 13:29:14 -0500
Author: jakub
Update of /cvs/dist/rpms/gmp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30679
Modified Files:
.cvsignore gmp.spec sources
Removed Files:
mpfr-2.2.0-cumulative.patch
Log Message:
4.1.4-11
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gmp/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 26 Oct 2006 16:11:49 -0000 1.11
+++ .cvsignore 17 Jan 2007 18:29:12 -0000 1.12
@@ -1,2 +1,2 @@
gmp-4.1.4.tar.bz2
-mpfr-2.2.0.tar.bz2
+mpfr-2.2.1.tar.bz2
Index: gmp.spec
===================================================================
RCS file: /cvs/dist/rpms/gmp/devel/gmp.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- gmp.spec 2 Nov 2006 17:55:21 -0000 1.34
+++ gmp.spec 17 Jan 2007 18:29:12 -0000 1.35
@@ -4,12 +4,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}
-%define mpfr_version 2.2.0
+%define mpfr_version 2.2.1
Summary: A GNU arbitrary precision library.
Name: gmp
Version: 4.1.4
-Release: 10
+Release: 11
URL: http://www.swox.com/gmp/
Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
Source1: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
@@ -20,7 +20,7 @@
Patch2: gmp-4.1.2-autoconf.patch
Patch3: gmp-4.1.4-fpu.patch
# http://www.mpfr.org/mpfr-%{mpfr_version}/patches
-Patch4: mpfr-2.2.0-cumulative.patch
+#Patch4: mpfr-%{mpfr_version}-cumulative.patch
License: LGPL
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -58,9 +58,9 @@
#patch1 -p1
%patch2 -p1
%patch3 -p1 -b .fpu
-cd mpfr-%{mpfr_version}
-%patch4 -p1
-cd ..
+#cd mpfr-%{mpfr_version}
+#%patch4 -p1
+#cd ..
libtoolize --force
aclocal-1.6 -I mpn -I mpfr
@@ -84,11 +84,12 @@
mkdir build-sse2
cd build-sse2
ln -s ../configure .
-CFLAGS="-O2 -g -march=pentium4"
-%configure --enable-mpbsd --enable-mpfr --enable-cxx pentium4-redhat-linux
+CFLAGS="%{optflags} -march=pentium4"
+%configure --enable-mpbsd --disable-mpfr --enable-cxx pentium4-redhat-linux
perl -pi -e 's|hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=\"-L\\\$libdir\"|g;' libtool
export LD_LIBRARY_PATH=`pwd`/.libs
make %{?_smp_mflags}
+unset CFLAGS
cd ..
%endif
cd mpfr-%{mpfr_version}
@@ -204,6 +205,10 @@
%{_infodir}/mpfr.info*
%changelog
+* Wed Jan 17 2007 Jakub Jelinek <jakub redhat com> 4.1.4-11
+- make sure libmpfr.a doesn't contain SSE2 instructions on i?86 (#222371)
+- rebase to mpfr 2.2.1 from 2.2.0 + cumulative fixes
+
* Thu Nov 2 2006 Thomas Woerner <twoerner redhat com> 4.1.4-10
- fixed arch order in gmp.h and gmp-mparam.h wrapper for all architectures
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gmp/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 26 Oct 2006 16:11:49 -0000 1.11
+++ sources 17 Jan 2007 18:29:12 -0000 1.12
@@ -1,2 +1,2 @@
0aa7d3b3f5b5ec5951e7dddd6f65e891 gmp-4.1.4.tar.bz2
-1a81f721ee78cb027f6c41a243d3a33d mpfr-2.2.0.tar.bz2
+40bf06f8081461d8db7d6f4ad5b9f6bd mpfr-2.2.1.tar.bz2
--- mpfr-2.2.0-cumulative.patch DELETED ---
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]