Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-settings-daemon for openSUSE:Factory checked in at 2022-02-21 17:45:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old) and /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-settings-daemon" Mon Feb 21 17:45:42 2022 rev:178 rq:956056 version:41.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes 2022-02-09 20:38:01.394207079 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new.1958/gnome-settings-daemon.changes 2022-02-21 17:45:43.983578542 +0100 @@ -1,0 +2,6 @@ +Fri Feb 18 08:37:49 UTC 2022 - Yifan Jiang <yfji...@suse.com> + +- Rename 283.patch to the name of final commit id + afa7e4bb9c519e2daf500a6079088669500768c0.patch. + +------------------------------------------------------------------- Old: ---- 283.patch New: ---- afa7e4bb9c519e2daf500a6079088669500768c0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-settings-daemon.spec ++++++ --- /var/tmp/diff_new_pack.tEK62J/_old 2022-02-21 17:45:44.875578808 +0100 +++ /var/tmp/diff_new_pack.tEK62J/_new 2022-02-21 17:45:44.883578810 +0100 @@ -42,8 +42,8 @@ Patch2: gnome-settings-daemon-switch-Japanese-default-input-to-mozc.patch # PATCH-FIX-UPSTREAM gnome-settings-daemon-bgo793253.patch bgo#793253 dims...@opensuse.org -- Fix no-return-in-nonvoid-function Patch3: gnome-settings-daemon-bgo793253.patch -# PATCH-FIX-UPSTREAM https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/283.patch -- Fix build with meson 0.60.0 and newer -Patch8: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/283.patch +# PATCH-FIX-UPSTREAM https://gitlab.gnome.org/GNOME/gnome-settings-daemon/commit/afa7e4bb9c519e2daf500a6079088669500768c0.patch -- Fix build with meson 0.60.0 and newer +Patch8: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/commit/afa7e4bb9c519e2daf500a6079088669500768c0.patch ## SLE/LEAP-only patches start at 1000 # PATCH-FEATURE-OPENSUSE gnome-settings-daemon-notify-idle-resumed.patch bnc#439018 bnc#708182 bgo#575467 h...@suse.com -- notify user about auto suspend when returning from sleep ++++++ afa7e4bb9c519e2daf500a6079088669500768c0.patch ++++++ >From afa7e4bb9c519e2daf500a6079088669500768c0 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt <m...@exherbo.org> Date: Wed, 26 Jan 2022 23:08:58 +0100 Subject: [PATCH] meson: drop unused argument for i18n.merge_file() Ignored in meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0. --- plugins/power/meson.build | 1 - plugins/wacom/meson.build | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/power/meson.build b/plugins/power/meson.build index 69e619f2..014bb6da 100644 --- a/plugins/power/meson.build +++ b/plugins/power/meson.build @@ -76,7 +76,6 @@ if host_is_linux ) i18n.merge_file( - policy, input: policy_in, output: policy, po_dir: po_dir, diff --git a/plugins/wacom/meson.build b/plugins/wacom/meson.build index d8dd0ec7..c00323d4 100644 --- a/plugins/wacom/meson.build +++ b/plugins/wacom/meson.build @@ -7,7 +7,6 @@ policy_in = configure_file( ) i18n.merge_file( - policy, input: policy_in, output: policy, po_dir: po_dir, -- GitLab