Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (36cd9d110a191be4d39150809d2304a08276aa52)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (36cd9d110a191be4d39150809d2304a08276aa52)
  • Date: Sun, 17 May 2009 18:42:19 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
gnome2-libs/glib2/DETAILS | 2 +-
gnome2-libs/glib2/HISTORY | 4 ++++
gnome2-libs/glib2/PRE_BUILD | 6 +-----
gnome2-libs/glib2/glib-2.20.1.tar.bz2.sig | 0
gnome2-libs/glib2/glib-2.20.2.tar.bz2.sig |binary
6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 36cd9d110a191be4d39150809d2304a08276aa52
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

glib2: => 2.20.2

diff --git a/gnome2-libs/glib2/DETAILS b/gnome2-libs/glib2/DETAILS
index f91a46f..653bebc 100755
--- a/gnome2-libs/glib2/DETAILS
+++ b/gnome2-libs/glib2/DETAILS
@@ -1,5 +1,5 @@
SPELL=glib2
- VERSION=2.20.1
+ VERSION=2.20.2
SECURITY_PATCH=1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=glib-$VERSION.tar.bz2
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 2f3a222..329718b 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,7 @@
+2009-05-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.20.2
+ * PRE_BUILD: cleaned up the garbage
+
2009-04-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.20.1

diff --git a/gnome2-libs/glib2/PRE_BUILD b/gnome2-libs/glib2/PRE_BUILD
index 86901db..e5712e0 100755
--- a/gnome2-libs/glib2/PRE_BUILD
+++ b/gnome2-libs/glib2/PRE_BUILD
@@ -1,10 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-#if [ "$GLIB_GETTEXT" == "y" ]; then
-# OPTS="$OPTS --with-libiconv=no"
-
-
-if echo "$OPTS" | grep -q 'with-libiconv=no'; then
+if list_find "$OPTS" "with-libiconv=no"; then
sedit 's/test "$gt_cv_have_gettext" != "yes"/false/' configure
fi
diff --git a/gnome2-libs/glib2/glib-2.20.1.tar.bz2.sig
b/gnome2-libs/glib2/glib-2.20.1.tar.bz2.sig
deleted file mode 100644
index 232cb58..0000000
Binary files a/gnome2-libs/glib2/glib-2.20.1.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/glib2/glib-2.20.2.tar.bz2.sig
b/gnome2-libs/glib2/glib-2.20.2.tar.bz2.sig
new file mode 100644
index 0000000..bcae984
Binary files /dev/null and b/gnome2-libs/glib2/glib-2.20.2.tar.bz2.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page