gnucash-on-osx master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Jul 18 14:16:43 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/202ae61c (commit)
	 via  https://github.com/Gnucash/gnucash-on-osx/commit/4082815a (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/b219e110 (commit)



commit 202ae61c98a9f68a54065c43b5eee03700b32db8
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jul 8 11:16:21 2024 -0700

    Repackage GnuCash 5.8 with mariadb-connector rebuild.

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index b6707d1..d88f351 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 5.8-1 © 2024 GnucashContributors</string>
+	<string>Gnucash version 5.8-2 © 2024 GnucashContributors</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>5.8-1 © 2024 Gnucash Contributors</string>
+	<string>5.8-2 © 2024 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>5.8-1</string>
+	<string>5.8-2</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>5.8-1</string>
+	<string>5.8-2</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>

commit 4082815a45dc0b4f883ab0c29f924d65b940f3d3
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jul 7 11:00:10 2024 -0700

    Package release of GnuCash 5.8

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 726280b..b6707d1 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 5.7-1 © 2024 GnucashContributors</string>
+	<string>Gnucash version 5.8-1 © 2024 GnucashContributors</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>5.7-1 © 2024 Gnucash Contributors</string>
+	<string>5.8-1 © 2024 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>5.7-1</string>
+	<string>5.8-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>5.7-1</string>
+	<string>5.8-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 281eb89..94bff1a 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -241,8 +241,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
-   <branch module="gnucash/gnucash-5.7.tar.bz2"
-           checkoutdir="gnucash-5.7" repo="sourceforge" version="5.7" />
+   <branch module="gnucash/gnucash-5.8.tar.bz2"
+           checkoutdir="gnucash-5.8" repo="sourceforge" version="5.8" />
     <dependencies>
       <dep package="meta-gnucash-dependencies"/>
     </dependencies>
@@ -302,8 +302,8 @@
 
  <cmake id="gnucash-docs"
         ninjaargs="html">
-   <branch  module="gnucash/gnucash-docs-5.7.tar.gz"
-            version="5.7" repo="sourceforge"/>
+   <branch  module="gnucash/gnucash-docs-5.8.tar.gz"
+            version="5.8" repo="sourceforge"/>
  </cmake>
 
  <cmake id="gnucash-unstable-docs"



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



More information about the gnucash-changes mailing list