Accepting request 528647 from GNOME:Apps
Update to version 5.1.6. Comment added. (forwarded request 528449 from luc14n0) OBS-URL: https://build.opensuse.org/request/show/528647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/homebank?expand=0&rev=18
This commit is contained in:
parent
c465b444e3
commit
cb1ab612d0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c3fd3478577e91a5d8e6e28fced58b5ad611eecb06e8f335a9585b817a1330f
|
||||
size 2698391
|
3
homebank-5.1.6.tar.gz
Normal file
3
homebank-5.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2861e11590a00f5cbc505293821cb8caeabb74c26babe8a6a9d728f3404290e0
|
||||
size 2701911
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 23 19:54:30 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 5.1.6:
|
||||
+ wish: warn when opening a backup file (lp#1710955).
|
||||
+ Bugfixes:
|
||||
- New memo doesn't get added to quick list (lp#1716182).
|
||||
- New/deleted transactions and search box show inconsistency
|
||||
(lp#1716181).
|
||||
- "All date" range remains as is after "Select All" in Report
|
||||
(lp#1715532).
|
||||
- Un-editable category (lp#1713413).
|
||||
- Manage budget window do not expand properly (lp#1710800).
|
||||
- Automatic check numbering issue (lp#1708956).
|
||||
- Anonymize dialog change accounts if user close window
|
||||
(lp#1707201).
|
||||
- Months in Manage Budget should allow tabbing from consecutive
|
||||
months (lp#1697174).
|
||||
- 'Notes' field in 'Manage Accounts' should wrap text
|
||||
(lp#1697171).
|
||||
- Start Balance not shown after new file assistant
|
||||
(lp#1693998).
|
||||
- The "other" side of an internal transfer is not marked as
|
||||
changed when an internal transfer is deleted (lp#1691992).
|
||||
- Internal transfers with a status of "Remind" are not created
|
||||
correctly (lp#1690555).
|
||||
- Add fdupes BuildRequiers and %fdupes macro.
|
||||
- Add conditional use of deprecated %desktop_database_*,
|
||||
%icon_theme_cache_* and %mime_database_* post/postun macros for
|
||||
old suse versions buildability.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 09:47:47 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: homebank
|
||||
Version: 5.1.5
|
||||
Version: 5.1.6
|
||||
Release: 0
|
||||
Summary: Application to manage personal accounts
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Office/Finance
|
||||
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
|
||||
@ -32,7 +33,7 @@ BuildRequires: shared-mime-info
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.39
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.26
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -55,11 +56,13 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
%suse_update_desktop_file -G "Personal Accounting" %{name}
|
||||
%fdupes -s %{buildroot}
|
||||
%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
|
||||
|
||||
%if 0%{?suse_version} < 1330
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
@ -69,6 +72,7 @@ rm -r %{buildroot}%{_datadir}/mime-info
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%mime_database_postun
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user