Received: by mail.netbsd.org (Postfix, from userid 605) id 423BC84D55; Mon, 26 Sep 2022 18:37:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 663B984D3A for ; Mon, 26 Sep 2022 18:37:34 +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 LJSbm0S0-HAn for ; Mon, 26 Sep 2022 18:37:33 +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 4E61584C2C for ; Mon, 26 Sep 2022 18:37:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4218DFA90; Mon, 26 Sep 2022 18:37:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166421745339370" MIME-Version: 1.0 Date: Mon, 26 Sep 2022 18:37:33 +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: <20220926183733.4218DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166421745339370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 26 18:37:33 UTC 2022 Modified Files: pkgsrc/finance/gnucash: Makefile PLIST distinfo Log Message: gnucash: update to 4.12. Version history: ------- ------- 4.12 - 25 September 2022 Between 4.11 and 4.12, the following bugfixes were accomplished: Bug 794584 - Register not updated when scheduled transactions created Bug 798262 - Scheduled transactions with blank amounts do not get created. Bug 798385 - Description to often only "Landesbank Hessen-Thuringen Girozentrale" Prepend the Ulitimate Creditor or Ultimate Debtor to the transaction description. Bug 798565 - Import map editor: deletion of a map does not mark gnucash document as dirty Bug 798573 - Tab Width Behaviour Formerly when the notebook tabs on the left or right, the space used fluctuated depending on tab label width. This change sets the label width to the preference setting when the tabs are on the left or right but when top or bottom the width is set to the number of characters when shorter than the preference setting so they take up less room. Bug 798578 - MT940 imports broken - all transactions have date of first transaction Bug 798585 - segfault running sample script simple_business_create.py. Bug 798588 - sx scrubbing was using incorrect free function Bug 798590 - Transaction report: wrong type argument in position 1 Bug 798598 - Selecting a line in a Vendor Credit Note changes display of Subtotal cell to 0.00 Bug 798611 - Date changing when changing timezone by one hour When getting a date from the date editor anywhere in the program set the time to neutral time instead of the beginning of the day unless get_date_internal is called with GNC_DATE_EDIT_SHOW_TIME in which case the user-provided time is used. Bug 798616 - Can't register amount greater than 9,000,000,000 Because when loading the value the split in the xml backend doesn't yet have a parent so the code tried to convert to GNC_COMMODITY_MAX_FRACTION and if the numerator was larger than 10^10 that would overflow. To fix it this changes the "don't know" response in get_currency_denom and get_commodity_denom to GNC_DENOM_AUTO which will normally leave the denominator alone. The following fixes and improvements were not associated with bug reports: It is now possible to edit the description, notes, and memo fields of new transactions in the import matcher and to do so for multiple transactions. The option is accessed via a context menu on selected import lines. Show GnuCash's installation and configuration configuration paths in the About dialog. List the same from the command line with a --paths option. Add account hierarchy templates for locale es_AR Continued work on the Stock Transaction Assistant. If you want to try out this new way of recording your investment transactions start GnuCash with the --extra option. The stock assistant is available on the toolbar and from the Actions menu when a register for a STOCK or FUND account is focused. Replace the very obsolete ghelp: URI scheme with help: and install the documentation according to the XDG documentation spec on non-Mac Linux systems. This ensures that the Help menu documentation items work with Gnome 42 and later. Conforming to the XDG documentation spec, rename the root page of the Help manual to index from help. This has the happy side effect of removing some special-case code from the macOS documentation links. Standardize the top-level Equity and Assets account names in the French templates to "Capitaux propres" and "Actif" respectively. [gnc-ab-utils] concise string accumulator [gnc-glib-utils] gnc_g_list_stringjoin skips NULL data [ifrs-cost-basis] identify sale/purchase according to truth table instead of via flawed heuristics [ifrs-cost-basis] add options used as a report footer [lot-viewer] Show Open & Close dates only when they have a value. Fix use-after-free crash in gnc_set_busy_cursor. Create Swiss SMB account chart acctchrt_pme-19.gnucash-xea. [date-utilities] avoid report crash if start > end date [html-chart] add percent formatter for numbers for older javascript. [trial-balance] set default price-source to average-cost to minimise complaints (see Bug 798550) Use macos-latest github runner for mac tests. [dialog-price] Price Database: Insert help buttons Disable transaction type (i.e. Bill or Invoice) in Invoice/Bill Registers, determining the type by inspecting the money flow. Fix python tests dependencies So that ninja check works from a clean build directory with Python enabled. Review of account templates C—missing placeholders, redundancies Fixed a variety of fixed memory leaks, poor list handling, and dangling reference errors. New API: gnc_tm_get_today_neutral to complement gnc_tm_get_today_begin and gnc_tm_get_today_end. gnc_get_dialog_widget_from_id gnc_list_all_paths Deprecations: None. New and Updated Translations: Basque, Chinese (Simplified), Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, Indonesian, Italian, Korean, Marathi, Polish, Portuguese, Portuguese (Brazil), Russian, Swedish, Ukrainian To generate a diff of this commit: cvs rdiff -u -r1.321 -r1.322 pkgsrc/finance/gnucash/Makefile cvs rdiff -u -r1.84 -r1.85 pkgsrc/finance/gnucash/PLIST cvs rdiff -u -r1.113 -r1.114 pkgsrc/finance/gnucash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166421745339370 Content-Disposition: inline Content-Length: 3739 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.321 pkgsrc/finance/gnucash/Makefile:1.322 --- pkgsrc/finance/gnucash/Makefile:1.321 Thu Aug 11 05:08:22 2022 +++ pkgsrc/finance/gnucash/Makefile Mon Sep 26 18:37:33 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.321 2022/08/11 05:08:22 gutteridge Exp $ +# $NetBSD: Makefile,v 1.322 2022/09/26 18:37:33 wiz Exp $ -DISTNAME= gnucash-4.11 -PKGREVISION= 2 +DISTNAME= gnucash-4.12 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_GITHUB:=gnucash/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/finance/gnucash/PLIST diff -u pkgsrc/finance/gnucash/PLIST:1.84 pkgsrc/finance/gnucash/PLIST:1.85 --- pkgsrc/finance/gnucash/PLIST:1.84 Tue Jun 28 09:27:42 2022 +++ pkgsrc/finance/gnucash/PLIST Mon Sep 26 18:37:33 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.84 2022/06/28 09:27:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.85 2022/09/26 18:37:33 wiz Exp $ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper @@ -611,6 +611,20 @@ share/gnucash/accounts/en_GB/acctchrt_sp share/gnucash/accounts/en_GB/acctchrt_spouseretire.gnucash-xea share/gnucash/accounts/en_GB/uk-vat.gnucash-xea share/gnucash/accounts/en_IN/acctchrt_gstindia.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_business.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_common.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_currency.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_renter.gnucash-xea +share/gnucash/accounts/es_AR/acctchrt_spouseinc.gnucash-xea share/gnucash/accounts/es_ES/acctchrt_brokerage.gnucash-xea share/gnucash/accounts/es_ES/acctchrt_carloan.gnucash-xea share/gnucash/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea @@ -686,6 +700,7 @@ share/gnucash/accounts/fr_CH/acctchrt_fi share/gnucash/accounts/fr_CH/acctchrt_homeloan.gnucash-xea share/gnucash/accounts/fr_CH/acctchrt_homeown.gnucash-xea share/gnucash/accounts/fr_CH/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_pme-19.gnucash-xea share/gnucash/accounts/fr_CH/acctchrt_renter.gnucash-xea share/gnucash/accounts/fr_CH/acctchrt_retiremt.gnucash-xea share/gnucash/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea Index: pkgsrc/finance/gnucash/distinfo diff -u pkgsrc/finance/gnucash/distinfo:1.113 pkgsrc/finance/gnucash/distinfo:1.114 --- pkgsrc/finance/gnucash/distinfo:1.113 Tue Jun 28 09:27:42 2022 +++ pkgsrc/finance/gnucash/distinfo Mon Sep 26 18:37:33 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.113 2022/06/28 09:27:42 wiz Exp $ +$NetBSD: distinfo,v 1.114 2022/09/26 18:37:33 wiz Exp $ -BLAKE2s (gnucash-4.11.tar.bz2) = 284a5c29e2da5b1d8af9a7349533f47dc036ec911629e7af5e598e79670a08da -SHA512 (gnucash-4.11.tar.bz2) = 03ff6304f885bc719710fe257ef5643db5cb2bcd1671894a21d90c09d5ec2edacd7c4ef40a1943d7ae23f69317c47836c2f7e35d4ab822484a853787d7ff968c -Size (gnucash-4.11.tar.bz2) = 14529959 bytes +BLAKE2s (gnucash-4.12.tar.bz2) = 033058e8066a9498bcad53f419c6c666d20d42ddccf64140b1c5bab8977055bb +SHA512 (gnucash-4.12.tar.bz2) = 4c930dfc9a10dfd06d3c52874a61e533ddc39deb1c334162dc3a096d998dbdfcac61520ae94dedbc6742b7807e250ff92d26067a70c4ab156e46bed333bbfd37 +Size (gnucash-4.12.tar.bz2) = 14552115 bytes --_----------=_166421745339370--