Skip to Content.
Sympa Menu

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

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 (fea9ca3ef27bb6a09e61797e503d87780b4350e3)
  • Date: Thu, 27 Aug 2015 10:53:19 +0000

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

libs/boost/CONFIGURE | 1 +
libs/boost/DETAILS | 4 ++--
libs/boost/HISTORY | 4 ++++
libs/boost/PRE_SUB_DEPENDS | 2 ++
libs/boost/SUB_DEPENDS | 3 +++
python-pypi/alembic/DETAILS | 4 ++--
python-pypi/alembic/HISTORY | 3 +++
7 files changed, 17 insertions(+), 4 deletions(-)

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

boost: => 1_59_0

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

alembic: => 0.8.2

diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index 544917c..0c7189b 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -9,6 +9,7 @@ config_query_multi BOOST_LIBS_AL "Which boost libraries would
you like to instal
container \
context \
coroutine \
+ coroutine2 \
date_time \
exception \
filesystem \
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 5f4f518..ff0e1b2 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
- VERSION=1_58_0
-
SOURCE_HASH=sha512:7480ec713b0aa13f0ec990603e87e3b5c8d53f4411329b10fae37fc963b90aad12dbd9290a33c3669ae801e9012a68683eadff057591e9ca2ebcd22b1a67b5d1
+ VERSION=1_59_0
+
SOURCE_HASH=sha512:8139e1ae997a86974071c5714ad3307e3d8fd15ef702b81a953410dd4d424b932135f53a0ef4891d9b9b747a38e539e66d6a803388fe0cc98e5166be872d682a
SECURITY_PATCH=1
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index eac35ef..0645a1b 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,7 @@
+2015-08-27 Treeeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_59_0
+ * CONFIGURE, SUB_DEPENDS, PRE_SUB_DEPENDS: add coroutine2
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/libs/boost/PRE_SUB_DEPENDS b/libs/boost/PRE_SUB_DEPENDS
index b47b75f..da23a30 100755
--- a/libs/boost/PRE_SUB_DEPENDS
+++ b/libs/boost/PRE_SUB_DEPENDS
@@ -34,6 +34,8 @@ case $THIS_SUB_DEPENDS in
# boost-1.55
# boost-1.56
# boost-1.58
+# boost-1.59
+ COROUTINE2) list_find "$BOOST_LIBS_AL" coroutine2 ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
diff --git a/libs/boost/SUB_DEPENDS b/libs/boost/SUB_DEPENDS
index e4c8135..7a6923d 100755
--- a/libs/boost/SUB_DEPENDS
+++ b/libs/boost/SUB_DEPENDS
@@ -32,6 +32,9 @@ case $THIS_SUB_DEPENDS in
# boost-1.55
# boost-1.56
# boost 1.58
+# boost 1.59
+ COROUTINE2) list_add BOOST_LIBS_AL coroutine2 ;;
+
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
diff --git a/python-pypi/alembic/DETAILS b/python-pypi/alembic/DETAILS
index b260059..a9924ee 100755
--- a/python-pypi/alembic/DETAILS
+++ b/python-pypi/alembic/DETAILS
@@ -1,6 +1,6 @@
SPELL=alembic
- VERSION=0.8.1
-
SOURCE_HASH=sha512:5e9555f07ff3bf5b6ae10aa794a63982e27dceed87fcd8e0b6dd95c140f10a90308f814e6432067f6c891621513db887bedbe0aefd1d26d4cbae4bb02cf27f2f
+ VERSION=0.8.2
+
SOURCE_HASH=sha512:530a30147af4add82c6162f69cf6742831c9909db49bd0ec7245e36db51f8cf008c4696b22df24a8df5ea44cbf3da1c02d1989fbbef349adda238af32e9a061b
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/a/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/alembic/HISTORY b/python-pypi/alembic/HISTORY
index d604ce7..7e561fb 100644
--- a/python-pypi/alembic/HISTORY
+++ b/python-pypi/alembic/HISTORY
@@ -1,3 +1,6 @@
+2015-08-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.2
+
2015-08-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fea9ca3ef27bb6a09e61797e503d87780b4350e3), Treeve Jelbert, 08/27/2015

Archive powered by MHonArc 2.6.24.

Top of Page