Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-calendar for openSUSE:Factory checked in at 2022-02-04 21:49:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-calendar (Old) and /work/SRC/openSUSE:Factory/.gnome-calendar.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-calendar" Fri Feb 4 21:49:07 2022 rev:41 rq:951421 version:41.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-calendar/gnome-calendar.changes 2021-12-13 20:51:36.940681722 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-calendar.new.1898/gnome-calendar.changes 2022-02-04 21:52:17.559194472 +0100 @@ -1,0 +2,6 @@ +Tue Feb 1 20:51:58 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch: Fix build + with meson 0.61.0 and newer. + +------------------------------------------------------------------- New: ---- e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-calendar.spec ++++++ --- /var/tmp/diff_new_pack.G5qDXl/_old 2022-02-04 21:52:18.023191280 +0100 +++ /var/tmp/diff_new_pack.G5qDXl/_new 2022-02-04 21:52:18.023191280 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-calendar # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,8 @@ Group: Productivity/Office/Organizers URL: https://wiki.gnome.org/Design/Apps/Calendar Source0: https://download.gnome.org/sources/gnome-calendar/41/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch -- Fix build with meson 0.61.0 and newer +Patch0: https://gitlab.gnome.org/GNOME/gnome-calendar/-/commit/e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch BuildRequires: fdupes BuildRequires: meson ++++++ e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch ++++++ >From e35dbc1acd03dd1751b755b6c8e1932a692ad4e1 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin <a...@linutronix.de> Date: Fri, 21 Jan 2022 21:18:39 +0100 Subject: [PATCH] meson.build: fix meson 0.61 builds Signed-off-by: Alexander Kanavin <a...@linutronix.de> --- data/appdata/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/data/appdata/meson.build b/data/appdata/meson.build index b5ee6540..200c3507 100644 --- a/data/appdata/meson.build +++ b/data/appdata/meson.build @@ -1,7 +1,6 @@ appdata_conf = configuration_data() appdata_conf.set('appid', application_id) appdata = i18n.merge_file( - 'appdata', input: configure_file( input: files('org.gnome.Calendar.appdata.xml.in.in'), output: 'org.gnome.Calendar.appdata.xml.in', -- GitLab