[Lunar-commits] <moonbase> gmp: version bumped to 5.0.1.

Florin Braescu florin at lunar-linux.org
Sat May 1 16:47:57 CEST 2010


commit f6b3530bb46bef9bb9552573f1f9d89d29d2e609
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat May 1 17:47:57 2010 +0300

    gmp: version bumped to 5.0.1.
---
 libs/gmp/BUILD   |   13 +++++++------
 libs/gmp/DETAILS |    6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/libs/gmp/BUILD b/libs/gmp/BUILD
index 453edaa..70a5e63 100644
--- a/libs/gmp/BUILD
+++ b/libs/gmp/BUILD
@@ -1,10 +1,11 @@
 (
 
-  OPTS="--enable-mpfr --enable-cxx" &&
-  default_config &&
-  make &&
-  prepare_install &&
-  make check &&
-  make install
+  OPTS="--enable-mpfr --enable-cxx"  &&
+  default_config   &&
+  make             &&
+  make check       &&
+  prepare_install  &&
+  make install     &&
+  ln -sf /usr/lib/libgmp.so  /usr/lib/libgmp.so.3
 
 ) > $C_FIFO 2>&1
diff --git a/libs/gmp/DETAILS b/libs/gmp/DETAILS
index 18a9283..15a407e 100644
--- a/libs/gmp/DETAILS
+++ b/libs/gmp/DETAILS
@@ -1,13 +1,13 @@
           MODULE=gmp
-         VERSION=4.3.2
+         VERSION=5.0.1
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.informatik.rwth-aachen.de/pub/gnu/$MODULE
    SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-      SOURCE_VFY=sha1:c011e8feaf1bb89158bd55eaabd7ef8fdd101a2c
+      SOURCE_VFY=sha1:6340edc7ceb95f9015a758c7c0d196eb0f441d49
         WEB_SITE=http://gmplib.org
          ENTERED=20010922
-         UPDATED=20100225
+         UPDATED=20100501
            SHORT="The GNU mathematics precision library"
 
 cat << EOF


More information about the Lunar-commits mailing list