Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2b2726a234 | |||
| 331b2d0a79 | |||
| d29db4ffea | |||
| d41dae9298 | |||
| 0355460394 | |||
| 3c12dff7fb |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd3adbabfc4b4dfc05eff62d2b36458a24b0f00d07cf35a29f6af2f203c77a3f
|
||||
size 7465632
|
||||
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEeAAMvOggwdl+4Z1BhPpotg0YOnwFAmEucL0ACgkQhPpotg0Y
|
||||
OnyH/ggAvVUYFgGiaImvhVnGhTt63zM3J7rxjb8Ct0lIOYMn240GE4FHk9/Hlj2i
|
||||
aoHL191jH5fwuiJlQHOwcPmTTYh1T2vkNldigvER9ch5RpGNoi1SMKP4DSCX+sHD
|
||||
FvYQ04bGwzkD4Ihvive/Dzw3oG2jGoGnc3ybVAT4p9fIeP2/YoYtvvVearZb+FF+
|
||||
b4igehVUmkIBdcjSAnRw4VjVM2rQJXrUEFNgGw87YkwPdI8YyKAIexFU2ooiQQ+V
|
||||
Jn5Vz+847d+OLr/vQOi1fWoLObAnIu9/i/+8T/karxGB15hOKfVurzHi43EMQCp+
|
||||
F/Gky+gN78Fi0Wax/F1SLPR2g+vI9w==
|
||||
=pzUR
|
||||
-----END PGP SIGNATURE-----
|
||||
3
grisbi-3.90.1.tar.xz
Normal file
3
grisbi-3.90.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d7632b4d07189d9189d8d2c7caded309ff0622405234d1886217a7dca9882a8
|
||||
size 11221536
|
||||
1
grisbi-3.90.1.tar.xz.sha256sum
Normal file
1
grisbi-3.90.1.tar.xz.sha256sum
Normal file
@@ -0,0 +1 @@
|
||||
2d7632b4d07189d9189d8d2c7caded309ff0622405234d1886217a7dca9882a8 *grisbi-3.90.1.tar.xz
|
||||
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 11:37:07 UTC 2026 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.90.1:
|
||||
+ update libofx on the Windows build
|
||||
+ Bug fixes
|
||||
- Switch build system to meson:
|
||||
+ Add meson BuildRequires
|
||||
+ Replace %configure/%make/%make_install with their meson
|
||||
equivalents %meson/%meson_build/%meson_install
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 30 10:31:29 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.90.0:
|
||||
+ Redesign of search functions
|
||||
+ Improved response times
|
||||
+ Added a progress slider in case of long loading times
|
||||
+ Various feature improvements
|
||||
+ Added Meson build system
|
||||
+ Bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 15:42:28 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 3.0.4:
|
||||
+ Bug fixes
|
||||
- Changes from version 3.0.3:
|
||||
+ Bug fixes
|
||||
- Changes from version 3.0.2:
|
||||
+ Bug fixes
|
||||
+ Do not use intltool to build Grisbi
|
||||
- Changes from version version 3.0.1:
|
||||
+ Bug fixes
|
||||
- Changes from version 3.0.0:
|
||||
+ Changing the payee search
|
||||
+ Adding new type of consumer loan
|
||||
+ Adding the all transactions in archive when the account is closed
|
||||
+ Bug fixes
|
||||
+ Code cleanup
|
||||
+ Preparing for the transition to gtk4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:40:32 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
|
||||
32
grisbi.spec
32
grisbi.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package grisbi
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,24 +17,25 @@
|
||||
|
||||
|
||||
Name: grisbi
|
||||
Version: 2.0.5
|
||||
Version: 3.90.1
|
||||
Release: 0
|
||||
Summary: Personal Accounting Application
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Office/Finance
|
||||
URL: http://www.grisbi.org
|
||||
Source0: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/2.0.x/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source1: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/2.0.x/%{version}/%{name}-%{version}.tar.bz2.asc
|
||||
Source0: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/3.0.x/%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/3.0.x/%{version}/%{name}-%{version}.tar.xz.sha256sum
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.56
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24
|
||||
BuildRequires: pkgconfig(libcrypto) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.0
|
||||
BuildRequires: pkgconfig(libgsf-1) >= 1.14
|
||||
BuildRequires: pkgconfig(libofx) >= 0.9
|
||||
BuildRequires: pkgconfig(libssl) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
ExcludeArch: %{ix86}
|
||||
@@ -52,14 +53,13 @@ One notable feature is that it respects French accounting rules.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-schemas-compile \
|
||||
%{nil}
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
find %{buildroot}%{_datadir}/doc/%{name} -type f -exec chmod a-x {} \;
|
||||
|
||||
# Those files are deprecated and not needed anymore
|
||||
rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
|
||||
@@ -68,20 +68,20 @@ rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_bindir}/grisbi
|
||||
%{_mandir}/man1/grisbi.1%{?ext_man}
|
||||
%{_datadir}/applications/grisbi.desktop
|
||||
%{_datadir}/applications/org.grisbi.Grisbi.desktop
|
||||
%{_datadir}/doc/grisbi/
|
||||
%{_datadir}/glib-2.0/schemas/org.gtk.grisbi.gschema.xml
|
||||
%{_datadir}/grisbi/
|
||||
%{_datadir}/icons/*/*/*/*grisbi.*
|
||||
%{_datadir}/mime/packages/grisbi.xml
|
||||
%{_datadir}/pixmaps/grisbi/
|
||||
%{_datadir}/metainfo/%{name}.metainfo.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user