[SM-Commit] GIT changes to master grimoire by George Sherwood (ea484decae8cecbd12397377d391069374cd07dc)

George Sherwood scm at sourcemage.org
Mon Jan 21 04:06:45 EST 2008


GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:

 libs/aqbanking/BUILD   |    8 +++++---
 libs/aqbanking/DETAILS |    4 ++--
 libs/aqbanking/HISTORY |    4 ++++
 3 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit ea484decae8cecbd12397377d391069374cd07dc
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    aqbanking: Updated to version 3.0.1.  Removed aqdtaus. Reported by
    upstream as broken.  Needs make_single

diff --git a/libs/aqbanking/BUILD b/libs/aqbanking/BUILD
index 7e0fab1..4b121ef 100755
--- a/libs/aqbanking/BUILD
+++ b/libs/aqbanking/BUILD
@@ -1,4 +1,5 @@
-local BACKENDS="aqhbci aqdtaus"  &&
+# local BACKENDS="aqhbci aqdtaus"  && aqdtaus is broken
+local BACKENDS="aqhbci"  &&
 local FRONTENDS="cbanking"                    &&
 
 if  list_find  "$OPTS"  "--enable-libofx";  then
@@ -38,5 +39,6 @@ fi                                            &&
             --with-backends="${BACKENDS}"              \
             --with-frontends="${FRONTENDS}"            \
             $OPTS                                      &&
-
-make
+make_single  &&
+make  &&
+make_normal
diff --git a/libs/aqbanking/DETAILS b/libs/aqbanking/DETAILS
index 8981aa7..0f5fcad 100755
--- a/libs/aqbanking/DETAILS
+++ b/libs/aqbanking/DETAILS
@@ -1,6 +1,6 @@
            SPELL=aqbanking
-         VERSION=2.2.0
-     SOURCE_HASH=sha512:0c835da3b5de2c2fa760820678598757c91384cc1b634135547e5a24979c180dec7d2d6139ffe51cf82eb6239f71e288403716b1589d292c3a8aa3c0ae5a7f64
+         VERSION=3.0.1
+     SOURCE_HASH=sha512:54e7f46e468ac53e80b34b95f5208d24645bb095ff3f1350a8b5c3b27dd68ab4cc064f87608bd2db1d6af35948fa7fa836798697e29e34bbc757c0095f83e2a3
           SOURCE=${SPELL}-${VERSION}.tar.gz
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
    SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
diff --git a/libs/aqbanking/HISTORY b/libs/aqbanking/HISTORY
index 657473e..50b72c3 100644
--- a/libs/aqbanking/HISTORY
+++ b/libs/aqbanking/HISTORY
@@ -1,3 +1,7 @@
+2008-01-21 George Sherwood <george at beernabeer.com>
+	* DETAILS: Updated to version 3.0.1.
+	* BUILD: Removed broken backend aqdtaus. make_single
+
 2008-01-20 George Sherwood <george at beernabeer.com>
 	* CONFLICTS: Added.  conflicts aqbanking2
 



More information about the SM-Commit mailing list