From 3edd1abd0cbfb0bede95bba9fe5910ab6f006fa55c0126f23982448d6298c4df Mon Sep 17 00:00:00 2001 From: Johannes Engel Date: Sun, 2 Apr 2023 13:48:26 +0000 Subject: [PATCH 1/2] Accepting request 1076737 from home:j-engel:banking - Update to 4.14 + Bugfixes o Bug 797477 - Manual foreign transaction from APAR to another doesn't trigger price input o Bug 797725 - Untranslatable string "For Period Covering ~a to ~a" o Bug 797903 - Transaction window: The 'blue line' is always (erroneously) topmost when t. sorting order is inverted. o Bug 798570 - Totals for the income, expenses and remaining to budget incorrect for one specific date. o Bug 798625 - "Last up through report date" changed in 4.12 Don't adjust report dates with time64CanonicalDayTime. They're set to 23:59:59 local which is always >= neutral time at which prices and transactions are timestamped. Local noon is before neutral time for all time zones east of UTC+2. o Bug 798679 - Unicode normalization should be used for comparison but not stored. Change to NFC normalization for all comparisons because the Unicode meaning of compatible might collide with the user's intent. o Bug 798702 - Crash in gnc_plugin_page_focus_idle_destroy() closing a report before it completes. o Bug 798705 - ] New: UI string mismatch: OK vs. Next o Bug 798712 - Regional Decimal Point not recognized in budgets o Bug 798717 - Reports > Business > Fancy Invoice duplicates company details o Bug 798732 - : Type of balance carry forward accounts for German skr49 account template fixed o Bug 798734 - Aging Reports don't handle mixed currency payments and invoices without Trading Accounts o Bug 798734 - Aging Reports don't handle mixed currency payments and invoices without Trading Accounts o Bug 798737 - Minor grammatical error - 'for' missing in 'You will be asked a conversion rate for each.' o Bug 798740 - Build fails with gcc 13 o Bug 798747 - Crash in Investment Portfolio report o Bug 798748 - Transaction Notes field's value does not appear in reverse transaction. o Bug 798754 - Build fails with gcc 13 and glib > 2.76 o Bug 798759 - Register widths for 'with sub-account' not saved o Bug 798765 - Increase the limit for Maximum Slices in the Expense Piechart OBS-URL: https://build.opensuse.org/request/show/1076737 OBS-URL: https://build.opensuse.org/package/show/Office/gnucash?expand=0&rev=30 --- gnucash-4.14.tar.bz2 | 3 +++ gnucash.changes | 46 ++++++++++++++++++++++++++++++++++++++++++++ gnucash.spec | 2 +- 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 gnucash-4.14.tar.bz2 diff --git a/gnucash-4.14.tar.bz2 b/gnucash-4.14.tar.bz2 new file mode 100644 index 0000000..aefbc19 --- /dev/null +++ b/gnucash-4.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1b550bc6a85c458323fbee5090828ed939aefd33a6902a0bba3e5d99c04199 +size 14675204 diff --git a/gnucash.changes b/gnucash.changes index 1814a3f..c86aed6 100644 --- a/gnucash.changes +++ b/gnucash.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Sun Apr 2 13:34:56 UTC 2023 - Johannes Engel + +- Update to 4.14 + + Bugfixes + o Bug 797477 - Manual foreign transaction from APAR to + another doesn't trigger price input + o Bug 797725 - Untranslatable string "For Period Covering + ~a to ~a" + o Bug 797903 - Transaction window: The 'blue line' is always + (erroneously) topmost when t. sorting order is inverted. + o Bug 798570 - Totals for the income, expenses and remaining to + budget incorrect for one specific date. + o Bug 798625 - "Last up through report date" changed in 4.12 + Don't adjust report dates with time64CanonicalDayTime. They're + set to 23:59:59 local which is always >= neutral time at which + prices and transactions are timestamped. Local noon is before + neutral time for all time zones east of UTC+2. + o Bug 798679 - Unicode normalization should be used for + comparison but not stored. + Change to NFC normalization for all comparisons because the + Unicode meaning of compatible might collide with the user's + intent. + o Bug 798702 - Crash in gnc_plugin_page_focus_idle_destroy() + closing a report before it completes. + o Bug 798705 - ] New: UI string mismatch: OK vs. Next + o Bug 798712 - Regional Decimal Point not recognized in budgets + o Bug 798717 - Reports > Business > Fancy Invoice duplicates + company details + o Bug 798732 - : Type of balance carry forward accounts for + German skr49 account template fixed + o Bug 798734 - Aging Reports don't handle mixed currency payments + and invoices without Trading Accounts + o Bug 798734 - Aging Reports don't handle mixed currency payments + and invoices without Trading Accounts + o Bug 798737 - Minor grammatical error - 'for' missing in 'You + will be asked a conversion rate for each.' + o Bug 798740 - Build fails with gcc 13 + o Bug 798747 - Crash in Investment Portfolio report + o Bug 798748 - Transaction Notes field's value does not appear in + reverse transaction. + o Bug 798754 - Build fails with gcc 13 and glib > 2.76 + o Bug 798759 - Register widths for 'with sub-account' not saved + o Bug 798765 - Increase the limit for Maximum Slices in the Expense + Piechart + ------------------------------------------------------------------- Sun Mar 12 15:13:32 UTC 2023 - Bjørn Lie diff --git a/gnucash.spec b/gnucash.spec index 425ad69..140ec79 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -28,7 +28,7 @@ %endif Name: gnucash -Version: 4.13 +Version: 4.14 Release: 0 Summary: Personal Finance Manager License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception From 4c477f045cfd6ef1f2d6f18496f81528e7aa2decde3bcec25813754e17b34079 Mon Sep 17 00:00:00 2001 From: Johannes Engel Date: Sun, 2 Apr 2023 13:48:40 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Office/gnucash?expand=0&rev=31 --- gnucash-4.13.tar.bz2 | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 gnucash-4.13.tar.bz2 diff --git a/gnucash-4.13.tar.bz2 b/gnucash-4.13.tar.bz2 deleted file mode 100644 index 8b11145..0000000 --- a/gnucash-4.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:401a158086635ea17fbb145325558537289aa1d24d022f7c3317e12f3dabd8e7 -size 14658572