gnucash-on-osx master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Dec 28 18:22:49 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/7e990642 (commit)
	 via  https://github.com/Gnucash/gnucash-on-osx/commit/ad067b44 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/cdc962ed (commit)



commit 7e990642c4b588b66e8bf479697910f63bb8a8e9
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 27 13:09:05 2019 -0800

    Release GnuCash 3.8

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index fedd25e..c78772e 100644
--- a/gnucash-bundler/Info.plist
+++ b/gnucash-bundler/Info.plist
@@ -7,7 +7,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Gnucash</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Gnucash version 3.7-1 © 2019 Gnucash Contributors</string>
+	<string>Gnucash version 3.8-1 © 2019 Gnucash Contributors</string>
 	<key>CFBundleIconFile</key>
 	<string>gnucash.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -15,17 +15,17 @@
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleLongVersionString</key>
-	<string>3.7-1 © 2019 Gnucash Contributors</string>
+	<string>3.8-1 © 2019 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.7-1</string>
+	<string>3.8-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.7-1</string>
+	<string>3.8-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 5fcb20f..86e45d0 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -83,7 +83,7 @@
 
   <autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
 	     autogenargs="--enable-local-install">
-    <branch module=224/aqbanking-5.99.44beta.tar.gz" version="5.99.44beta"
+    <branch module="224/aqbanking-5.99.44beta.tar.gz" version="5.99.44beta"
             repo="aqbanking">
     </branch>
     <dependencies>
@@ -265,7 +265,7 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
-   <branch module="gnucash/gnucash%20%28stable%29/3.7/gnucash-3.7.tar.bz2"
+   <branch module="gnucash/gnucash%20%28stable%29/3.8/gnucash-3.8.tar.bz2"
            repo="sourceforge" version="3.7" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
@@ -348,8 +348,8 @@
   <autotools id="gnucash-docs" autogenargs="--disable-scrollkeeper"
 	    autogen-template="%(srcdir)s/%(autogen-sh)s && %(srcdir)s/configure --prefix %(prefix)s %(autogenargs)s"
 	    makeargs=" html" makeinstallargs="install-html" >
-    <branch  module="gnucash/gnucash%20%28stable%29/3.7/gnucash-docs-3.7.tar.gz"
-	     version="3.7" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash%20%28stable%29/3.8/gnucash-docs-3.8.tar.gz"
+	     version="3.8" repo="sourceforge"/>
   </autotools>
 
   <autotools id="scrollkeeper" autogen-sh="configure">

commit ad067b44a4169ea9d539df1ecc04e16d385dbacc
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 27 13:04:43 2019 -0800

    Bundle with beta versions of aqbanking, gwenhywfar, and libchipcard.
    
    New EU banking regulations caught Martin up short so HBCI/FinTS is
    broken on AQBanking 5.x and Gwenhywfar 4.x. These are the current
    nearly-stable snapshot releases that mostly address the changes.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index b882a8f..5fcb20f 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -36,8 +36,8 @@
  <!--include href="file:///Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
 
   <autotools id="libchipcard" autogen-sh="configure" autogenargs="--enable-local-install">
-    <branch module="gnucash/Dependencies/libchipcard-5.0.4.tar.gz" version="5.0.4"
-            repo="sourceforge">
+    <branch module="221/libchipcard-5.1.4rc1.tar.gz" version="5.1.4rc1"
+            repo="aqbanking">
       <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/libchipcard-sdk.patch" strip="1"/>
     </branch>
     <dependencies>
@@ -48,10 +48,8 @@
 
   <autotools id="gwenhywfar" autogen-sh="configure"
 	     autogenargs="--with-guis='gtk3' --enable-local-install">
-    <branch module="108/gwenhywfar-4.20.2.tar.gz" version="4.20.2"
+    <branch module="224/gwenhywfar-4.99.25rc9.tar.gz" version="4.99.25rc9"
             repo="aqbanking" >
-      <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/gwen-include-file.patch" strip='1'/>
-      <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/gwen-macos-bundle-path.patch" strip='1'/>
     </branch>
     <dependencies>
       <dep package="libgcrypt"/>
@@ -85,7 +83,7 @@
 
   <autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
 	     autogenargs="--enable-local-install">
-    <branch module="107/aqbanking-5.8.2.tar.gz" version="5.8.2"
+    <branch module=224/aqbanking-5.99.44beta.tar.gz" version="5.99.44beta"
             repo="aqbanking">
     </branch>
     <dependencies>



Summary of changes:
 gnucash-bundler/Info.plist |  8 ++++----
 modulesets/gnucash.modules | 16 +++++++---------
 2 files changed, 11 insertions(+), 13 deletions(-)



More information about the gnucash-changes mailing list