Skip to Content.
Sympa Menu

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

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 (f0325cec28c5e09a62814dd54adb1948b12e9df2)
  • Date: Fri, 25 Feb 2011 15:34:42 -0600

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

python-pypi/mirage/DETAILS | 4 ++--
python-pypi/mirage/HISTORY | 4 ++++
python-pypi/mirage/PRE_BUILD | 4 ----
python-pypi/mirage/screenshot.patch | 11 -----------
4 files changed, 6 insertions(+), 17 deletions(-)

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

mirage: => 0.9.5.2

diff --git a/python-pypi/mirage/DETAILS b/python-pypi/mirage/DETAILS
index 124dac3..2e0494e 100755
--- a/python-pypi/mirage/DETAILS
+++ b/python-pypi/mirage/DETAILS
@@ -1,8 +1,8 @@
SPELL=mirage
- VERSION=0.9.5.1
+ VERSION=0.9.5.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.berlios.de/${SPELL}iv/$SOURCE
-
SOURCE_HASH=sha512:8e868a7364aee252bd38cfbc2a868c659d415f0d3fc071ee7089b156b4d9e939b53d9deee90a9fcaef3383633565b26eefd187e42c85b5cf6f4dd60a8917ee7b
+
SOURCE_HASH=sha512:c754c7c74523f060cf5c120750de3a5d9935eff2b04a30b4f266939528c1b01f26a27294765dbed47adeef88301cb3d7ff8f7464e6504ba5e8ff734ec0685c76
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://mirageiv.berlios.de/
LICENSE[0]=GPL
diff --git a/python-pypi/mirage/HISTORY b/python-pypi/mirage/HISTORY
index 979ac0a..74f3ce4 100644
--- a/python-pypi/mirage/HISTORY
+++ b/python-pypi/mirage/HISTORY
@@ -1,3 +1,7 @@
+2011-02-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.5.2
+ * PRE_BUILD, screenshot.patch: removed, fixed by upstream
+
2010-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.9.5.1; quoting paths; fixed desc
* DEPENDS: added missing python dep
diff --git a/python-pypi/mirage/PRE_BUILD b/python-pypi/mirage/PRE_BUILD
deleted file mode 100755
index ff4a02a..0000000
--- a/python-pypi/mirage/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/screenshot.patch"
diff --git a/python-pypi/mirage/screenshot.patch
b/python-pypi/mirage/screenshot.patch
deleted file mode 100644
index 3294b7c..0000000
--- a/python-pypi/mirage/screenshot.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mirage.py.orig 2010-07-23 16:57:44.000000000 +0400
-+++ mirage.py 2010-07-27 01:33:16.957210477 +0400
-@@ -2339,7 +2339,7 @@
- dialog.destroy()
- while gtk.events_pending():
- gtk.main_iteration()
-- self.screenshot_delay = int(delay.get_text())
-+ self.screenshot_delay = delay.get_value_as_int()
- gobject.timeout_add(int(self.screenshot_delay*1000),
self._screenshot_grab, area1.get_active())
- else:
- dialog.destroy()



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

Archive powered by MHonArc 2.6.24.

Top of Page