Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (a855f5ec432f97aaa7f59e9a29aba64f48fc9075)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (a855f5ec432f97aaa7f59e9a29aba64f48fc9075)
  • Date: Thu, 17 Sep 2009 15:11:06 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

python-pypi/tagpy/BUILD | 4 ++--
python-pypi/tagpy/DETAILS | 4 ++--
python-pypi/tagpy/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit a855f5ec432f97aaa7f59e9a29aba64f48fc9075
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

python-pypi/tagpy: updated to 0.94.7, some cleanups

diff --git a/python-pypi/tagpy/BUILD b/python-pypi/tagpy/BUILD
index 1528446..91275ce 100755
--- a/python-pypi/tagpy/BUILD
+++ b/python-pypi/tagpy/BUILD
@@ -1,7 +1,7 @@
OPTS="--boost-inc-dir=${INSTALL_ROOT}/usr/include/boost \
--taglib-inc-dir=${INSTALL_ROOT}/usr/include/taglib \
- --boost-python-libname=boost_python-mt \
+ --boost-python-libname=boost_python \
${OPTS}" &&

-./configure ${OPTS} &&
+./configure.py ${OPTS} &&
make
diff --git a/python-pypi/tagpy/DETAILS b/python-pypi/tagpy/DETAILS
index e82d94e..30a9078 100755
--- a/python-pypi/tagpy/DETAILS
+++ b/python-pypi/tagpy/DETAILS
@@ -1,8 +1,8 @@
SPELL=tagpy
- VERSION=0.94.5
+ VERSION=0.94.7
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELL:0:1}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:968bdaa72ae3f5866dca9644a9aa9ffba308d514e5564baeb0c5b38f15089768c702460bfe628e41dbaa477535873cc1582c87d63d31c73c641c630628095db5
+
SOURCE_HASH=sha512:bf54c0606a559e4f606e897027772920fa02ba3d5747bcc5485b74fbd74ced22d22e8f23b0aa4f1d83b68e509ec38b4b3f5d5b5ecd8fe870eaee35596e425910
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE="http://pypi.python.org/pypi/tagpy";
LICENSE[0]=GPL
diff --git a/python-pypi/tagpy/HISTORY b/python-pypi/tagpy/HISTORY
index c85983b..5ec7e6e 100644
--- a/python-pypi/tagpy/HISTORY
+++ b/python-pypi/tagpy/HISTORY
@@ -1,3 +1,7 @@
+2009-09-17 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.94.7
+ * BUILD: corrected boost_python library name, run ./configure.py now
+
2008-10-05 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: depend on boost, then -sub on PYTHON (Bug #14779)




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (a855f5ec432f97aaa7f59e9a29aba64f48fc9075), Pol Vinogradov, 09/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page