Skip to Content.
Sympa Menu

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

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 (3635be4c63dd6f96cc3ffa0bdad9ff9ba8f6c194)
  • Date: Sat, 7 Apr 2012 13:57:46 -0500

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

database/dbd-firebird/DETAILS | 4 +-
database/dbd-firebird/HISTORY | 3 +
libs/boost/DETAILS | 5 +--
libs/boost/HISTORY | 5 +++
libs/boost/PRE_BUILD | 1
libs/boost/boost-foreach.patch | 68
-----------------------------------------
python-pypi/alembic/DETAILS | 4 +-
python-pypi/alembic/HISTORY | 3 +
8 files changed, 18 insertions(+), 75 deletions(-)

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

boost: => 1_49_0

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

alembic: => 0.3.0

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

dbd-firebird: => 1.00

diff --git a/database/dbd-firebird/DETAILS b/database/dbd-firebird/DETAILS
index 90c69df..4b708a4 100755
--- a/database/dbd-firebird/DETAILS
+++ b/database/dbd-firebird/DETAILS
@@ -1,7 +1,7 @@
SPELL=dbd-firebird
SPELLX=DBD-Firebird
- VERSION=0.91
-
SOURCE_HASH=sha512:fedc51546d032f228797dd6d4b7dccaa574158de4025a149b1fc0cd806cf7d11426cbf8ee08ba13f18f563d56e27365429493d14a856445d908d0a82ca4280f3
+ VERSION=1.00
+
SOURCE_HASH=sha512:a1129aa366d2e7e858a698cf4f7809ff0fa2932b75b971bb897458201ab7b0ff6e495cb06d6f24a67ca19cc380fe26658d1539fef7651f1450fa46a71c2a94ee
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://search.cpan.org/~mariuz/
diff --git a/database/dbd-firebird/HISTORY b/database/dbd-firebird/HISTORY
index 3652d26..beb2ce3 100644
--- a/database/dbd-firebird/HISTORY
+++ b/database/dbd-firebird/HISTORY
@@ -1,3 +1,6 @@
+2012-04-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.00
+
2011-11-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.91

diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index f72f993..a0523c1 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,9 +1,10 @@
SPELL=boost
- VERSION=1_48_0
+ VERSION=1_49_0
+
SOURCE_HASH=sha512:9f6198270659df112a57731afe31cbf1012d103ba36ed82f6c3f1bdc0185ddb89dcc42c5dfb9ee3f95973d52999aad6c7509dc61125420d45146e39ebf20219d
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://www.boost.org/
ENTERED=20031013
LICENSE[0]=http://www.boost.org/LICENSE_1_0.txt
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 8fecdaa..eb50c9b 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,8 @@
+2012-04-07 Treeeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_49_0
+ * PRE_BUILD: do not apply boost-foreach.patch
+ * boost-foreach.patch: deleted
+
2011-11-25 Vlad Glagolev <stealth AT sourcemage.org>
* REPAIR^be274613de22810d1cc1dd907637baba^PRE_SUB_DEPENDS: removed,
replaced by REPAIR^all^PRE_SUB_DEPENDS
diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
index a438fb5..ff9a3f2 100755
--- a/libs/boost/PRE_BUILD
+++ b/libs/boost/PRE_BUILD
@@ -3,6 +3,5 @@ message "${MESSAGE_COLOR}Allow providing our own
CXXFLAGS...${DEFAULT_COLOR}" &&
patch $SOURCE_DIRECTORY/tools/build/v2/tools/gcc.jam \
$SCRIPT_DIRECTORY/boost-use-cxxflags.patch &&
patch -p1 -d $SOURCE_DIRECTORY <
$SCRIPT_DIRECTORY/converter_policies_hpp.patch &&
-patch -p1 -d $SOURCE_DIRECTORY < $SCRIPT_DIRECTORY/boost-foreach.patch &&
message "patching done"

diff --git a/libs/boost/boost-foreach.patch b/libs/boost/boost-foreach.patch
deleted file mode 100644
index 363fb98..0000000
--- a/libs/boost/boost-foreach.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-diff -ur boost_1_48_0/boost/foreach_fwd.hpp boost-mod/boost/foreach_fwd.hpp
---- boost_1_48_0/boost/foreach_fwd.hpp 2010-06-10 10:22:27.000000000 -0500
-+++ boost-mod/boost/foreach_fwd.hpp 2011-11-23 23:12:33.314912050 -0600
-@@ -14,6 +14,8 @@
- #ifndef BOOST_FOREACH_FWD_HPP
- #define BOOST_FOREACH_FWD_HPP
-
-+#include <utility> // for std::pair
-+
- // This must be at global scope, hence the uglified name
- enum boost_foreach_argument_dependent_lookup_hack
- {
-@@ -25,6 +27,9 @@
-
- namespace foreach
- {
-+ template<typename T>
-+ std::pair<T, T> in_range(T begin, T end);
-+
-
///////////////////////////////////////////////////////////////////////////////
- // boost::foreach::tag
- //
-@@ -46,6 +51,24 @@
-
- } // namespace foreach
-
-+// Workaround for unfortunate https://svn.boost.org/trac/boost/ticket/6131
-+namespace BOOST_FOREACH
-+{
-+ using foreach::in_range;
-+ using foreach::tag;
-+
-+ template<typename T>
-+ struct is_lightweight_proxy
-+ : foreach::is_lightweight_proxy<T>
-+ {};
-+
-+ template<typename T>
-+ struct is_noncopyable
-+ : foreach::is_noncopyable<T>
-+ {};
-+
-+} // namespace BOOST_FOREACH
-+
- } // namespace boost
-
- #endif
-diff -ur boost_1_48_0/boost/foreach.hpp boost-mod/boost/foreach.hpp
---- boost_1_48_0/boost/foreach.hpp 2011-10-20 22:46:27.000000000 -0500
-+++ boost-mod/boost/foreach.hpp 2011-11-23 23:08:21.403914875 -0600
-@@ -165,7 +165,7 @@
- // this one works on legacy compilers. Overload
boost_foreach_is_lightweight_proxy
- // at the global namespace for your type.
- template<typename T>
--inline boost::foreach::is_lightweight_proxy<T> *
-+inline boost::BOOST_FOREACH::is_lightweight_proxy<T> *
- boost_foreach_is_lightweight_proxy(T *&, BOOST_FOREACH_TAG_DEFAULT) {
return 0; }
-
- template<typename T>
-@@ -190,7 +190,7 @@
- // this one works on legacy compilers. Overload
boost_foreach_is_noncopyable
- // at the global namespace for your type.
- template<typename T>
--inline boost::foreach::is_noncopyable<T> *
-+inline boost::BOOST_FOREACH::is_noncopyable<T> *
- boost_foreach_is_noncopyable(T *&, BOOST_FOREACH_TAG_DEFAULT) { return 0; }
-
- namespace boost
diff --git a/python-pypi/alembic/DETAILS b/python-pypi/alembic/DETAILS
index b0afc6a..415184f 100755
--- a/python-pypi/alembic/DETAILS
+++ b/python-pypi/alembic/DETAILS
@@ -1,6 +1,6 @@
SPELL=alembic
- VERSION=0.2.1
-
SOURCE_HASH=sha512:abf71c6f6c314173fa03762a4d61b23625bbfa09cec2d85fa62bd81a068ea5ee18dfc0c8413ef2c39f417dbd53ab96e8fa758cc58f4c956922c980004c29c15c
+ VERSION=0.3.0
+
SOURCE_HASH=sha512:bfbee18017a19c441ed87aa0e3d315ecbc8fec20c643edeff8d479312b631961f979c44d9b9c89bb0f7d00e7ca4e29419573fda5d427d53259eae7d4ca52d2d8
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 721f53f..7471972 100644
--- a/python-pypi/alembic/HISTORY
+++ b/python-pypi/alembic/HISTORY
@@ -1,3 +1,6 @@
+2012-04-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.0
+
2012-03-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.1
spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3635be4c63dd6f96cc3ffa0bdad9ff9ba8f6c194), Treeve Jelbert, 04/07/2012

Archive powered by MHonArc 2.6.24.

Top of Page