Accepting request 1204551 from Office
- Update to 5.8.3: * bugfix: lp#2066535 cannot see a 1 sub-category in Stats Rept donut view * bugfix: lp#2076458 saved filter date ranges going wrong * bugfix: lp#2076474 dark mode applied live, but not on app startup or when exiting preferences dialog * bugfix: lp#2077180 budget report category do not sum their subcat budget in 5.8.2 * bugfix: lp#2078281 csv export crash * bugfix: lp#2078679 category appeard Empty and crashes Homebank on Linux - Changes in 5.8.2: * bugfix: lp#2073805 switching saved filter with same date range doesn't refresh * bugfix: lp#2073233 vehicle cost distance/volume is rounded to distance and always xx,0 * bugfix: lp#2071648 possibility for positive or negative budget values gone * bugfix: lp#2069152 windows: CFA protected folder save fail with no dialog warning * bugfix: lp#2068825 budget report type filter do not work anymore * bugfix: lp#2068664 filter text option only work when both memo and number are filled * bugfix: lp#2068634 copy/paste a txn do not enable save * bugfix: lp#2067855 transfer from one account to another does not sync statuse even with "Sync transfer Status" checked * bugfix: lp#2067440 payment settings not retained * bugfix: lp#2066539 budget Report - unbudgeted includes transactions for subcats where main cat has a budget * bugfix: lp#2062021 transaction date may change if system shortdate is not dd/MM/yy - add %check section to spec file OBS-URL: https://build.opensuse.org/request/show/1204551 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/homebank?expand=0&rev=50
This commit is contained in:
commit
c1767516d8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60c35feafe341aec8fed9de4b0a875dc0f5c1674c5f5804ff7190a6c6c53dc01
|
||||
size 3722739
|
3
homebank-5.8.3.tar.gz
Normal file
3
homebank-5.8.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4083d52301dc53e51e9c615e954fb92d6951ea7749334282c2a5f4b9ab9c4c2
|
||||
size 3773027
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 13:43:55 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to 5.8.3:
|
||||
* bugfix: lp#2066535 cannot see a 1 sub-category in Stats Rept
|
||||
donut view
|
||||
* bugfix: lp#2076458 saved filter date ranges going wrong
|
||||
* bugfix: lp#2076474 dark mode applied live, but not on app
|
||||
startup or when exiting preferences dialog
|
||||
* bugfix: lp#2077180 budget report category do not sum their
|
||||
subcat budget in 5.8.2
|
||||
* bugfix: lp#2078281 csv export crash
|
||||
* bugfix: lp#2078679 category appeard Empty and crashes Homebank
|
||||
on Linux
|
||||
- Changes in 5.8.2:
|
||||
* bugfix: lp#2073805 switching saved filter with same date range
|
||||
doesn't refresh
|
||||
* bugfix: lp#2073233 vehicle cost distance/volume is rounded to
|
||||
distance and always xx,0
|
||||
* bugfix: lp#2071648 possibility for positive or negative budget
|
||||
values gone
|
||||
* bugfix: lp#2069152 windows: CFA protected folder save fail with
|
||||
no dialog warning
|
||||
* bugfix: lp#2068825 budget report type filter do not work
|
||||
anymore
|
||||
* bugfix: lp#2068664 filter text option only work when both memo
|
||||
and number are filled
|
||||
* bugfix: lp#2068634 copy/paste a txn do not enable save
|
||||
* bugfix: lp#2067855 transfer from one account to another does
|
||||
not sync statuse even with "Sync transfer Status" checked
|
||||
* bugfix: lp#2067440 payment settings not retained
|
||||
* bugfix: lp#2066539 budget Report - unbudgeted includes
|
||||
transactions for subcats where main cat has a budget
|
||||
* bugfix: lp#2062021 transaction date may change if system
|
||||
shortdate is not dd/MM/yy
|
||||
- add %check section to spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 04:39:09 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: homebank
|
||||
Version: 5.8.1
|
||||
Version: 5.8.3
|
||||
Release: 0
|
||||
Summary: Application to manage personal accounts
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Office/Finance
|
||||
URL: http://homebank.free.fr/
|
||||
Source: http://homebank.free.fr/public/%{name}-%{version}.tar.gz
|
||||
URL: https://www.gethomebank.org/
|
||||
Source: https://www.gethomebank.org/public/sources/%{name}-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
@ -62,6 +62,9 @@ export CXX="g++-13"
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%suse_update_desktop_file -G "Personal Accounting" %{name}
|
||||
|
Loading…
Reference in New Issue
Block a user