Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-gnome-3.0.0 grimoire by Ladislav Hagara (a9fd931aebca7209ab3f73269eff68d3855edd58)

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 devel-gnome-3.0.0 grimoire by Ladislav Hagara (a9fd931aebca7209ab3f73269eff68d3855edd58)
  • Date: Wed, 28 Sep 2011 16:59:37 -0500

GIT changes to devel-gnome-3.0.0 grimoire by Ladislav Hagara <hgr AT vabo.cz>:

dev/null |binary
gnome2-libs/glib2/DEPENDS | 8 ++++++++
gnome2-libs/glib2/DETAILS | 4 ++--
gnome2-libs/glib2/HISTORY | 9 +++++++++
gnome2-libs/glib2/glib-2.28.6.tar.bz2.sig | 0
gnome2-libs/glib2/glib-2.28.8.tar.bz2.sig |binary
6 files changed, 19 insertions(+), 2 deletions(-)

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

glib2: force pcre build when needed

(fake dir cherry-pick from aff5cfb1f7b18e2e3bdd1c2aa1420f0f94aefdd8)

commit d834f35538e50d79b3d2a6190672bc55f85c647f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

glib2 2.28.8

(fake dir cherry-pick from 6eb3e4ebcd77149798f22457590419c0592a013b)

commit 6b7d2fa2e7a5156285b828efa659a3b20930d98d
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

glib2 2.28.7

(fake dir cherry-pick from 63092821a09301a01cad5ae5d6b3f3b310b87d1a)

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index fe57abb..3a38f8d 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -1,3 +1,5 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+
depends pkgconfig &&

if ! spell_installed pkgconfig; then
@@ -21,6 +23,12 @@ optional_depends -sub UTFPROP pcre \
"--with-pcre=internal" \
"Use system supplied PCRE. Otherwise, the internal PCRE
library will be used" &&

+if is_depends_enabled $SPELL pcre; then
+ if spell_ok pcre && is_version_less $(installed_version pcre) 8.11; then
+ force_depends pcre
+ fi
+fi &&
+
optional_depends libselinux \
"--enable-selinux" \
"--disable-selinux" \
diff --git a/gnome2-libs/glib2/DETAILS b/gnome2-libs/glib2/DETAILS
index 198ac4d..76b77d5 100755
--- a/gnome2-libs/glib2/DETAILS
+++ b/gnome2-libs/glib2/DETAILS
@@ -1,10 +1,10 @@
SPELL=glib2
if [[ $GLIB_VER == devel ]];then
- VERSION=2.28.6
+ VERSION=2.28.8
SOURCE=glib-$VERSION.tar.bz2
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
else
- VERSION=2.28.6
+ VERSION=2.28.8
SECURITY_PATCH=1
SOURCE=glib-$VERSION.tar.bz2
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 5440e2b..b61b6d1 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,12 @@
+2011-06-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: force pcre version when needed
+
+2011-06-06 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.28.8
+
+2011-05-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.28.7
+
2011-04-14 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.28.6

diff --git a/gnome2-libs/glib2/glib-2.28.6.tar.bz2.sig
b/gnome2-libs/glib2/glib-2.28.6.tar.bz2.sig
deleted file mode 100644
index 6865123..0000000
Binary files a/gnome2-libs/glib2/glib-2.28.6.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/glib2/glib-2.28.8.tar.bz2.sig
b/gnome2-libs/glib2/glib-2.28.8.tar.bz2.sig
new file mode 100755
index 0000000..b4a62a9
Binary files /dev/null and b/gnome2-libs/glib2/glib-2.28.8.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-gnome-3.0.0 grimoire by Ladislav Hagara (a9fd931aebca7209ab3f73269eff68d3855edd58), Ladislav Hagara, 09/28/2011

Archive powered by MHonArc 2.6.24.

Top of Page