Accepting request 663094 from GNOME:Apps
New upstream release OBS-URL: https://build.opensuse.org/request/show/663094 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=77
This commit is contained in:
parent
81fd3d5ea4
commit
a474f6b7f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8396ed8d2a88ac358ecf458c253cf38f55a13aaba7958e4fde3dd85c222e393f
|
||||
size 13440713
|
3
gnucash-3.4.tar.bz2
Normal file
3
gnucash-3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a254883c8f7e34f2e19ebdc6a0185489d9027341d7d62a6f1ef815a8c9e342d7
|
||||
size 13564432
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 11:19:41 UTC 2019 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||
|
||||
- Update to version 3.4:
|
||||
+ Set up filepath utils to determine the GNC_CONFIG_HOME in the
|
||||
same way as GNC_DATA_HOME.
|
||||
+ Redesign gnc-uri-utils.
|
||||
+ Show warnings for deprecated declarations.
|
||||
+ More report code-cleanup by Chris Lam.
|
||||
+ Invoice: Remove H1 title and superflous option.
|
||||
+ 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".
|
||||
+ 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
|
||||
+ 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.
|
||||
+ Bugs fixed: bgco#498072, bgco#760825, bgco#767772, bgco#775580,
|
||||
bgco#779565, bgco#788332, bgco#789674, bgco#793156,
|
||||
bgco#795080, bgco#795237, bgco#795425, bgco#796772,
|
||||
bgco#796806, bgco#796842, bgco#796849, bgco#796875,
|
||||
bgco#796878, bgco#796883, bgco#796886, bgco#796887,
|
||||
bgco#796893, bgco#796896, bgco#796903, bgco#796914,
|
||||
bgco#796915, bgco#796940, bgco#796944, bgco#796945,
|
||||
bgco#796948, bgco#796949, bgco#796960, bgco#796961,
|
||||
bgco#796967, bgco#796978, bgco#796981, bgco#796982,
|
||||
bgco#796988, bgco#796989, bgco#796994.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 05:12:18 UTC 2018 - sean@suspend.net
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnucash
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define __builder ninja
|
||||
Name: gnucash
|
||||
Version: 3.3
|
||||
Version: 3.4
|
||||
Release: 0
|
||||
Summary: Personal Finance Manager
|
||||
License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception
|
||||
@ -146,8 +146,8 @@ rm %{buildroot}%{_docdir}/%{name}/LICENSE
|
||||
%{_bindir}/gnc-fq-*
|
||||
%{_bindir}/gnucash
|
||||
%{_bindir}/gnucash-valgrind
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gnucash.appdata.xml
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/gnucash.appdata.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnucash.*.xml
|
||||
%{_datadir}/gnucash/
|
||||
|
Loading…
x
Reference in New Issue
Block a user