Skip to Content.
Sympa Menu

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

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 (7c4dd569b8d87c64c6707813486a8ea1a4cb83fd)
  • Date: Tue, 14 Jul 2009 02:18:17 -0500

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

crypto/beecrypt/DEPENDS | 5 ++++-
crypto/beecrypt/PRE_BUILD | 2 +-
crypto/beecrypt/gcc.diff | 31 -------------------------------
python-pypi/sqlalchemy/DETAILS | 4 ++--
python-pypi/sqlalchemy/HISTORY | 3 +++
5 files changed, 10 insertions(+), 35 deletions(-)

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

sqlalchemy: => 0.5.5

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

beecrypt - updated files which were missing in previous commit

diff --git a/crypto/beecrypt/DEPENDS b/crypto/beecrypt/DEPENDS
index bcd1eeb..b6da3be 100755
--- a/crypto/beecrypt/DEPENDS
+++ b/crypto/beecrypt/DEPENDS
@@ -1 +1,4 @@
-depends g++
+depends g++ &&
+optional_depends icu '' '' 'unicode support' &&
+optional_depends python '' '' 'extra bindings' &&
+optional_depends JAVA '' '' 'extra bindings'
diff --git a/crypto/beecrypt/PRE_BUILD b/crypto/beecrypt/PRE_BUILD
index 9f1f7e7..e51dc8e 100755
--- a/crypto/beecrypt/PRE_BUILD
+++ b/crypto/beecrypt/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/gcc.diff &&
+sed -i '/^#include/s|"|"include/|' c++/provider/BaseProvider.cxx &&
#
# Fix for installing to /usr/lib64 on 64bit arch
#
diff --git a/crypto/beecrypt/gcc.diff b/crypto/beecrypt/gcc.diff
deleted file mode 100644
index 0bc78ed..0000000
--- a/crypto/beecrypt/gcc.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -uNr beecrypt-4.1.2/c++/beeyond/BeeCertificate.h
beecrypt-4.1.2.cp/c++/beeyond/BeeCertificate.h
---- beecrypt-4.1.2/c++/beeyond/BeeCertificate.h 2004-11-03
10:37:27.000000000 +0100
-+++ beecrypt-4.1.2.cp/c++/beeyond/BeeCertificate.h 2006-07-04
14:16:10.000000000 +0200
-@@ -61,7 +61,7 @@
- */
- class BEECRYPTCXXAPI BeeCertificate : public
beecrypt::security::cert::Certificate, public beecrypt::lang::Cloneable
- {
-- friend class BeeCertificateFactory;
-+ friend class provider::BeeCertificateFactory;
-
- public:
- static const Date FOREVER;
-diff -uNr beecrypt-4.1.2/c++/security/Security.h
beecrypt-4.1.2.cp/c++/security/Security.h
---- beecrypt-4.1.2/c++/security/Security.h 2004-11-02 08:06:58.000000000
+0100
-+++ beecrypt-4.1.2.cp/c++/security/Security.h 2006-07-04 14:14:46.000000000
+0200
-@@ -76,7 +76,6 @@
- typedef vector<const Provider*> provider_vector;
- typedef provider_vector::iterator
provider_vector_iterator;
-
-- private:
- struct spi
- {
- Object* cspi;
-@@ -90,6 +89,7 @@
- static spi* getSpi(const String& algo, const String&
type, const String& provider) throw (NoSuchAlgorithmException,
NoSuchProviderException);
- static spi* getSpi(const String& algo, const String&
type, const Provider&) throw (NoSuchAlgorithmException);
- static spi* getFirstSpi(const String& type);
-+ private:
-
- static const String& getKeyStoreDefault();
-
diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index bf21ed5..3c931c1 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.5.4p2
-
SOURCE_HASH=sha512:5cd6cc9bb95b219a1cf35e39c094871eac32ab0fa35c2882e165c93dfdae1a884ed10d3f6ad1701fd116d29d2b19d0c00449f240b4069117ccc205424a8fd7c6
+ VERSION=0.5.5
+
SOURCE_HASH=sha512:4fc9ce149fc3abdfb0ded5fa416a5307fda7736564d1f18093059b3a3d760e9b3e7ec6744580911e39e0a609c2b3295562da32f68f7f9c82904bb03d9e03360d
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"
SOURCE_URL[0]="http://www.python.org/pypi/S/$CHEESESHOP_PKG/$SOURCE";
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 8a789ef..99d6062 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2009-07-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.5
+
2009-05-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.4p2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7c4dd569b8d87c64c6707813486a8ea1a4cb83fd), Treeve Jelbert, 07/14/2009

Archive powered by MHonArc 2.6.24.

Top of Page