Skip to Content.
Sympa Menu

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

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 (1cea935f09ce7724e009e248a7ef8a38c4da5212)
  • Date: Fri, 24 Jun 2011 09:13:49 -0500

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

gnome2-libs/pango/DEPENDS | 2 +-
gnome2-libs/pango/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 1cea935f09ce7724e009e248a7ef8a38c4da5212
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pango: reimplemented version checking

diff --git a/gnome2-libs/pango/DEPENDS b/gnome2-libs/pango/DEPENDS
index 60b66b5..9c1e05c 100755
--- a/gnome2-libs/pango/DEPENDS
+++ b/gnome2-libs/pango/DEPENDS
@@ -13,7 +13,7 @@ if is_depends_enabled $SPELL libx11; then
depends libxft &&
depends libxdmcp &&
depends libxrender &&
- if spell_ok cairo && [[ $(installed_version cairo) < 1.8 ]]; then
+ if spell_ok cairo && is_version_less $(installed_version cairo) 1.8; then
force_depends cairo
fi
fi &&
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index cad03c8..5d25345 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,6 @@
+2011-06-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: correctly compare versions
+
2011-04-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.28.4




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1cea935f09ce7724e009e248a7ef8a38c4da5212), Vlad Glagolev, 06/24/2011

Archive powered by MHonArc 2.6.24.

Top of Page