Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cJ1IODpz; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=BRrWJR09 Received: by mail.netbsd.org (Postfix, from userid 605) id DAF5E84EED; Fri, 5 Apr 2024 11:12:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712315550; bh=9RAMsmwAAGPSBN5hYfdhL/1gP/2ni+qO7CjcZS3/8qE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=cJ1IODpz2f5JSOAO3+XwZ7qqTRDZ+iXQ8egyWKG9me7ivgbEgy0pDvs9eTkbHinZy xAN/18KT2JEnCYR1WYagodKPHDHifJOFejGGkYJBH3tQSlPffd50pWcWiGsSYBbsJE Gtmd+Dr6UpEybyoqoaOfuGiSQhLcP//s173UEqxM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAC1484EBA for ; Fri, 5 Apr 2024 11:12:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 Gq_5YTkbaTXE for ; Fri, 5 Apr 2024 11:12:27 +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 8941684CD5 for ; Fri, 5 Apr 2024 11:12:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712315547; bh=9RAMsmwAAGPSBN5hYfdhL/1gP/2ni+qO7CjcZS3/8qE=; h=Date:From:Subject:To:Reply-To; b=BRrWJR09sse6YwZq0rQc95JZU3E6As9AgO+827EFnuchsZSpY7p3OE6ftC/q83OyL d5IVWhx9KoGonxcJj+y81fINovE9ZiIr5Vj61t15sOMvSP/j9pMWCa/beK50pQ+Rtv ZlUWB029NfgFUUvp2r7zoMmU+HMavEO28rm/SYh8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B1BEFA2C; Fri, 5 Apr 2024 11:12:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712315547209680" MIME-Version: 1.0 Date: Fri, 5 Apr 2024 11:12:27 +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: <20240405111227.7B1BEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712315547209680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 5 11:12:27 UTC 2024 Modified Files: pkgsrc/finance/gnucash: Makefile PLIST distinfo Log Message: gnucash: update to 5.6. 5.6 - 31 March 2024 The following bugs have been fixed: Bug 798946 - start/end of current/last quarter have off-by-one error Bug 799093 - Cannot reconcile since v5.4 Bug 799179 - SLR won't allow change from "Reminder" to any other state Bug 799210 - Bad encoding of accented chars in account names in "Import CSV" wizard Bug 799213 - SIGSEGV caused by revising an auto completed transaction Bug 799222 - Crash when changing the parent of an account that has had two or more levels of sub-accounts auto-created using the register in the current session. Bug 799224 - Import of QIF gets Bug detected during duplicates (partial fix: If the new-splits object is null, it means the new account tree from the current import has no splits. Therefore the (apply min|max dates) will fail. Omitting the date query is a simple fix to prevent crashing. This is a partial fix because the crash is likely a symptom of another bug which causes the new account-tree to be empty. Bug 799225 - QIF Importer Crashes Silently after "Start Import" Button: Don't allow a QIF investment transaction without an action (buy/sell/etc) Bug 799246 - import matcher will rename incorrect splits Other repairs or enhancements not marked as bugs: Numeric parsing and string handling improvements in the Engine and XML backend. [gnc-dense-cal.c] sx popup: show date in preference (cf.locale) format because the date format preference is user-facing and customisable. It's jarring if the preference is dd/mm/yyyy and the display shows mm/dd/yyyy in accordance to the locale. Correct misleading description about creating Scheduled Transaction. Date parsing efficiency improvements. Update minumum Python version to 3.8, made necessary by updating the C API in the Python bindings. Replace deprecated distutils.sysconfig with sysconfig. distutils is not present in Python 3.12.2. Query user via dialog for date when creating a reverse transaction. More C++ conversions Avoid deprecation warning for -py3 in swig >= 4.1 [gnc-commodities.cpp] gnc_new_iso_codes is a std::unordered_map Replace some naked for loops with C++ algorithms Convert gnc-commodity to C++ and make GncQuoteSources a C++ class. [test-commodities.cpp] add some tests for gnc_quote_sources Remove the SLR status sort as it is too confusing Allow sorting of the transaction column in the Since Last Run dialog by schedule name or occurrence date. To sort by schedule name, a schedule name is first selected and then the column header is pressed to change order. To sort by occurrence date, a date is selected and then the column header is pressed to change order based on the date of the first occurrence. A tool tip has been added to indicate the sort order being used. [gtest-gnc-numeric] add operator comparisons with example int64 numbers [assistant-stock-transaction] store & retrieve associated account as metadata Update Form/Schedule line references for 2023 for the US Income Tax Report Update another gnucash-help to gnucash-manual [invoice.scm] centralize layout components into layout-key-list instead of maintaining 2 assoc lists. [invoice.scm] normalize header section generators, changing the functions to require 1 options argument only Update invoice.scm: Add spacing for long Invoice ID's (Displayed as "Reference" on the Invoice) New and Updated Translations: Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, Indonesian, Japanese, Norwegian Bokmål, Polish, Portuguese, Slovak, Spanish, Swedish To generate a diff of this commit: cvs rdiff -u -r1.346 -r1.347 pkgsrc/finance/gnucash/Makefile cvs rdiff -u -r1.89 -r1.90 pkgsrc/finance/gnucash/PLIST cvs rdiff -u -r1.121 -r1.122 pkgsrc/finance/gnucash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712315547209680 Content-Disposition: inline Content-Length: 2278 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.346 pkgsrc/finance/gnucash/Makefile:1.347 --- pkgsrc/finance/gnucash/Makefile:1.346 Fri Dec 29 18:24:43 2023 +++ pkgsrc/finance/gnucash/Makefile Fri Apr 5 11:12:27 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.346 2023/12/29 18:24:43 adam Exp $ +# $NetBSD: Makefile,v 1.347 2024/04/05 11:12:27 wiz Exp $ -DISTNAME= gnucash-5.5 -PKGREVISION= 1 +DISTNAME= gnucash-5.6 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_GITHUB:=gnucash/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/finance/gnucash/PLIST diff -u pkgsrc/finance/gnucash/PLIST:1.89 pkgsrc/finance/gnucash/PLIST:1.90 --- pkgsrc/finance/gnucash/PLIST:1.89 Wed Jun 28 10:00:40 2023 +++ pkgsrc/finance/gnucash/PLIST Fri Apr 5 11:12:27 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.89 2023/06/28 10:00:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.90 2024/04/05 11:12:27 wiz Exp $ bin/finance-quote-wrapper bin/gnc-fq-update bin/gnucash @@ -376,6 +376,7 @@ share/doc/gnucash/ChangeLog.2019 share/doc/gnucash/ChangeLog.2020 share/doc/gnucash/ChangeLog.2021 share/doc/gnucash/ChangeLog.2022 +share/doc/gnucash/ChangeLog.2023 share/doc/gnucash/DOCUMENTERS share/doc/gnucash/HACKING share/doc/gnucash/LICENSE Index: pkgsrc/finance/gnucash/distinfo diff -u pkgsrc/finance/gnucash/distinfo:1.121 pkgsrc/finance/gnucash/distinfo:1.122 --- pkgsrc/finance/gnucash/distinfo:1.121 Sun Dec 17 22:38:38 2023 +++ pkgsrc/finance/gnucash/distinfo Fri Apr 5 11:12:27 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.121 2023/12/17 22:38:38 wiz Exp $ +$NetBSD: distinfo,v 1.122 2024/04/05 11:12:27 wiz Exp $ -BLAKE2s (gnucash-5.5.tar.bz2) = 334871a3443cf975b7b67b5f636f54fec92c30ac7add5bcdfd85ad32112a4dbb -SHA512 (gnucash-5.5.tar.bz2) = 06ee099d5cb4c24ff0b53f5788db36599240c0b6392d6fcc548b8d6f5c3aebef26d13fae80083b7676e80e739e386eb197bfb1ecf204995c77f60493a7c8c735 -Size (gnucash-5.5.tar.bz2) = 14986561 bytes +BLAKE2s (gnucash-5.6.tar.bz2) = dfa4197bab2adf53174867777d7b2cfde0c6a19cee7d5df01d0d80983583ae28 +SHA512 (gnucash-5.6.tar.bz2) = 5ae0994a3f358bbf5ee6aeffc7a7237f6869e72c34cd551e5243e0c966dbbccfe8cdea65b7d31e016657b97175d6e5d94f5797b5adec5f94bc0b627c7a4dd435 +Size (gnucash-5.6.tar.bz2) = 15110621 bytes --_----------=_1712315547209680--