forked from pool/homebank
Accepting request 568071 from GNOME:Apps
Update to version 5.1.7. (forwarded request 567527 from luc14n0) OBS-URL: https://build.opensuse.org/request/show/568071 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/homebank?expand=0&rev=19
This commit is contained in:
parent
cb1ab612d0
commit
ead8fa16b2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2861e11590a00f5cbc505293821cb8caeabb74c26babe8a6a9d728f3404290e0
|
||||
size 2701911
|
3
homebank-5.1.7.tar.gz
Normal file
3
homebank-5.1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:579e53c00764b78d79e8e388b9202c760a9c9efdaca83b32d948f92e0dfa5fa7
|
||||
size 2730934
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 01:59:24 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 5.1.7:
|
||||
+ New:
|
||||
- Rewritten partially the charts and removed the treeview for
|
||||
legend.
|
||||
- Chart line have now a vertical line on active item.
|
||||
- Chart now display the 0 scale text.
|
||||
- Rewritten the dateentry widget to use a popover.
|
||||
- Reports enable to copy to clipboard in addition to export
|
||||
as CSV.
|
||||
+ Change:
|
||||
- Chart bar/line now span automatically.
|
||||
- Chart donut hole do not trigger overlay anymore.
|
||||
- Preferences, txn column list removed, as there is a now a
|
||||
context menu.
|
||||
- Top spending is now display top 10 items.
|
||||
- Fixer.io is now used to get currencies exchange rate
|
||||
(replace yahoo).
|
||||
- Changes and new entries into the help menu.
|
||||
+ Wish: lp#1709374, lp#1697241, lp#1674018, lp#1661986,
|
||||
lp#1656589 and lp#300380.
|
||||
+ Bug Fixes:
|
||||
- Chart x-scale labels were sometime overriding each others
|
||||
- Balance report:
|
||||
. Overdrawn was not displayed if the threshold was 0.
|
||||
. The amount scale was faulty offset to left at first draw.
|
||||
- Budget report: chart bar was not showing over state.
|
||||
- lp#1734449, lp#1734210, lp#1730527, lp#1721980, lp#1720377
|
||||
and lp#1688744.
|
||||
- Point fdupes to the data directory instead of the build root,
|
||||
which is a practice that must be avoided.
|
||||
- Conditionalize the use of shared-mime-info BuildRequires as it is
|
||||
only required by some old distros that does not have RPM File
|
||||
Triggers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 23 19:54:30 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package homebank
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: homebank
|
||||
Version: 5.1.6
|
||||
Version: 5.1.7
|
||||
Release: 0
|
||||
Summary: Application to manage personal accounts
|
||||
License: GPL-2.0+
|
||||
@ -29,7 +29,9 @@ BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libofx-devel
|
||||
# We need the %%mime_database_* macros
|
||||
%if 0%{?suse_version} < 1330
|
||||
BuildRequires: shared-mime-info
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.39
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
|
||||
@ -56,11 +58,13 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
%suse_update_desktop_file -G "Personal Accounting" %{name}
|
||||
%fdupes -s %{buildroot}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
# Application Registry is obsolete since GNOME 2.8.
|
||||
rm -r %{buildroot}%{_datadir}/application-registry
|
||||
rm -r %{buildroot}%{_datadir}/mime-info
|
||||
# Remove duplicate file
|
||||
rm %{buildroot}%{_datadir}/%{name}/datas/ChangeLog
|
||||
|
||||
%if 0%{?suse_version} < 1330
|
||||
%post
|
||||
@ -86,7 +90,7 @@ rm -r %{buildroot}%{_datadir}/mime-info
|
||||
%if 0%{?suse_version} < 1320
|
||||
%dir %{_datadir}/appdata/
|
||||
%endif
|
||||
%{_datadir}/appdata/homebank.appdata.xml
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user