Skip to Content.
Sympa Menu

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

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 (0227056275a68bcca6e001aa732fdd93590fadca)
  • Date: Sun, 2 Jan 2011 17:45:56 -0600

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

chat-im/gajim/DEPENDS | 2 +-
chat-im/gajim/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0227056275a68bcca6e001aa732fdd93590fadca
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gajim: corrected SQLite dependency

diff --git a/chat-im/gajim/DEPENDS b/chat-im/gajim/DEPENDS
index 88b7b4e..b02cb7c 100755
--- a/chat-im/gajim/DEPENDS
+++ b/chat-im/gajim/DEPENDS
@@ -1,5 +1,5 @@
depends pygtk2 &&
-depends pysqlite &&
+depends -sub SQLITE python &&
depends intltool &&

# TODO: added subdepends according to the spells
diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index 97e2f43..612f224 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,3 +1,6 @@
+2011-01-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: native sqlite3 module is the only allowed implementation
+
2010-10-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD, py27.patch: removed, not needed anymore



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0227056275a68bcca6e001aa732fdd93590fadca), Vlad Glagolev, 01/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page