Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-weather for openSUSE:Factory checked in at 2022-02-11 23:07:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-weather (Old) and /work/SRC/openSUSE:Factory/.gnome-weather.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-weather" Fri Feb 11 23:07:37 2022 rev:45 rq:953326 version:41.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-weather/gnome-weather.changes 2021-09-29 20:20:02.983087246 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-weather.new.1956/gnome-weather.changes 2022-02-11 23:09:12.602911356 +0100 @@ -1,0 +2,10 @@ +Wed Feb 2 17:17:49 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add 4be71525f07189e97720688472172604879d49a5.patch: Fix build + with meson 0.61 and newer. +- Drop update-desktop-files BuildRequires and macro, no longer + needed. +- Add appstream-glib and desktop-file-utils BuildRequires, verify + desktop file and metainfo during meson_test macro run. + +------------------------------------------------------------------- New: ---- 4be71525f07189e97720688472172604879d49a5.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-weather.spec ++++++ --- /var/tmp/diff_new_pack.HeTggl/_old 2022-02-11 23:09:13.094912779 +0100 +++ /var/tmp/diff_new_pack.HeTggl/_new 2022-02-11 23:09:13.098912790 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-weather # -# 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 @@ -25,11 +25,14 @@ Group: Productivity/Other URL: https://live.gnome.org/Design/Apps/Weather Source0: https://download.gnome.org/sources/gnome-weather/41/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM 4be71525f07189e97720688472172604879d49a5.patch -- Fix build with meson 0.61 and newer +Patch0: https://gitlab.gnome.org/GNOME/gnome-weather/-/commit/4be71525f07189e97720688472172604879d49a5.patch +BuildRequires: appstream-glib +BuildRequires: desktop-file-utils BuildRequires: intltool >= 0.26 BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: update-desktop-files BuildRequires: pkgconfig(gdk-3.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) @@ -73,7 +76,6 @@ %install %meson_install -%suse_update_desktop_file %{_name} Utility DesktopUtility %find_lang %{_name} %{?no_lang_C} %{name}.lang %check ++++++ 4be71525f07189e97720688472172604879d49a5.patch ++++++ >From 4be71525f07189e97720688472172604879d49a5 Mon Sep 17 00:00:00 2001 From: rvalue <i...@rvalue.moe> Date: Fri, 17 Dec 2021 12:26:42 +0000 Subject: [PATCH] Remove incorrect args for i18n.merge_file `i18n.merge_file` has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.60.0 --- data/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index f6692b6..6981b96 100644 --- a/data/meson.build +++ b/data/meson.build @@ -59,7 +59,6 @@ endif appdata_conf = configuration_data() appdata_conf.set('app_id', weather_id) appdata = i18n.merge_file( - 'appdata', input: configure_file( input: '@0...@.appdata.xml.in.in'.format(default_id), output: '@0...@.appdata.xml.in'.format(default_id), -- GitLab