Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (ce3bff68867fe02d6f53c577afaaaa8f7e228e78)

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 devel-xorg-modular grimoire by Vlad Glagolev (ce3bff68867fe02d6f53c577afaaaa8f7e228e78)
  • Date: Sun, 8 May 2011 08:55:10 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

audio-creation/mhwaveedit/DETAILS | 4 ++--
audio-creation/mhwaveedit/HISTORY | 3 +++
disk/gparted/DEPENDS | 2 +-
disk/gparted/HISTORY | 3 +++
python-pypi/pytz/DETAILS | 4 ++--
python-pypi/pytz/HISTORY | 3 +++
6 files changed, 14 insertions(+), 5 deletions(-)

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

mhwaveedit: => 1.4.21

commit d70c17cb553760da7b0d667f99e88a5204b43d9c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pytz: => 2011g

commit e8467929085b07a48fdfabe133800361737d65eb
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gparted: switched deprecated ntfsprogs dep to ntfs-3g

diff --git a/audio-creation/mhwaveedit/DETAILS
b/audio-creation/mhwaveedit/DETAILS
index b6bc0bc..f28fd42 100755
--- a/audio-creation/mhwaveedit/DETAILS
+++ b/audio-creation/mhwaveedit/DETAILS
@@ -1,8 +1,8 @@
SPELL=mhwaveedit
- VERSION=1.4.20
+ VERSION=1.4.21
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.gna.org/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:1680fe7ae32657eccb6872b90e1d316fc2f6b70f26ad02a01e44701446ed81b8b96b7d2e53d5cd98799633c8cfa6a9fe29ea45af13a3af766610b861c5f266bd
+
SOURCE_HASH=sha512:9d4f12cae243812f58d90dab1a1cef86ed62c0a2948f417bf5cfa4213621426dbd86e2293d514fdcc440d726851bd22d7e0728e60c1547fb9203672070864304
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://gna.org/projects/mhwaveedit/
LICENSE[0]=GPL
diff --git a/audio-creation/mhwaveedit/HISTORY
b/audio-creation/mhwaveedit/HISTORY
index 5a9b265..d3f1e76 100644
--- a/audio-creation/mhwaveedit/HISTORY
+++ b/audio-creation/mhwaveedit/HISTORY
@@ -1,3 +1,6 @@
+2011-05-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.21
+
2010-08-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.20
* CONFIGURE: removed one useless option
diff --git a/disk/gparted/DEPENDS b/disk/gparted/DEPENDS
index 7cccd85..2711ee6 100755
--- a/disk/gparted/DEPENDS
+++ b/disk/gparted/DEPENDS
@@ -11,4 +11,4 @@ suggest_depends jfsutils '' '' 'for JFS volume support' &&
suggest_depends hfsutils '' '' 'for HFS volume support' &&
suggest_depends reiserfsprogs '' '' 'for ReiserFS volume support' &&
suggest_depends mtools '' '' 'for full volume label support' &&
-suggest_depends ntfsprogs '' '' 'for NTFS volume support'
+suggest_depends ntfs-3g '' '' 'for NTFS volume support'
diff --git a/disk/gparted/HISTORY b/disk/gparted/HISTORY
index df7e782..17c8774 100644
--- a/disk/gparted/HISTORY
+++ b/disk/gparted/HISTORY
@@ -1,3 +1,6 @@
+2011-05-07 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: switched depecrated ntfsprogs dep to ntfs-3g
+
2011-02-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.8.0

diff --git a/python-pypi/pytz/DETAILS b/python-pypi/pytz/DETAILS
index 2dc9e62..3792268 100755
--- a/python-pypi/pytz/DETAILS
+++ b/python-pypi/pytz/DETAILS
@@ -1,8 +1,8 @@
SPELL=pytz
- VERSION=2011c
+ VERSION=2011g
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:f028c359212800d16cfcde183372c8cea555d9bcefec3ddbb414ef273848bd41928d57ceec12c1b0add08ab89e452ad6bdbf0670fce2164fbc68af6fae61a022
+
SOURCE_HASH=sha512:a7cc95c3f9de4d08a4d218769dfececd54db5b8fe237cccf77dd7192f2edf0e41f02a68aff6def20f31fe69cbc1dc901f2bd86cc023fcaa61c0bfd0b64282a07
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://pytz.sourceforge.net/
LICENSE[0]=BSD
diff --git a/python-pypi/pytz/HISTORY b/python-pypi/pytz/HISTORY
index fe2a7af..9b5aef2 100644
--- a/python-pypi/pytz/HISTORY
+++ b/python-pypi/pytz/HISTORY
@@ -1,3 +1,6 @@
+2011-05-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2011g
+
2011-03-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2011c




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (ce3bff68867fe02d6f53c577afaaaa8f7e228e78), Vlad Glagolev, 05/08/2011

Archive powered by MHonArc 2.6.24.

Top of Page