gnucash-on-osx master: Package release of GnuCash 3.11.

John Ralls jralls at code.gnucash.org
Sat Jun 27 12:14:45 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/fa7e8252 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/c87f98b5 (commit)



commit fa7e8252361e7bdd8bc28a85166c8685db4a2121
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jun 27 09:12:44 2020 -0700

    Package release of GnuCash 3.11.

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index e2ce945..261719a 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.906-1 © 2020 Gnucash Contributors</string>
+	<string>Gnucash version 3.11-1 © 2020 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.906-1 © 2020 Gnucash Contributors</string>
+	<string>3.11-1 © 2020 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.906-1</string>
+	<string>3.11-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.906-1</string>
+	<string>3.11-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
@@ -60,7 +60,7 @@
 	<key>LSRequiresCarbon</key>
 	<true/>
         <key>LSMinimumSystemVersion</key>
-        <string>10.13.0</string>
+        <string>10.9.0</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.finance</string>
 	<key>NSHumanReadableCopyright</key>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index c3c191e..986869f 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -274,8 +274,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
-   <branch module="gnucash/gnucash%20%28stable%29/3.10/gnucash-3.10.tar.bz2"
-           checkoutdir="gnucash-3.10" repo="sourceforge" version="3.10" />
+   <branch module="gnucash/gnucash%20%28stable%29/3.11/gnucash-3.11.tar.bz2"
+           checkoutdir="gnucash-3.11" repo="sourceforge" version="3.11" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -358,8 +358,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.10/gnucash-docs-3.10.tar.gz"
-	     version="3.10" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash%20%28stable%29/3.11/gnucash-docs-3.11.tar.gz"
+	     version="3.11" repo="sourceforge"/>
   </autotools>
 
   <autotools id="gnucash-unstable-docs" autogenargs="--disable-scrollkeeper"



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



More information about the gnucash-changes mailing list