pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/gnucash gnucash: update to 3.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4b593794122
branches:  trunk
changeset: 327421:e4b593794122
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 01 11:02:09 2019 +0000

description:
gnucash: update to 3.4.

3.4 - 30 December 2018

The following bugs have been fixed:

     Bug 498072 - GnuCash show taxes on invoice when individual taxes is
                  not checked
     Bug 760825 - On duplicating a bill, the entry dates should be set to
                  the bill date, not to the current date - followup:
                  Use neutral time on entry post dates instead of canonical time
     Bug 767772 - Associated file with transaction is lost when moving entry
                  between accounts
     Bug 775580 - Inaccurate information provided for "Common Accounts" when
                  using "New Account Hierarchy Setup"
     Bug 779565 - Treeview header combos do not work at first load
     Bug 788332 - Last Reconcile Date column sorts by day of month not date
     Bug 789674 - Close Book tool regression
     Bug 793156 - Incorrect date sort order in Generic import matcher window
     Bug 795080 - Some dates reset to 01/01/1970
     Bug 795237 - Update of "wohnungsw" template
     Bug 795425 - Version 2018 of german account template SKR49
     Bug 796772 - Receivable Ageing Report invalid URL for Totals column
     Bug 796806 - Crash after OFX import if line item dragged
     Bug 796842 - Add new employee window may not fit on screen
     Bug 796849 - Load another QIF file causes "that file already loaded" dialog
     Bug 796875 - Unable to use arrow keys to advance past pre-filled text
                  in register
     Bug 796878 - test-qofsession fails on x86_32.
     Bug 796883 - Register text oddities
                  HOME and END need to be treated like right and left arrow
                  keys.
     Bug 796886 - OFX Import does not show source account in the transaction
                  matching window
     Bug 796887 - Remove account slot key color if there is no valid color
     Bug 796893 - invoice.GetDatePosted() and other date related functions
                  returns strange values for uninitalised dates.
     Bug 796896 - Button to complete an export not intuitively placed or
                  discoverable
     Bug 796903 - Crash when searching invoice by Invoice Owner
     Bug 796914 - Customer Summary is giving error
     Bug 796915 - Update Account colour background
     Bug 796940 - Invalid transaction date-posted KVP causes date-posted to
                  not be saved.
     Bug 796944 - Tab navigation From Company Address field in New Book Options
     Bug 796945 - Search Search Criteria window does not scroll when added
                  criteria exceed a certain amount
     Bug 796948 - Scheduled Transactions Entered Since Last Run Are not Visible
     Bug 796949 - Incorrect conversion of 0,01 USD to EUR
     Bug 796960 - Incorrect amount sort order in Generic import matcher window
     Bug 796961 - Can't overwrite existing MYSQL database, V3.3.
     Bug 796967 - gnclock table not removed when using PostgreSQL.
     Bug 796978 - Deleting a split of same account as register cancels the
                  transaction without warning
     Bug 796981 - Gnucash crashes with critical error when selecting another
                  file
     Bug 796982 - Import Bills & Invoices: change in un_escape() routine
                  causes description and notes fields to be mangled.
     Bug 796988 - Untranslated string in CSV transaction importer
     Bug 796989 - some date/time does not honor user locale
     Bug 796994 - Unable to generate Tax Report because of pricedb error

Other repairs or enhancements not marked as bugs:
     Set up filepath utils to determine the GNC_CONFIG_HOME in the same way
          as GNC_DATA_HOME
          Until now GNC_CONFIG_HOME was more or less hard-coded. Now it can be
          set via environment variable GNC_CONFIG_HOME. In addition it will
          automatically be created to avoid potential user confusion.
     Redesign gnc-uri-utils
          gnc_uri_get_components will now return NULL as protocol if the input
               is a normal file system path instead of a uri (it used to
               return 'file')
          gnc_uri_get_protocol will now return NULL if the input is a normal
               file system path instead of a uri (it used to return 'file')
          gnc_uri_is_file_protocol now returns FALSE if protocol is NULL
               (it used to return TRUE)
           gnc_uri_is_file_uri now returns FALSE if input is a normal file
                system path instead of a uri (it used to return TRUE)
           a new function gnc_uri_targets_local_fs will return TRUE only if
                its input is either a file uri or a normal file system path.
                This function is now mostly used instead of
                gnc_uri_is_file_uri in the current code base
           a new function gnc_uri_is_uri is added to check whether its input
                is a valid uri (has protocol, path and hostname for non-file
                uris)
           refer to 'scheme' instead of 'protocol' as that's the more formal
               term used in uris
               This involves renaming 3 functions:
                    gnc_uri_get_protocol -> gnc_uri_get_scheme
                    gnc_uri_is_known_protocol -> gnc_uri_is_known_scheme
                    gnc_uri_is_file_protocol -> gnc_uri_is_file_scheme
               The *_protocol variants are marked as deprecated.
               Additionally a number of local variables have been renamed from
               protocol to scheme to support this change.
     Show warnings for deprecated declarations
          We're about to announce our own set of deprecated functions in
          libgnucash. That would be pretty pointless if we also would silence
          all deprecation warnings at the same time...
     More report code-cleanup by Chris Lam, including deprecating the
           following functions:
               gnc:account-get-balance-at-date
               gnc:account-get-total-flow
               gnc-commodity-numeric-string
               gnc-commodity-value->string
               gnc:double-col
               gnc:options-add-include-subaccounts
               gnc:options-add-group-accounts
               gnc:options-add-currency-selection
            The following modules are deprecated:
               report-system/collectors
               report-system/report-collectors
     Invoice: Remove H1 title and superflous option.
           Printing the title twice is silly, so remove the option and the
           H1 display of the title. Note that the remaining title is in a
           div named "invoice-title" so it can be styled with CSS as the user
           pleases from the Report Options Layout tab.
     The preference, use formal accounting labels does not update the header
          With a register open and you change preference 'use formal
          accounting labels' it does not update the register header so add
         a call back for the preference.

     Make the grid lines of totals Budget tree view track the preferences
          Make the grid lines of the totals tree view track the preferences
          to match the account tree view above it.
     Add routine to fix Account Color being set to "Not Set"
          Previously the account color slot has been populated with
          "Not Set" when any field for the account has been edited and
          saved. This routine should run once and remove all such entries.
     Performance fix in dom_chars_handler: use g_strndup instead of g_strdup
     In the appdata/metadata file, rename the ID from org.gnucash.Gnucash
          to org.gnucash.GnuCash to match flathub, and add a launchable ID
          to link it to the desktop file.
     Added double-click-on-file for the CSV transaction, price, and account
         importers and exporters.
     Cleaned up a variety of issues reported by the clang static analyzer.
     Allow the text options widget to use all remaining space
          The text option widget used for report options has only about 3
          lines visible currently and will not use any available space in
          the dialogue. Change the packing for this widget to expand and
          fill the remaining dialogue space. If there are more than one text
          option widget on a page then the available space will be shared
          equally.
     Add short_labels for a few toolbar buttons with long names. That should
          fit a few more buttons on the toolbar.
     Update iso-4217-currencies.xml, adddding VES - Bolivar Soberano, minor
          updates of other VE currencies.
     Python 3 bindings fixes and improvements from Christoph Holterman and
          Sumit Bhardwaj.

diffstat:

 finance/gnucash/Makefile |   5 ++---
 finance/gnucash/PLIST    |  17 +++--------------
 finance/gnucash/distinfo |  11 +++++------
 3 files changed, 10 insertions(+), 23 deletions(-)

diffs (113 lines):

diff -r 1fa85e8ba908 -r e4b593794122 finance/gnucash/Makefile
--- a/finance/gnucash/Makefile  Tue Jan 01 09:41:20 2019 +0000
+++ b/finance/gnucash/Makefile  Tue Jan 01 11:02:09 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.272 2018/12/13 19:51:51 adam Exp $
+# $NetBSD: Makefile,v 1.273 2019/01/01 11:02:09 wiz Exp $
 
-DISTNAME=              gnucash-3.3
-PKGREVISION=           8
+DISTNAME=              gnucash-3.4
 CATEGORIES=            finance
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gnucash/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 1fa85e8ba908 -r e4b593794122 finance/gnucash/PLIST
--- a/finance/gnucash/PLIST     Tue Jan 01 09:41:20 2019 +0000
+++ b/finance/gnucash/PLIST     Tue Jan 01 11:02:09 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.69 2018/09/30 23:47:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.70 2019/01/01 11:02:09 wiz Exp $
 bin/gnc-fq-check
 bin/gnc-fq-dump
 bin/gnc-fq-helper
@@ -301,7 +301,6 @@
 lib/gnucash/scm/ccache/2.2/gnucash/report/report-system.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/collectors.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/report-collectors.go
-lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/test/test-collectors.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/test/test-extras.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/test/test-load-report-system-module.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/test/test-test-extras.go
@@ -331,10 +330,6 @@
 lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/register.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/sx-summary.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/test/test-cash-flow.go
-lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/test/test-cashflow-barchart.go
-lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/test/test-standard-category-report.go
-lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/test/test-standard-net-barchart.go
-lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/test/test-standard-net-linechart.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/transaction.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/trial-balance.go
 lib/gnucash/scm/ccache/2.2/gnucash/report/stylesheet-easy.go
@@ -395,7 +390,6 @@
 lib/gnucash/scm/ccache/2.2/test-c-interface.go
 lib/gnucash/scm/ccache/2.2/test-create-account.go
 lib/gnucash/scm/ccache/2.2/test-split.go
-lib/gnucash/scm/ccache/2.2/test-test-extras.go
 lib/gnucash/scm/ccache/2.2/txf-de_DE.go
 lib/gnucash/scm/ccache/2.2/txf-help-de_DE.go
 lib/gnucash/scm/ccache/2.2/txf-help.go
@@ -408,7 +402,6 @@
 man/man1/gnc-fq-dump.1
 man/man1/gnc-fq-helper.1
 man/man1/gnucash.1
-share/appdata/gnucash.appdata.xml
 share/applications/gnucash.desktop
 share/doc/gnucash/AUTHORS
 share/doc/gnucash/ChangeLog
@@ -541,6 +534,7 @@
 share/gnucash/accounts/de_AT/acctchrt_brokerage.gnucash-xea
 share/gnucash/accounts/de_AT/acctchrt_business.gnucash-xea
 share/gnucash/accounts/de_AT/acctchrt_common.gnucash-xea
+share/gnucash/accounts/de_AT/acctchrt_ekr2017.gnucash-xea
 share/gnucash/accounts/de_AT/acctchrt_houseown.gnucash-xea
 share/gnucash/accounts/de_AT/acctchrt_investment.gnucash-xea
 share/gnucash/accounts/de_AT/acctchrt_kids.gnucash-xea
@@ -1061,7 +1055,6 @@
 share/gnucash/scm/gnucash/report/report-system.scm
 share/gnucash/scm/gnucash/report/report-system/collectors.scm
 share/gnucash/scm/gnucash/report/report-system/report-collectors.scm
-share/gnucash/scm/gnucash/report/report-system/test/test-collectors.scm
 share/gnucash/scm/gnucash/report/report-system/test/test-extras.scm
 share/gnucash/scm/gnucash/report/report-system/test/test-load-report-system-module.scm
 share/gnucash/scm/gnucash/report/report-system/test/test-test-extras.scm
@@ -1091,10 +1084,6 @@
 share/gnucash/scm/gnucash/report/standard-reports/register.scm
 share/gnucash/scm/gnucash/report/standard-reports/sx-summary.scm
 share/gnucash/scm/gnucash/report/standard-reports/test/test-cash-flow.scm
-share/gnucash/scm/gnucash/report/standard-reports/test/test-cashflow-barchart.scm
-share/gnucash/scm/gnucash/report/standard-reports/test/test-standard-category-report.scm
-share/gnucash/scm/gnucash/report/standard-reports/test/test-standard-net-barchart.scm
-share/gnucash/scm/gnucash/report/standard-reports/test/test-standard-net-linechart.scm
 share/gnucash/scm/gnucash/report/standard-reports/transaction.scm
 share/gnucash/scm/gnucash/report/standard-reports/trial-balance.scm
 share/gnucash/scm/gnucash/report/stylesheet-easy.scm
@@ -1157,7 +1146,6 @@
 share/gnucash/scm/test-c-interface.scm
 share/gnucash/scm/test-create-account.scm
 share/gnucash/scm/test-split.scm
-share/gnucash/scm/test-test-extras.scm
 share/gnucash/scm/txf-de_DE.scm
 share/gnucash/scm/txf-help-de_DE.scm
 share/gnucash/scm/txf-help.scm
@@ -1262,3 +1250,4 @@
 share/locale/vi/LC_MESSAGES/gnucash.mo
 share/locale/zh_CN/LC_MESSAGES/gnucash.mo
 share/locale/zh_TW/LC_MESSAGES/gnucash.mo
+share/metainfo/gnucash.appdata.xml
diff -r 1fa85e8ba908 -r e4b593794122 finance/gnucash/distinfo
--- a/finance/gnucash/distinfo  Tue Jan 01 09:41:20 2019 +0000
+++ b/finance/gnucash/distinfo  Tue Jan 01 11:02:09 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.89 2018/09/30 23:47:32 wiz Exp $
+$NetBSD: distinfo,v 1.90 2019/01/01 11:02:09 wiz Exp $
 
-SHA1 (gnucash-3.3.tar.bz2) = 6add3c53258f059e1a667c32d0ff858be956bf0c
-RMD160 (gnucash-3.3.tar.bz2) = 0ad1a6b4cd5b53b7487e238c15cc1c29f53545df
-SHA512 (gnucash-3.3.tar.bz2) = 4bf0369ca9b3c91c98a0d916f0befc7e5675a246559a6a72dba6592b64f56f3cbd1885b0711e44e8d9cca290be742812763691ae2f639ea31ec534e52e17b3f9
-Size (gnucash-3.3.tar.bz2) = 13440713 bytes
-SHA1 (patch-CMakeLists.txt) = 9c82da4c7c1e31ea9f1367abf8edb3e13c6dd144
+SHA1 (gnucash-3.4.tar.bz2) = f3d58d6f1a06cf0fae8589b15bf416f814abcfb8
+RMD160 (gnucash-3.4.tar.bz2) = d6821fdca0190dc947906c2d35b61c8ac07b8b35
+SHA512 (gnucash-3.4.tar.bz2) = 4cebef0ba70e59a82d3b2b7b0b138ddb22e8866dc761e156ff1f15920145d12923719effef21ad4c65ccd62fbd14a1529cf0bfcaab70c5b33d103761d08062e0
+Size (gnucash-3.4.tar.bz2) = 13564432 bytes



Home | Main Index | Thread Index | Old Index