Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aisleriot for openSUSE:Factory checked in at 2022-02-04 21:49:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aisleriot (Old) and /work/SRC/openSUSE:Factory/.aisleriot.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aisleriot" Fri Feb 4 21:49:08 2022 rev:64 rq:951424 version:3.22.20 Changes: -------- --- /work/SRC/openSUSE:Factory/aisleriot/aisleriot.changes 2022-01-20 00:13:31.734637023 +0100 +++ /work/SRC/openSUSE:Factory/.aisleriot.new.1898/aisleriot.changes 2022-02-04 21:52:18.939184980 +0100 @@ -1,0 +2,6 @@ +Wed Feb 2 09:23:19 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add 4bf6fcf5c8043adfcadd948e678cc68f150cc998.patch: Fix build + with meson 0.61.0 and newer. + +------------------------------------------------------------------- New: ---- 4bf6fcf5c8043adfcadd948e678cc68f150cc998.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aisleriot.spec ++++++ --- /var/tmp/diff_new_pack.iBirL4/_old 2022-02-04 21:52:19.419181678 +0100 +++ /var/tmp/diff_new_pack.iBirL4/_new 2022-02-04 21:52:19.419181678 +0100 @@ -23,6 +23,9 @@ License: GPL-3.0-or-later URL: https://wiki.gnome.org/Apps/Aisleriot Source0: https://gitlab.gnome.org/GNOME/aisleriot/-/archive/%{version}/aisleriot-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM 4bf6fcf5c8043adfcadd948e678cc68f150cc998.patch -- Fix build with meson 0.61.0 and newer +Patch0: https://gitlab.gnome.org/GNOME/aisleriot/-/commit/4bf6fcf5c8043adfcadd948e678cc68f150cc998.patch + BuildRequires: fdupes BuildRequires: gcc-c++ # Needed to get lsb data ++++++ 4bf6fcf5c8043adfcadd948e678cc68f150cc998.patch ++++++ >From 4bf6fcf5c8043adfcadd948e678cc68f150cc998 Mon Sep 17 00:00:00 2001 From: Christian Persch <c...@src.gnome.org> Date: Tue, 14 Dec 2021 23:41:22 +0100 Subject: [PATCH] build: Fix build with meson 0.60 Fixes: https://gitlab.gnome.org/GNOME/aisleriot/-/issues/916 --- data/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/meson.build b/data/meson.build index 9f88c2f3..c97e0b2e 100644 --- a/data/meson.build +++ b/data/meson.build @@ -18,7 +18,6 @@ metainfodir = ar_prefix / ar_datadir / 'metainfo' i18n.merge_file( - 'sol.metainfo.xml', input: 'sol.metainfo.xml.in', output: '@BASENAME@', po_dir: po_dir, @@ -35,7 +34,6 @@ desktop_in = files( ) i18n.merge_file( - 'sol.desktop', input: desktop_in, output: '@BASENAME@', type: 'desktop', -- GitLab