SHA256
1
0
forked from pool/homebank

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
This commit is contained in:
Dominique Leuenberger 2018-04-20 15:27:18 +00:00 committed by Git OBS Bridge
parent ead8fa16b2
commit ee08aa4680
4 changed files with 37 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:579e53c00764b78d79e8e388b9202c760a9c9efdaca83b32d948f92e0dfa5fa7
size 2730934

3
homebank-5.1.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1083fcbc609cbc981a42c63d84a09cc7dc3dd40f57d29e08b720be2b3eaff23b
size 2745061

View File

@ -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

View File

@ -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