gnucash-on-osx master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Sep 20 20:44:42 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/f8dbd98c (commit)
	 via  https://github.com/Gnucash/gnucash-on-osx/commit/c41d38cc (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/afc8b54b (commit)



commit f8dbd98c3eb05e5094b33081059b7ce992683edc
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Sep 20 17:44:32 2021 -0700

    More fixes for my carelessly-done mariadb-connector commit.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 66176d1..66ae634 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -29,8 +29,6 @@
 	      href="https://github.com/"/>
   <repository type="git" name="github"
 	      href="git://github.com/"/>
-  <repository type="tarball" name="github-tarball"
-	      href="https://github.com/"/>
   <repository type="tarball" name="openssl"
 	      href="https://www.openssl.org/source/"/>
   <repository type="tarball" name="postgres"
@@ -168,7 +166,7 @@
   <cmake id="mariadb-connector" cmakeargs="-DWITH_SSL=gnutls">
     <branch repo="github-tarball" module="mariadb-corporation/mariadb-connector-c/archive/refs/tags/v3.2.4.tar.gz" version="3.2.4"
             checkoutdir="mariadb-connector-c-3.2.4">
-      <patch file="mysql-connector-fix-includes.patch" strip="1"/>
+      <patch file="mariadb-connector-fix-includes.patch" strip="1"/>
     </branch>
     <dependencies>
       <dep package="gnutls"/>

commit c41d38cca98cf549a59169a381237d55d6255545
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Sep 19 22:38:07 2021 +0200

    Update to aqbanking-6.3.2 & gwenhywfar-5.7.2

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 78c5e52..66176d1 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -53,7 +53,7 @@
 
   <autotools id="gwenhywfar" autogen-sh="configure"
 	     autogenargs="--with-guis='gtk3' --enable-local-install">
-    <branch module="377/gwenhywfar-5.7.1.tar.gz" version="5.7.1"
+    <branch module="384/gwenhywfar-5.7.2.tar.gz" version="5.7.2"
             repo="aqbanking" >
       <patch file="gwen-include-file.patch" strip="1"/>
       <patch file="gwen-macos-bundle-path.patch" strip="1"/>
@@ -90,7 +90,7 @@
 
   <autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
 	     autogenargs="--enable-local-install">
-    <branch module="379/aqbanking-6.3.1.tar.gz" version="6.3.1"
+    <branch module="386/aqbanking-6.3.2.tar.gz" version="6.3.2"
             repo="aqbanking">
     </branch>
     <dependencies>



Summary of changes:
 modulesets/gnucash.modules | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list