Received: by mail.netbsd.org (Postfix, from userid 605) id BC56784D62; Mon, 27 Jul 2020 07:08:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 442D884D33 for ; Mon, 27 Jul 2020 07:08:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9bKP3OvBqOnt for ; Mon, 27 Jul 2020 07:08:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7BB1984CE0 for ; Mon, 27 Jul 2020 07:08:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F5DBFB28; Mon, 27 Jul 2020 07:08:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159583368998940" MIME-Version: 1.0 Date: Mon, 27 Jul 2020 07:08:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/finance/gnucash To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200727070809.6F5DBFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159583368998940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jul 27 07:08:09 UTC 2020 Modified Files: pkgsrc/finance/gnucash: Makefile PLIST.python distinfo Log Message: gnucash: update to 4.1. 4.1 - 26 July 2020 The second release of the 4.x stable series. Between 4.0 and 4.1, the following bugfixes were accomplished: Bug 775582 - Change "Petrol" (or Gas if seen in USA) to "Fuel". Bug 797759 - Some transactions are not highlighted in the matching window Bug 797787 - Feature request: preference setting to open new tabs adjacent to currently active tab (as opposed to at the end of the tab list). Bug 797825 - OFX import crashes on import of investment transaction Bug 797827 - 4.0.1 gnucash-cli seg faults on macOS Catalina Bug 797828 - Budget Barchart was not upgraded Upgrade to html-chart: Use period start/end instead of date start/end Bug 797830 - Expense over time has extra empty row Bug 797831 - Printer not found Bug 797834 - Ctrl+A in account register fields chimes after any element newly focussed. Bug 797835 - Zero Crossing in 4.0 that wasn't in 3.10 Bug 797842 - Windows: Insertion cursor invisible in Edit Account or New Account windows until text fields have content. Bug 797843 - Quickfill broken with Cyrillic input language Bug 797844 - Typing account number to select account fails Bug 797845 - Backspace key produces incorrect result Bug 797847 - Best match probability calculation on import is too pessimistic. Lowering the minimum value for the auto-clear preference. This is to allow user to still auto clear even when date doesn't match exactly. Bug 797850 - Account register credit/debit column headings untranslated Bug 797853 - Crash on "Save As" in MacOS Mojave and Gnucash 4 Bug 797854 - Global Register Preference to prompt for interest payment is not being honored. Replace the global preference item with a per-account option, enabled only on those account types where interest might be paid or charged. Bug 797858 - Transaction date is one day too early from SWIFT MT940 import. Bug 797861 - Yearly / Monthly average reporting displays zeros Bug 797873 - New Account Hierarchy selects en_US The following fixes and improvements were not associated with bug reports: Accommodate Guile-3.0 in Scheme code. [html-style-info] Display fractional amounts as decimal in price-render Warn against using xaccTransGetSplit for iteration instead of encouraging it. Quickfill cells: Remove the selection after a delete. Accommodate AQBanking < 6 use of GWEN_TIME instead of GWEN_DATE. ensure averaging-multipler returns exact numbers rather than floats [gnucash-cli] improve "-R show" to describe report Don't leak the libofx contexts in gnc_file_ofx_import_process_file/ Make the edit dialog refresh the auto-interest flag display based on pref Remove global preference for auto-interest-transfer [Reports] Use SRFI-9 records for HTML styling. [html-style-sheet] combine 2 similar functions Let environment override AppleLanguages on Macs. [balsheet-eg] remove unused functions [balsheet-eg] modernize accrec to use srfi-9 record [account.cpp] prevent crash in gnc_account_get_currency_or_parent. CMakeLists: mark deprecation of .scm files [eguile-utilities] Ensure that fmtnumeric renders numbers as decimals instead of exact fractions. [Python Bindings] Implement keyword paramters to selected functions. [Python Bindings] Adapt to use of sessionOpenMode in qof_session_begin introduce python submodule deprecation. Link with libm.so on those platforms that require it. [account-piecharts] round account->balance to report-currency SCU [report-utilities] ensure commodity-collector doesn't round amounts [advanced-portfolio] simplify basis functions [advanced-portfolio] simplify basis-builderand use scheme division which is more accurate than gnc_numeric_div. tests need to change slightly. [git-release-notes.pl] html-escape strings in the html output. Updated Translations: Croatian, Hebrew, Italian, Japanese, Romanian, Ukrainian To generate a diff of this commit: cvs rdiff -u -r1.295 -r1.296 pkgsrc/finance/gnucash/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/gnucash/PLIST.python cvs rdiff -u -r1.102 -r1.103 pkgsrc/finance/gnucash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159583368998940 Content-Disposition: inline Content-Length: 2397 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/gnucash/Makefile diff -u pkgsrc/finance/gnucash/Makefile:1.295 pkgsrc/finance/gnucash/Makefile:1.296 --- pkgsrc/finance/gnucash/Makefile:1.295 Mon Jun 29 13:36:45 2020 +++ pkgsrc/finance/gnucash/Makefile Mon Jul 27 07:08:09 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.295 2020/06/29 13:36:45 wiz Exp $ +# $NetBSD: Makefile,v 1.296 2020/07/27 07:08:09 wiz Exp $ -DISTNAME= gnucash-4.0 +DISTNAME= gnucash-4.1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_GITHUB:=gnucash/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/finance/gnucash/PLIST.python diff -u pkgsrc/finance/gnucash/PLIST.python:1.2 pkgsrc/finance/gnucash/PLIST.python:1.3 --- pkgsrc/finance/gnucash/PLIST.python:1.2 Tue Apr 14 10:35:17 2020 +++ pkgsrc/finance/gnucash/PLIST.python Mon Jul 27 07:08:09 2020 @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST.python,v 1.2 2020/04/14 10:35:17 wiz Exp $ +@comment $NetBSD: PLIST.python,v 1.3 2020/07/27 07:08:09 wiz Exp $ ${PYSITELIB}/gnucash/__init__.py ${PYSITELIB}/gnucash/_gnucash_core_c.so ${PYSITELIB}/gnucash/_sw_app_utils.so ${PYSITELIB}/gnucash/_sw_core_utils.so ${PYSITELIB}/gnucash/app_utils.py +${PYSITELIB}/gnucash/deprecation.py ${PYSITELIB}/gnucash/function_class.py ${PYSITELIB}/gnucash/gnucash_business.py ${PYSITELIB}/gnucash/gnucash_core.py Index: pkgsrc/finance/gnucash/distinfo diff -u pkgsrc/finance/gnucash/distinfo:1.102 pkgsrc/finance/gnucash/distinfo:1.103 --- pkgsrc/finance/gnucash/distinfo:1.102 Mon Jun 29 13:36:45 2020 +++ pkgsrc/finance/gnucash/distinfo Mon Jul 27 07:08:09 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.102 2020/06/29 13:36:45 wiz Exp $ +$NetBSD: distinfo,v 1.103 2020/07/27 07:08:09 wiz Exp $ -SHA1 (gnucash-4.0.tar.bz2) = 0bfe960fb97f0ea3fc7df513b60cf3f79b3b270b -RMD160 (gnucash-4.0.tar.bz2) = 65e64e9dc19518ddb9a54f62af5abcf5efbaf852 -SHA512 (gnucash-4.0.tar.bz2) = 29fd61352932ff0962e5c634711bc1ae09020e457bace5d2954b743976b607ad3632ddf6a7024148e989dc8e69769400cb7795eee097f8d88dea3ac8d6b7c7ee -Size (gnucash-4.0.tar.bz2) = 13978744 bytes +SHA1 (gnucash-4.1.tar.bz2) = bd3191f1fe47899d5874438af2cec087a2e17b16 +RMD160 (gnucash-4.1.tar.bz2) = 16d8109500ed38944663aa02fb0cdf9f792c75d9 +SHA512 (gnucash-4.1.tar.bz2) = caf25d4ca0a950b1aa0c236c801938ff2235dc7c7710065a5b78fd3745904dd5e5103c6ed8abebfe3a4a68c8048372802f856c63cdde8aeaf71840daf2e9ec07 +Size (gnucash-4.1.tar.bz2) = 13994973 bytes --_----------=_159583368998940--