Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vncmanager-controller for openSUSE:Factory checked in at 2022-03-08 20:32:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vncmanager-controller (Old) and /work/SRC/openSUSE:Factory/.vncmanager-controller.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vncmanager-controller" Tue Mar 8 20:32:24 2022 rev:9 rq:960221 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vncmanager-controller/vncmanager-controller.changes 2021-08-28 22:29:51.486021287 +0200 +++ /work/SRC/openSUSE:Factory/.vncmanager-controller.new.2349/vncmanager-controller.changes 2022-03-11 11:37:28.086351875 +0100 @@ -1,0 +2,8 @@ +Tue Mar 8 13:12:27 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- replace broken U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.34-as-supported.patch + again with latest upstream commit U_Declare-gnome-shell-versions-3.10-to-3.26-as-support.patch +- u_Declare-also-gnome-shell-versions-3.27-to-41-as-supp.patch + * Declare also gnome shell versions 3.27 to 41 as supported + +------------------------------------------------------------------- Old: ---- U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.34-as-supported.patch New: ---- U_Declare-gnome-shell-versions-3.10-to-3.26-as-support.patch u_Declare-also-gnome-shell-versions-3.27-to-41-as-supp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vncmanager-controller.spec ++++++ --- /var/tmp/diff_new_pack.u1wiMQ/_old 2022-03-11 11:37:28.742352644 +0100 +++ /var/tmp/diff_new_pack.u1wiMQ/_new 2022-03-11 11:37:28.746352649 +0100 @@ -1,7 +1,7 @@ # # spec file for package vncmanager-controller # -# 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 @@ -35,9 +35,10 @@ License: MIT Group: System/X11/Utilities Source: vncmanager-controller-%{version}.tar.gz -Patch1: U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.34-as-supported.patch +Patch1: U_Declare-gnome-shell-versions-3.10-to-3.26-as-support.patch Patch2: n_UsrEtc.patch Patch3: 0001-fix-js-code-incompatibility-with-gnome-3.34.patch +Patch4: u_Declare-also-gnome-shell-versions-3.27-to-41-as-supp.patch Requires: vncmanager %description @@ -60,6 +61,7 @@ %patch2 -p1 %endif %patch3 -p1 +%patch4 -p1 %build %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON ++++++ U_Declare-gnome-shell-versions-3.10-to-3.26-as-support.patch ++++++ >From cf9313d2415961efceb503fda94705548d22849f Mon Sep 17 00:00:00 2001 From: Michal Srb <m...@suse.com> Date: Tue, 17 Jul 2018 10:58:54 +0200 Subject: [PATCH] Declare gnome shell versions 3.10 to 3.26 as supported. Newer versions may work as well, but were not tested. --- gnome-shell-extension/metadata.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnome-shell-extension/metadata.json b/gnome-shell-extension/metadata.json index eaabc57..d3ed61d 100644 --- a/gnome-shell-extension/metadata.json +++ b/gnome-shell-extension/metadata.json @@ -1 +1,25 @@ -{"shell-version": ["3.10"], "uuid": "vncmanager-control...@vncmanager.michalsrb.github.com", "name": "VNC Session Configuration", "description": "Configure VNC session managed by vncmanager"} +{ + "shell-version": + [ + "3.10", + "3.11", + "3.12", + "3.13", + "3.14", + "3.15", + "3.16", + "3.17", + "3.18", + "3.19", + "3.20", + "3.21", + "3.22", + "3.23", + "3.24", + "3.25", + "3.26" + ], + "uuid": "vncmanager-control...@vncmanager.michalsrb.github.com", + "name": "VNC Session Configuration", + "description": "Configure VNC session managed by vncmanager" +} -- 2.34.1 ++++++ u_Declare-also-gnome-shell-versions-3.27-to-41-as-supp.patch ++++++ >From d76c190c342af1e20a7375459a5ea8ff9e8a1377 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch <sndir...@suse.de> Date: Tue, 8 Mar 2022 11:21:36 +0100 Subject: [PATCH] Declare also gnome shell versions 3.27 to 41 as supported Contribution by "Scott Reeves" <sree...@suse.com> --- gnome-shell-extension/metadata.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/gnome-shell-extension/metadata.json b/gnome-shell-extension/metadata.json index d3ed61d..092b813 100644 --- a/gnome-shell-extension/metadata.json +++ b/gnome-shell-extension/metadata.json @@ -17,7 +17,22 @@ "3.23", "3.24", "3.25", - "3.26" + "3.26", + "3.27", + "3.28", + "3.29", + "3.30", + "3.31", + "3.32", + "3.33", + "3.34", + "3.35", + "3.36", + "3.37", + "3.38", + "3.39", + "40", + "41" ], "uuid": "vncmanager-control...@vncmanager.michalsrb.github.com", "name": "VNC Session Configuration", -- 2.34.1