Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (398e47ce4ca331d41a49f0668d87be4553e90da0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (398e47ce4ca331d41a49f0668d87be4553e90da0)
  • Date: Wed, 31 Oct 2012 10:45:54 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

utils/installwatch/HISTORY | 3 +++
utils/installwatch/installwatch-glibc-2.13.patch | 8 +++++++-
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 398e47ce4ca331d41a49f0668d87be4553e90da0
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

installwatch fixed to work with glibc 2.15 and 2.16

diff --git a/utils/installwatch/HISTORY b/utils/installwatch/HISTORY
index 33857d2..49ff536 100644
--- a/utils/installwatch/HISTORY
+++ b/utils/installwatch/HISTORY
@@ -1,3 +1,6 @@
+2012-10-31 Ladislav Hagara <hgr AT vabo.cz>
+ * installwatch-glibc-2.13.patch: glibc 2.15 and 2.16 cases added
+
2012-05-05 Pol Vinogradov <vin.public AT gmail.com>
* installwatch-glibc-2.13.patch: added glibc 2.14 case

diff --git a/utils/installwatch/installwatch-glibc-2.13.patch
b/utils/installwatch/installwatch-glibc-2.13.patch
index 07a4844..68c2e9c 100644
--- a/utils/installwatch/installwatch-glibc-2.13.patch
+++ b/utils/installwatch/installwatch-glibc-2.13.patch
@@ -1,7 +1,7 @@
diff -Naur installwatch.ori//create-localdecls installwatch/create-localdecls
--- installwatch.ori//create-localdecls 2011-02-05 12:46:19.000000000
+0100
+++ installwatch/create-localdecls 2011-02-05 12:50:10.000000000 +0100
-@@ -105,6 +105,12 @@
+@@ -105,6 +105,18 @@
12)
echo '#define GLIBC_MINOR 12' >> $OUTFILE
SUBVERSION='glibc-2.12' ;;
@@ -11,6 +11,12 @@ diff -Naur installwatch.ori//create-localdecls
installwatch/create-localdecls
+ 14)
+ echo '#define GLIBC_MINOR 14' >> $OUTFILE
+ SUBVERSION='glibc-2.14' ;;
++ 15)
++ echo '#define GLIBC_MINOR 15' >> $OUTFILE
++ SUBVERSION='glibc-2.15' ;;
++ 16)
++ echo '#define GLIBC_MINOR 16' >> $OUTFILE
++ SUBVERSION='glibc-2.16' ;;
*)
echo 'Treated as glibc >= 2.1 (finger crossed)'
echo '#define GLIBC_MINOR 1' >> $OUTFILE



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (398e47ce4ca331d41a49f0668d87be4553e90da0), Ladislav Hagara, 10/31/2012

Archive powered by MHonArc 2.6.24.

Top of Page