Skip to Content.
Sympa Menu

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

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 (440b94e2311b13de00e64bc2e6ad7a3c30f3d4fa)
  • Date: Thu, 7 Mar 2013 13:05:55 -0600

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

crypto/gnutls/DETAILS | 10 +++++++++-
crypto/gnutls/HISTORY | 3 +++
devel/byacc/DETAILS | 2 +-
devel/byacc/HISTORY | 3 +++
python-pypi/geraldo/DETAILS | 11 ++++-------
python-pypi/geraldo/HISTORY | 3 +++
6 files changed, 23 insertions(+), 9 deletions(-)

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

gnutls: => 3.1.9.1

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

byacc: => 20130304

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

geraldo: => 0.4.17

diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS
index e9c2c17..2ee4940 100755
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -51,14 +51,22 @@ case $GNUTLS_BRANCH in
SOURCE=$SPELL-$VERSION.tar.xz
;;
3.1)
- VERSION=3.1.7
+ VERSION=3.1.9.1
+ VX=3.1.9
SOURCE=$SPELL-$VERSION.tar.xz
;;
esac

SOURCE2=$SOURCE.sig
SECURITY_PATCH=8
+case $GNUTLS_BRANCH in
+ 3.1)
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VX
+ ;;
+ *)
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ ;;
+esac
SOURCE_URL[0]=ftp://ftp.gnutls.org/gcrypt/gnutls/v$GNUTLS_BRANCH/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 8f9658d..03619f2 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,6 @@
+2013-03-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: 3.1.9.1
+
2013-02-11 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Fix typo for "2.12" -> "x2.12" (part of Bug #509)
* PRE_BUILD, gets.patch, x509.patch: Removed, not needed in 2.12.23
diff --git a/devel/byacc/DETAILS b/devel/byacc/DETAILS
index afe1604..65392c3 100755
--- a/devel/byacc/DETAILS
+++ b/devel/byacc/DETAILS
@@ -1,5 +1,5 @@
SPELL=byacc
- VERSION=20121003
+ VERSION=20130304
SOURCE=$SPELL-$VERSION.tgz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=ftp://invisible-island.net/$SPELL/$SOURCE
diff --git a/devel/byacc/HISTORY b/devel/byacc/HISTORY
index aaad310..63139d4 100644
--- a/devel/byacc/HISTORY
+++ b/devel/byacc/HISTORY
@@ -1,3 +1,6 @@
+2013-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20130304
+
2012-10-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 20121003

diff --git a/python-pypi/geraldo/DETAILS b/python-pypi/geraldo/DETAILS
index 6777263..8ff2b3e 100755
--- a/python-pypi/geraldo/DETAILS
+++ b/python-pypi/geraldo/DETAILS
@@ -1,7 +1,7 @@
SPELL=geraldo
SPELLX=Geraldo
- VERSION=0.4.16
-
SOURCE_HASH=sha512:f8ea68a1647bc4d76e40eb4dfc457863eea5b03e636d5b9f1084472c237ce2e880186514c139150ea6ed4efeb094422496c2c4f2604c5037c761d0e73bb239df
+ VERSION=0.4.17
+
SOURCE_HASH=sha512:32e94b712669549e6e33a50b18cc22a80f25c595a4dae6fb02adae5fdc2337e580c18d34eaa997efc0481f93efd3343cd8bd01a519b0bd57f059c2120be0f592
SOURCE=$SPELLX-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://www.geraldoreports.org/
@@ -11,9 +11,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
KEYWORDS="python"
SHORT="reports engine for Python applications"
cat << EOF
-Geraldo is a reports engine for Python or Django applications. It uses the
-power of
-ReportLab to generate reports with page header and footer, child bands,
-report begin and
-summary bands, agreggation and graphic elements, etc.
+Geraldo is a Python and Django pluggable application that works with
ReportLab to
+generate complex reports
EOF
diff --git a/python-pypi/geraldo/HISTORY b/python-pypi/geraldo/HISTORY
index 01f269a..1224c9e 100644
--- a/python-pypi/geraldo/HISTORY
+++ b/python-pypi/geraldo/HISTORY
@@ -1,3 +1,6 @@
+2013-03-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.17
+
2012-09=14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.4.16




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (440b94e2311b13de00e64bc2e6ad7a3c30f3d4fa), Treeve Jelbert, 03/07/2013

Archive powered by MHonArc 2.6.24.

Top of Page