- Update to 5.8.3:

* bugfix: #2066535 cannot see a 1 sub-category in Stats Rept donut view
 * bugfix: #2076458 saved filter date ranges going wrong
 * bugfix: #2076474 dark mode applied live, but not on app startup or when 
   exiting preferences dialog
 * bugfix: #2077180 budget report category do not sum their subcat budget in
    5.8.2
 * bugfix: #2078281 csv export crash
 * bugfix: #2078679 category appeard Empty and crashes Homebank on Linux 
- Update to 5.8.2:
 * bugfix: #2073805 switching saved filter with same date range doesn't refresh
 * bugfix: #2073233 vehicle cost distance/volume is rounded to distance and 
   always xx,0
 * bugfix: #2071648 possibility for positive or negative budget values gone
 * bugfix: #2069152 windows: CFA protected folder save fail with no dialog 
   warning
 * bugfix: #2068825 budget report type filter do not work anymore
 * bugfix: #2068664 filter text option only work when both memo and number are
    filled
 * bugfix: #2068634 copy/paste a txn do not enable save
 * bugfix: #2067855 transfer from one account to another does not sync statuse
   even with "Sync transfer Status" checked
 * bugfix: #2067440 payment settings not retained
 * bugfix: #2066539 budget Report - unbudgeted includes transactions for 
   subcats where main cat has a budget
 * bugfix: #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/package/show/Office/homebank?expand=0&rev=34
This commit is contained in:
Carsten Ziepke 2024-09-29 17:27:46 +00:00 committed by Git OBS Bridge
commit 3b4c291e74
6 changed files with 1620 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60c35feafe341aec8fed9de4b0a875dc0f5c1674c5f5804ff7190a6c6c53dc01
size 3722739

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

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

1499
homebank.changes Normal file

File diff suppressed because it is too large Load Diff

91
homebank.spec Normal file
View File

@ -0,0 +1,91 @@
#
# spec file for package homebank
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: homebank
Version: 5.8.3
Release: 0
Summary: Application to manage personal accounts
License: GPL-2.0-or-later
Group: Productivity/Office/Finance
URL: https://www.gethomebank.org/
Source: https://www.gethomebank.org/public/sources/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: gettext-devel
BuildRequires: intltool
BuildRequires: libofx-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(glib-2.0) >= 2.62
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.8
BuildRequires: pkgconfig(libsoup-3.0) >= 3.0
%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
BuildRequires: gcc13
BuildRequires: gcc13-c++
%else
BuildRequires: gcc
BuildRequires: gcc-c++
%endif
%description
HomeBank is an application to manage personal accounts at home. The main
concept is to be light, simple and very easy to use. It brings many
features that allows to analyze finances in a detailed way instantly and
dynamically with powerful report tools based on filtering and graphical
charts.
%lang_package
%prep
%setup -q
%build
%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
export CC="gcc-13"
export CXX="g++-13"
%endif
%configure
%make_build
%check
make check
%install
%make_install
%suse_update_desktop_file -G "Personal Accounting" %{name}
%fdupes %{buildroot}%{_datadir}
%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
# Remove duplicate file
rm %{buildroot}%{_datadir}/%{name}/datas/ChangeLog
%files
%license COPYING
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/metainfo/%{name}.appdata.xml
%files lang -f %{name}.lang
%changelog