gnucash-on-windows master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Aug 27 17:49:51 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/49d0e880 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/726fefd4 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/dc4fb89d (commit)



commit 49d0e8809da2ff026d368a6c1b2d46e8794f094d
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Aug 27 23:49:44 2019 +0200

    Checkoutdirs are no longer needed for gwenhywfar and aqbanking
    
    The new redmine system at aquamaniac has sane download urls

diff --git a/gnucash.modules b/gnucash.modules
index b39fe28..c7698e0 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -146,8 +146,7 @@
 
   <autotools id="gwenhywfar" autogen-sh="configure"
 	     autogenargs="--with-guis='gtk3' --enable-local-install --disable-binreloc --disable-ssl">
-    <branch module="108/gwenhywfar-4.20.2.tar.gz" version="4.20.2" repo="aqbanking" checkoutdir="gwenhywfar-4.20.2">
-    </branch>
+    <branch module="108/gwenhywfar-4.20.2.tar.gz" version="4.20.2" repo="aqbanking" />
     <dependencies>
       <dep package="gcrypt"/>
       <dep package="gnutls"/>
@@ -174,7 +173,7 @@
 
   <autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
 	     autogenargs="--enable-local-install">
-    <branch module="107/aqbanking-5.8.2.tar.gz" repo="aqbanking" version="5.8.2" checkoutdir="aqbanking-5.8.2">
+    <branch module="107/aqbanking-5.8.2.tar.gz" repo="aqbanking" version="5.8.2" >
     </branch>
     <dependencies>
       <dep package="gwenhywfar"/>

commit 726fefd4cab73f8b43b45be41954293b52e1484b
Author: Christian Stimming <christian at cstimming.de>
Date:   Tue Aug 27 22:46:58 2019 +0200

    Update aqbanking/gwenhywfar.
    
    Needed because gwen 4.20.1 contains a crashing bug, fixed in 4.20.2.

diff --git a/gnucash.modules b/gnucash.modules
index 9e86fad..b39fe28 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -146,8 +146,7 @@
 
   <autotools id="gwenhywfar" autogen-sh="configure"
 	     autogenargs="--with-guis='gtk3' --enable-local-install --disable-binreloc --disable-ssl">
-    <branch module="104/gwenhywfar-4.20.1.tar.gz" version="4.20.1" repo="aqbanking" checkoutdir="gwenhywfar-4.20.1">
-      <patch file="gwenhywfar-4.20.1-clean-targets.patch" strip="1"/>
+    <branch module="108/gwenhywfar-4.20.2.tar.gz" version="4.20.2" repo="aqbanking" checkoutdir="gwenhywfar-4.20.2">
     </branch>
     <dependencies>
       <dep package="gcrypt"/>
@@ -175,7 +174,7 @@
 
   <autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
 	     autogenargs="--enable-local-install">
-    <branch module="105/aqbanking-5.8.1.tar.gz" repo="aqbanking" version="5.8.1" checkoutdir="aqbanking-5.8.1">
+    <branch module="107/aqbanking-5.8.2.tar.gz" repo="aqbanking" version="5.8.2" checkoutdir="aqbanking-5.8.2">
     </branch>
     <dependencies>
       <dep package="gwenhywfar"/>



Summary of changes:
 gnucash.modules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list