From ee08aa46802ac68d9e3978c6697f3c40b795f9f9339d844f146912ad061f6d0a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 20 Apr 2018 15:27:18 +0000 Subject: [PATCH] Accepting request 596177 from GNOME:Apps Update to version 5.1.8. (forwarded request 596057 from luc14n0) OBS-URL: https://build.opensuse.org/request/show/596177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/homebank?expand=0&rev=20 --- homebank-5.1.7.tar.gz | 3 --- homebank-5.1.8.tar.gz | 3 +++ homebank.changes | 24 ++++++++++++++++++++++++ homebank.spec | 21 ++++++++++----------- 4 files changed, 37 insertions(+), 14 deletions(-) delete mode 100644 homebank-5.1.7.tar.gz create mode 100644 homebank-5.1.8.tar.gz diff --git a/homebank-5.1.7.tar.gz b/homebank-5.1.7.tar.gz deleted file mode 100644 index c6f5dc9..0000000 --- a/homebank-5.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:579e53c00764b78d79e8e388b9202c760a9c9efdaca83b32d948f92e0dfa5fa7 -size 2730934 diff --git a/homebank-5.1.8.tar.gz b/homebank-5.1.8.tar.gz new file mode 100644 index 0000000..384abfb --- /dev/null +++ b/homebank-5.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1083fcbc609cbc981a42c63d84a09cc7dc3dd40f57d29e08b720be2b3eaff23b +size 2745061 diff --git a/homebank.changes b/homebank.changes index 10f8e89..db7f904 100644 --- a/homebank.changes +++ b/homebank.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Apr 13 01:38:54 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 5.1.8: + + Wish: + - Add more decimals for cryptocurrencies (lp#1743254). + - Enable/disable show future txn in register window + (lp#1743147). + - Trendtime, average line, negative amounts (lp#1446505). + + Bug Fixes: + - Account dialog, the frac digit was not set for currency with + more than 2 digits. + - Update currency message error (lp#1750426). + - CSV export decimal char is not always the same (lp#1750257). + - No warning when a file was changed from another instance + (lp#1750161). + - Currencies update fail due to yahoo discontinued service + (lp#1730527). + - Group internal xfer when sort by payee (lp#1721980). +- Update '+' to '-or-later' in GPL License tag to comply with SPDX + 3.0. +- Drop standard BuildRoot tag declaration: RPM already sets it + itself. + ------------------------------------------------------------------- Wed Jan 17 01:59:24 UTC 2018 - luc14n0@linuxmail.org diff --git a/homebank.spec b/homebank.spec index a559e50..92a9985 100644 --- a/homebank.spec +++ b/homebank.spec @@ -17,27 +17,27 @@ Name: homebank -Version: 5.1.7 +Version: 5.1.8 Release: 0 Summary: Application to manage personal accounts -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Office/Finance -Url: http://homebank.free.fr/ +URL: http://homebank.free.fr/ Source: http://homebank.free.fr/public/%{name}-%{version}.tar.gz BuildRequires: fdupes 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: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) >= 2.39 BuildRequires: pkgconfig(gtk+-3.0) >= 3.16 BuildRequires: pkgconfig(libsoup-2.4) >= 2.26 Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build +# We need the %%mime_database_* macros +%if 0%{?suse_version} < 1330 +BuildRequires: shared-mime-info +%endif %description HomeBank is an application to manage personal accounts at home. The main @@ -79,8 +79,8 @@ rm %{buildroot}%{_datadir}/%{name}/datas/ChangeLog %endif %files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/ @@ -93,6 +93,5 @@ rm %{buildroot}%{_datadir}/%{name}/datas/ChangeLog %{_datadir}/appdata/%{name}.appdata.xml %files lang -f %{name}.lang -%defattr(-,root,root) %changelog