Hello community,
here is the log from the commit of package vncmanager-controller for
openSUSE:Factory checked in at 2018-07-18 22:55:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vncmanager-controller (Old)
and /work/SRC/openSUSE:Factory/.vncmanager-controller.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vncmanager-controller"
Wed Jul 18 22:55:25 2018 rev:5 rq:623315 version:1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/vncmanager-controller/vncmanager-controller.changes
2018-06-19 11:54:54.781525576 +0200
+++
/work/SRC/openSUSE:Factory/.vncmanager-controller.new/vncmanager-controller.changes
2018-07-18 22:56:00.734548558 +0200
@@ -1,0 +2,7 @@
+Tue Jul 17 09:02:21 UTC 2018 - [email protected]
+
+-
U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.26-as-supported.patch
+ * Makes the extension load on newer gnome shell versions.
+ (bnc#1100768)
+
+-------------------------------------------------------------------
New:
----
U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.26-as-supported.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vncmanager-controller.spec ++++++
--- /var/tmp/diff_new_pack.kA1X0v/_old 2018-07-18 22:56:01.894544710 +0200
+++ /var/tmp/diff_new_pack.kA1X0v/_new 2018-07-18 22:56:01.930544590 +0200
@@ -35,6 +35,7 @@
License: MIT
Group: System/X11/Utilities
Source: vncmanager-controller-%{version}.tar.gz
+Patch1:
U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.26-as-supported.patch
Requires: vncmanager
%description
@@ -52,6 +53,7 @@
%prep
%setup
+%patch1 -p1
%build
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON
++++++
U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.26-as-supported.patch
++++++
>From cf9313d2415961efceb503fda94705548d22849f Mon Sep 17 00:00:00 2001
From: Michal Srb <[email protected]>
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":
"[email protected]", "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": "[email protected]",
+ "name": "VNC Session Configuration",
+ "description": "Configure VNC session managed by vncmanager"
+}
--
2.16.4