Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (296adf6df1a1e3b62cb0ca53fcd5ffc6c50ba3ed)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (296adf6df1a1e3b62cb0ca53fcd5ffc6c50ba3ed)
  • Date: Fri, 1 Feb 2019 00:32:55 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

dev/null |binary
libs/mpfr/DETAILS | 6 +++---
libs/mpfr/HISTORY | 6 +++++-
libs/mpfr/INSTALL | 2 +-
4 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 296adf6df1a1e3b62cb0ca53fcd5ffc6c50ba3ed
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/mpfr: version 4.0.2

diff --git a/libs/mpfr/DETAILS b/libs/mpfr/DETAILS
index c08a257..3718eb7 100755
--- a/libs/mpfr/DETAILS
+++ b/libs/mpfr/DETAILS
@@ -1,7 +1,7 @@
SPELL=mpfr
- PVERSION=11
- XVERSION=4.0.1
- VERSION=$XVERSION-p$PVERSION
+ PVERSION=0
+ XVERSION=4.0.2
+ VERSION=$XVERSION # -p$PVERSION
SECURITY_PATCH=2
SOURCE=$SPELL-$XVERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$XVERSION
diff --git a/libs/mpfr/HISTORY b/libs/mpfr/HISTORY
index dcc62a3..7462aaf 100644
--- a/libs/mpfr/HISTORY
+++ b/libs/mpfr/HISTORY
@@ -1,7 +1,11 @@
+2019-01-31 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 4.0.2
+ * INSTALL: ln -> cp
+ * allpatches-4.0.1-p11.xz: dropped
+
2018-07-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, allpatches-4.0.1-p11.xz: version 4.0.1-p11

-
2018-02-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.0.1

diff --git a/libs/mpfr/INSTALL b/libs/mpfr/INSTALL
index e03071b..528a1b2 100755
--- a/libs/mpfr/INSTALL
+++ b/libs/mpfr/INSTALL
@@ -3,4 +3,4 @@ default_install &&
if [ -e $INSTALL_ROOT/usr/lib/libmpfr.so.4 ]; then
rm $INSTALL_ROOT/usr/lib/libmpfr.so.4
fi &&
-ln -s $TRACK_ROOT/usr/lib/libmpfr.so $INSTALL_ROOT/usr/lib/libmpfr.so.4
+cp -P $TRACK_ROOT/usr/lib/libmpfr.so $INSTALL_ROOT/usr/lib/libmpfr.so.4
diff --git a/libs/mpfr/allpatches-4.0.1-p11.xz
b/libs/mpfr/allpatches-4.0.1-p11.xz
deleted file mode 100644
index d5832eb..0000000
Binary files a/libs/mpfr/allpatches-4.0.1-p11.xz and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (296adf6df1a1e3b62cb0ca53fcd5ffc6c50ba3ed), Pavel Vinogradov, 01/31/2019

Archive powered by MHonArc 2.6.24.

Top of Page