Accepting request 845429 from Office
OBS-URL: https://build.opensuse.org/request/show/845429 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=87
This commit is contained in:
parent
e1e1aa3136
commit
b07fe5595e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a40fc37122e1466c8085ad2be914f0687a111065f15c5d952faede78802225aa
|
|
||||||
size 13994973
|
|
3
gnucash-4.2.tar.bz2
Normal file
3
gnucash-4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56d8ab039ef7784303ca9eab14bfc20f593f7a3f9b682a8a7eac25906a0d1308
|
||||||
|
size 14225695
|
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 31 20:55:28 UTC 2020 - Johannes Engel <jcnengel@gmail.com>
|
||||||
|
|
||||||
|
- Update to 4.2
|
||||||
|
+ Bugfixes
|
||||||
|
+ [report-utilities] compact functions
|
||||||
|
+ Small fixes for various translation issues:
|
||||||
|
Deduplicate translatable strings
|
||||||
|
Add context to one-letter strings in guile code
|
||||||
|
Fix typo in linked document gui Align translatable strings
|
||||||
|
+ Expose C_ function (gettext with context string) to guile code,
|
||||||
|
first use is for the document link short code (L)
|
||||||
|
+ Improve and repair progress bar display on a variety of reports
|
||||||
|
and windows, improving performance on several by reducing the
|
||||||
|
number of progressbar calls.
|
||||||
|
+ [gnc-main-window] enable show_text for progressbar, allowing
|
||||||
|
gtk_progress_bar_set_text to actually display the progress text.
|
||||||
|
+ Fix help_label of dialog-doclink.glade, remove question mark
|
||||||
|
from Available, and insert missing spaces into the Business Item
|
||||||
|
variant.
|
||||||
|
+ Rename all Transaction and Invoice Association identifiers to
|
||||||
|
DocLink to better reflect the purpose and for consistency with
|
||||||
|
other software (e.g. Libre Office).
|
||||||
|
+ Rename Transaction and Invoice Associations to Document Links.
|
||||||
|
More clearly describes the actions and is more consistent with
|
||||||
|
other software (e.g. Libre Office).
|
||||||
|
+ Remove the "Remove Linked Document" context menu item because
|
||||||
|
that can be done in the Manage dialog box.
|
||||||
|
+ Fix the horizontal scrollbar in the linked docs window.
|
||||||
|
+ I18n - deduplicate translatable strings
|
||||||
|
+ macOS: Give GnuCash time to shut down gracefully instead of
|
||||||
|
letting macOS pull the rug out.
|
||||||
|
+ I18N: Align glossary to gnucash.pot. Create a similar copyright
|
||||||
|
header. Add missing Report-Msgid-Bugs-To.
|
||||||
|
+ [report-utilities] More dump data functions:
|
||||||
|
gnc:dump-book - splits grouped by account
|
||||||
|
gnc:dump-all-transactions - splits grouped by transaction
|
||||||
|
gnc:dump-split - dumps single split
|
||||||
|
+ [business-urls] link to owner report with enddate
|
||||||
|
+ [dialog-invoice] gnc_business_call_owner_report_with_enddate
|
||||||
|
+ [new-owner-report][api] owner-report-create-with-enddate;
|
||||||
|
accepts enddate argument like owner-report-create.
|
||||||
|
+ Enable exporting the tables in charts and some reports as CSV.
|
||||||
|
+ Tweak a few strings to reuse translations
|
||||||
|
+ Exported gnc:cmdline-template-export and
|
||||||
|
gnc:cmdline-get-report-id. Handle ambiguous reportnames by
|
||||||
|
returning #f.
|
||||||
|
+ [price-quotes.scm] ensure missing-alphavantage message can show
|
||||||
|
on console
|
||||||
|
+ [budget.scm] Fix report crash on books with unreversed budgets
|
||||||
|
+ [gnucash-cli] -R show should accept & try to load datafile
|
||||||
|
+ Speed up computation of import match lists by running query only
|
||||||
|
once, committing accounts only once, and doing a bulk insert
|
||||||
|
into the GtkTreeview.
|
||||||
|
+ Add Python example export_account_totals.py. Exports account
|
||||||
|
totals of all accounts into a CSV file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 2 18:26:26 UTC 2020 - Johannes Engel <jcnengel@gmail.com>
|
Sun Aug 2 18:26:26 UTC 2020 - Johannes Engel <jcnengel@gmail.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gnucash
|
Name: gnucash
|
||||||
Version: 4.1
|
Version: 4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Personal Finance Manager
|
Summary: Personal Finance Manager
|
||||||
License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception
|
License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception
|
||||||
@ -171,13 +171,13 @@ rm %{buildroot}%{_docdir}/%{name}/LICENSE
|
|||||||
%{_datadir}/icons/hicolor/scalable/apps/gnucash-icon.svg
|
%{_datadir}/icons/hicolor/scalable/apps/gnucash-icon.svg
|
||||||
%dir %{_datadir}/guile/site/%{guile_version}
|
%dir %{_datadir}/guile/site/%{guile_version}
|
||||||
%{_datadir}/guile/site/%{guile_version}/gnucash
|
%{_datadir}/guile/site/%{guile_version}/gnucash
|
||||||
%{_datadir}/guile/site/%{guile_version}/tests
|
#%{_datadir}/guile/site/%{guile_version}/tests
|
||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/gnucash
|
%{_libdir}/gnucash
|
||||||
%dir %{_libdir}/guile/%{guile_version}/site-ccache
|
%dir %{_libdir}/guile/%{guile_version}/site-ccache
|
||||||
%{_libdir}/guile/%{guile_version}/site-ccache/gnucash
|
%{_libdir}/guile/%{guile_version}/site-ccache/gnucash
|
||||||
%{_libdir}/guile/%{guile_version}/site-ccache/tests
|
#%{_libdir}/guile/%{guile_version}/site-ccache/tests
|
||||||
%{_mandir}/man?/*%{?ext_man}
|
%{_mandir}/man?/*%{?ext_man}
|
||||||
%dir %{_sysconfdir}/gnucash
|
%dir %{_sysconfdir}/gnucash
|
||||||
%config %{_sysconfdir}/gnucash/environment
|
%config %{_sysconfdir}/gnucash/environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user