OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Aug-2008 19:15:18
Branch: HEAD Handle: 2008080418151700
Modified files:
openpkg-src/gmp gmp.patch gmp.spec
Log:
upgrading package: gmp 4.2.2 -> 4.2.3
Summary:
Revision Changes Path
1.3 +9 -14 openpkg-src/gmp/gmp.patch
1.45 +2 -2 openpkg-src/gmp/gmp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gmp/gmp.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 gmp.patch
--- openpkg-src/gmp/gmp.patch 27 Mar 2006 07:32:56 -0000 1.2
+++ openpkg-src/gmp/gmp.patch 4 Aug 2008 17:15:17 -0000 1.3
@@ -1,7 +1,7 @@
Index: configure
---- configure.orig 2006-03-22 17:27:26 +0100
-+++ configure 2006-03-27 09:23:28 +0200
-@@ -3189,189 +3189,6 @@
+--- configure.orig 2008-08-02 15:51:49 +0200
++++ configure 2008-08-04 19:09:01 +0200
+@@ -3199,184 +3199,6 @@
sh2-*-*) path="sh/sh2 sh" ;;
@@ -163,18 +163,12 @@
- *-*-solaris*)
- # Sun cc.
- #
-- # -fast enables different optimizations depending on compiler
-- # version. Unfortunately it does things according to the native
-- # system, which may not be optimal when cross compiling (to a
-- # different sparc). -xchip from cc_cflags_cpu will override at
-- # least that part of its selections.
-- #
-- # -fns=no and -fsimple=1 disable some transformations that
-- # conflict with IEEE 754, which some compiler versions perform
-- # under -fast.
+- # We used to have -fast and some fixup options here, but it
+- # recurrently caused problems with miscompilation. Of course,
+- # -fast is documented as miscompiling things for the sake of
speed.
- #
- cclist_64="$cclist_64 cc"
-- cc_64_cflags="-fast -fns=no -fsimple=1 -xarch=v9"
+- cc_64_cflags="-O3 -xarch=v9"
- cc_64_cflags_optlist="cpu"
- ;;
- esac
@@ -188,6 +182,7 @@
- esac
- ;;
-
-
+-
# VAX
vax*-*-*)
+ # Currently gcc (version 3.0) on vax always uses a frame pointer
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gmp/gmp.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 gmp.spec
--- openpkg-src/gmp/gmp.spec 24 May 2008 21:09:32 -0000 1.44
+++ openpkg-src/gmp/gmp.spec 4 Aug 2008 17:15:17 -0000 1.45
@@ -31,8 +31,8 @@
Class: BASE
Group: Algorithm
License: LGPL
-Version: 4.2.2
-Release: 20080524
+Version: 4.2.3
+Release: 20080804
# package options
%option with_cxx no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]