Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grisbi for openSUSE:Factory checked in at 2026-01-08 15:26:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grisbi (Old) and /work/SRC/openSUSE:Factory/.grisbi.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grisbi" Thu Jan 8 15:26:10 2026 rev:27 rq:1325790 version:3.90.1 Changes: -------- --- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes 2025-12-30 12:02:37.054112327 +0100 +++ /work/SRC/openSUSE:Factory/.grisbi.new.1928/grisbi.changes 2026-01-08 15:27:14.244579286 +0100 @@ -1,0 +2,11 @@ +Wed Jan 7 11:37:07 UTC 2026 - Dominique Leuenberger <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- grisbi-3.90.0.tar.bz2 grisbi-3.90.0.tar.bz2.sig New: ---- grisbi-3.90.1.tar.xz grisbi-3.90.1.tar.xz.sha256sum ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grisbi.spec ++++++ --- /var/tmp/diff_new_pack.LcoJ4O/_old 2026-01-08 15:27:14.828603899 +0100 +++ /var/tmp/diff_new_pack.LcoJ4O/_new 2026-01-08 15:27:14.832604068 +0100 @@ -1,7 +1,7 @@ # # spec file for package grisbi # -# Copyright (c) 2025 SUSE LLC and contributors +# 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,16 +17,17 @@ Name: grisbi -Version: 3.90.0 +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/3.0.x/%{version}/%{name}-%{version}.tar.bz2 -Source1: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/3.0.x/%{version}/%{name}-%{version}.tar.bz2.sig +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: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.56 BuildRequires: pkgconfig(gtk+-3.0) >= 3.24 @@ -52,14 +53,13 @@ %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,7 +68,7 @@ %fdupes -s %{buildroot}%{_datadir} %check -%make_build check +%meson_test %files %license COPYING ++++++ grisbi-3.90.1.tar.xz.sha256sum ++++++ 2d7632b4d07189d9189d8d2c7caded309ff0622405234d1886217a7dca9882a8 *grisbi-3.90.1.tar.xz
