Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (857999f63a64dc196d33ced7b831740adb520f2f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (857999f63a64dc196d33ced7b831740adb520f2f)
  • Date: Wed, 4 Dec 2013 15:11:52 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
FUNCTIONS | 2 +-
disk/dosfstools/DETAILS | 2 +-
disk/dosfstools/HISTORY | 3 +++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
6 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit 857999f63a64dc196d33ced7b831740adb520f2f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

FUNCTIONS - fix typo

commit 98a31d1511cdc3e98bcb446824b2d48319abcb39
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

setuptools: => 1.4.2

commit 6c1452473167a6197039fbe9b2661e8271cf4284
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dosfstools: => 3.0.24

diff --git a/ChangeLog b/ChangeLog
index faf81cc..ada0cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * FUNCTIONS: fix PYTHON2 typo
+
2013-12-03 Ismael Luceno <ismael AT sourcemage.org>
* disk/pspshrink: new spell, ISO Compressor for PSP games

diff --git a/FUNCTIONS b/FUNCTIONS
index a7aca22..2ca1669 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -3,7 +3,7 @@
. $GRIMOIRE/config_query_multi.function

if is_depends_enabled $SPELL python;then
- VV=`installed_version python1 | cut -c-3` &&
+ VV=`installed_version python | cut -c-3` &&
PYTHON2=/usr/bin/python${VV}
export PYTHON=$PYTHON2
fi
diff --git a/disk/dosfstools/DETAILS b/disk/dosfstools/DETAILS
index 59f5fa1..4b3784f 100755
--- a/disk/dosfstools/DETAILS
+++ b/disk/dosfstools/DETAILS
@@ -1,5 +1,5 @@
SPELL=dosfstools
- VERSION=3.0.23
+ VERSION=3.0.24
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/disk/dosfstools/HISTORY b/disk/dosfstools/HISTORY
index 17b2d54..9ea0bfb 100644
--- a/disk/dosfstools/HISTORY
+++ b/disk/dosfstools/HISTORY
@@ -1,3 +1,6 @@
+2013-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.24
+
2013-10-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.0.23

diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 1040f9b..f19db56 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=1.4.1
-
SOURCE_HASH=sha512:434b3c336da78a5c653ed85768c14bf5acacb9a1b85a65df2195d435531457accc2a4efea87fcae574b10abca77ef612d26f73c854e02c8f9c3b6caae2c84e01
+ VERSION=1.4.2
+
SOURCE_HASH=sha512:cb22d191333fd1ad4d4ca0359a120e367e646f1b4334e7457c417d37d6260d5c747d3d5342135832a1b42eefbf1da4cd94b1a7875b3d5ddea58d047b872f0ac3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 822d0cb..ede6dd6 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2013-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.2
+
2013-11-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (857999f63a64dc196d33ced7b831740adb520f2f), Treeve Jelbert, 12/04/2013

Archive powered by MHonArc 2.6.24.

Top of Page