forked from pool/homebank
Accepting request 282114 from GNOME:Apps
- Update to version 4.6.3: + New: enhanced categories completion (complete is done with partial match on both categories and subcategories). + Change: win32: upgraded to libofx 0.9.9. + Bugfixes: - lp#1351098 win32: OFX import freeze HomeBank. - lp#1349160 layout are not persisted well on maximized windows. OBS-URL: https://build.opensuse.org/request/show/282114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/homebank?expand=0&rev=9
This commit is contained in:
parent
a36bc1e214
commit
e05353eb8d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbff6282a8a81d9dd6ff47dff950f164d69da81147e7d94a516230c23de8a5e8
|
||||
size 1850268
|
3
homebank-4.6.3.tar.gz
Normal file
3
homebank-4.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948
|
||||
size 1899045
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 18 18:47:37 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 4.6.3:
|
||||
+ New: enhanced categories completion (complete is done with
|
||||
partial match on both categories and subcategories).
|
||||
+ Change: win32: upgraded to libofx 0.9.9.
|
||||
+ Bugfixes:
|
||||
- lp#1351098 win32: OFX import freeze HomeBank.
|
||||
- lp#1349160 layout are not persisted well on maximized
|
||||
windows.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 2 12:35:09 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package homebank
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products 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: 4.5.6
|
||||
Version: 4.6.3
|
||||
Release: 0
|
||||
Summary: Application to manage personal accounts
|
||||
License: GPL-2.0+
|
||||
@ -58,21 +58,15 @@ make %{?_smp_mflags}
|
||||
rm -r %{buildroot}%{_datadir}/application-registry
|
||||
rm -r %{buildroot}%{_datadir}/mime-info
|
||||
|
||||
%if 0%{?suse_version} > 1130
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
%mime_database_post
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1130
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%mime_database_postun
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user