pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/gnucash
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 3 12:28:23 UTC 2023
Modified Files:
pkgsrc/finance/gnucash: Makefile PLIST distinfo
Log Message:
gnucash: update to 4.13.
4.13 - 18 December 2022
Between 4.12 and 4.13, the following bugfixes were accomplished:
Bug 760274 - The Statusbar "forgets" when register doesn't have focus
Bug 798545 - Crash when updating document link on vendor bill
Bug 798614 - Croatia to join the Euro
Bug 798629 - gnucash crashes attempting to import OFX file
Bug 798633 - 4.12 build failure on 32-bit Linux: "No code for module"
Bug 798640 - Segfault when running saved report
Bug 798649 - Crash when closing Edit Style Sheets dialog while Style Sheet
Properties dialog is still open.
Bug 798653 - Schedule Calendar event description pop up window does not
track mouse position
Bug 798657 - Import Summary language is wrong
Bug 798664 - Result of 'gnucash --nofile' is marked dirty
Bug 798669 - Multicolumn Balance Sheet not printing exchange rates
include equity accounts in the exchange rate commodities list.
Bug 798672 - Preferences are not saved nor loaded,
ERROR <GLib-GIO> g_settings_new_full: assertion
'schema != NULL' failed
Bug 798680 - Not able to match a reverse transaction of a previously
matched transaction.
Bug 798681 - Previously imported investment income transactions may not
be filtered.
Bug 798694 - Cursor in the wrong place after pasting with auto-completion
The following fixes and improvements were not associated with bug reports:
Don't normalize text when pasting from the clipboard or appending
descriptions or notes during imports.
[register] Delay post-ime reset of the selection to works around bug 798587.
[ofx import] Clean up importing investment transactions for smoother
workflow and better UI behavior.
[account-piecharts] drill-down piechart: tree-depth is at most 6
Fix numerous memory leaks.
[ifrs-report] From Bug 798004 allow Cr cash to offset Dr fee and remove
invalid "dividend reinvestment" during short.
[gtest-qofevent.cpp] Add comprehensive tests for qofevent
[test-qofbook] Test that gnc_features_test_unknown returns a suitable
error message
[test-qofbook.c] add test for gnc_features_set_unused
[gnc-features.cpp] backport gnc_features_set_unused from master
[qofbook.cpp] backport qof_book_unset_feature from master
Move gnc-euro.[ch] to engine and unit test it.
[test-qofbook] basic features test: Sets a feature and tests it's set.
It's impossible to design a book with unknown features using the API.
po/README: Remove relics from ancient context forms
[test-ifrs-cost-basis] amend tests to accommodate extra column.
[ifrs-cost-basis] compare register vs calculated capgain per transaction.
Accomodate WebKit package version update to webkit2gtk-4.1.
[assistant-stock-transaction] input positive capgains for Credit income account.
Deprecations:
qof_book_get_features
New and Updated Translations: Chinese (Simplified), Croatian, English
(Australia), English (New Zealand), English (United Kingdom), French,
Hungarian, Indonesian, Japanese, Korean, Macedonian, Polish, Spanish,
Urdu
To generate a diff of this commit:
cvs rdiff -u -r1.325 -r1.326 pkgsrc/finance/gnucash/Makefile
cvs rdiff -u -r1.85 -r1.86 pkgsrc/finance/gnucash/PLIST
cvs rdiff -u -r1.114 -r1.115 pkgsrc/finance/gnucash/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/finance/gnucash/Makefile
diff -u pkgsrc/finance/gnucash/Makefile:1.325 pkgsrc/finance/gnucash/Makefile:1.326
--- pkgsrc/finance/gnucash/Makefile:1.325 Mon Jan 2 00:11:19 2023
+++ pkgsrc/finance/gnucash/Makefile Tue Jan 3 12:28:23 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.325 2023/01/02 00:11:19 wiz Exp $
+# $NetBSD: Makefile,v 1.326 2023/01/03 12:28:23 wiz Exp $
-DISTNAME= gnucash-4.12
-PKGREVISION= 3
+DISTNAME= gnucash-4.13
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnucash/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/finance/gnucash/PLIST
diff -u pkgsrc/finance/gnucash/PLIST:1.85 pkgsrc/finance/gnucash/PLIST:1.86
--- pkgsrc/finance/gnucash/PLIST:1.85 Mon Sep 26 18:37:33 2022
+++ pkgsrc/finance/gnucash/PLIST Tue Jan 3 12:28:23 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.85 2022/09/26 18:37:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.86 2023/01/03 12:28:23 wiz Exp $
bin/gnc-fq-check
bin/gnc-fq-dump
bin/gnc-fq-helper
@@ -196,6 +196,7 @@ include/gnucash/qof-string-cache.h
include/gnucash/qof.h
include/gnucash/qofbackend.h
include/gnucash/qofbook.h
+include/gnucash/qofbook.hpp
include/gnucash/qofbookslots.h
include/gnucash/qofchoice.h
include/gnucash/qofclass.h
@@ -1359,6 +1360,7 @@ share/locale/ks/LC_MESSAGES/gnucash.mo
share/locale/lt/LC_MESSAGES/gnucash.mo
share/locale/lv/LC_MESSAGES/gnucash.mo
share/locale/mai/LC_MESSAGES/gnucash.mo
+share/locale/mk/LC_MESSAGES/gnucash.mo
share/locale/mni/LC_MESSAGES/gnucash.mo
share/locale/mni@bengali/LC_MESSAGES/gnucash.mo
share/locale/mr/LC_MESSAGES/gnucash.mo
Index: pkgsrc/finance/gnucash/distinfo
diff -u pkgsrc/finance/gnucash/distinfo:1.114 pkgsrc/finance/gnucash/distinfo:1.115
--- pkgsrc/finance/gnucash/distinfo:1.114 Mon Sep 26 18:37:33 2022
+++ pkgsrc/finance/gnucash/distinfo Tue Jan 3 12:28:23 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.114 2022/09/26 18:37:33 wiz Exp $
+$NetBSD: distinfo,v 1.115 2023/01/03 12:28:23 wiz Exp $
-BLAKE2s (gnucash-4.12.tar.bz2) = 033058e8066a9498bcad53f419c6c666d20d42ddccf64140b1c5bab8977055bb
-SHA512 (gnucash-4.12.tar.bz2) = 4c930dfc9a10dfd06d3c52874a61e533ddc39deb1c334162dc3a096d998dbdfcac61520ae94dedbc6742b7807e250ff92d26067a70c4ab156e46bed333bbfd37
-Size (gnucash-4.12.tar.bz2) = 14552115 bytes
+BLAKE2s (gnucash-4.13.tar.bz2) = cf9df4a45d4dd292f537bdcc9f862f6cf344f07176bb458eb52a459214c41522
+SHA512 (gnucash-4.13.tar.bz2) = 7f1f5a6c6e537aca7e88c806461c58e90256954842026d801dba48586fa5817519220f532b9e460bc34751c94e6be4a80aac06325b7bada716616a735e2de3d3
+Size (gnucash-4.13.tar.bz2) = 14658572 bytes
Home |
Main Index |
Thread Index |
Old Index