From ead8fa16b22dda550bb1c2545d869278af273cc400c47f801f6a7fa933545e90 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 22 Jan 2018 15:20:41 +0000 Subject: [PATCH] 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 --- homebank-5.1.6.tar.gz | 3 --- homebank-5.1.7.tar.gz | 3 +++ homebank.changes | 37 +++++++++++++++++++++++++++++++++++++ homebank.spec | 12 ++++++++---- 4 files changed, 48 insertions(+), 7 deletions(-) delete mode 100644 homebank-5.1.6.tar.gz create mode 100644 homebank-5.1.7.tar.gz diff --git a/homebank-5.1.6.tar.gz b/homebank-5.1.6.tar.gz deleted file mode 100644 index f0ca17f..0000000 --- a/homebank-5.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2861e11590a00f5cbc505293821cb8caeabb74c26babe8a6a9d728f3404290e0 -size 2701911 diff --git a/homebank-5.1.7.tar.gz b/homebank-5.1.7.tar.gz new file mode 100644 index 0000000..c6f5dc9 --- /dev/null +++ b/homebank-5.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579e53c00764b78d79e8e388b9202c760a9c9efdaca83b32d948f92e0dfa5fa7 +size 2730934 diff --git a/homebank.changes b/homebank.changes index e1b35ae..10f8e89 100644 --- a/homebank.changes +++ b/homebank.changes @@ -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 diff --git a/homebank.spec b/homebank.spec index f9e45da..a559e50 100644 --- a/homebank.spec +++ b/homebank.spec @@ -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)