Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-wayland-protocols for 
openSUSE:Factory checked in at 2021-11-09 23:54:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-wayland-protocols (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-wayland-protocols.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-wayland-protocols"

Tue Nov  9 23:54:03 2021 rev:6 rq:929890 version:1.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/plasma-wayland-protocols/plasma-wayland-protocols.changes
        2021-09-08 21:36:21.765870822 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma-wayland-protocols.new.1890/plasma-wayland-protocols.changes
      2021-11-09 23:54:17.659942960 +0100
@@ -1,0 +2,6 @@
+Sat Nov  6 12:51:15 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 1.5.0:
+  * screencast: Extend the protocol to allow streaming virtual outputs
+
+-------------------------------------------------------------------

Old:
----
  plasma-wayland-protocols-1.4.0.tar.xz
  plasma-wayland-protocols-1.4.0.tar.xz.sig

New:
----
  plasma-wayland-protocols-1.5.0.tar.xz
  plasma-wayland-protocols-1.5.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma-wayland-protocols.spec ++++++
--- /var/tmp/diff_new_pack.fZZRfB/_old  2021-11-09 23:54:18.223943247 +0100
+++ /var/tmp/diff_new_pack.fZZRfB/_new  2021-11-09 23:54:18.223943247 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           plasma-wayland-protocols
-Version:        1.4.0
+Version:        1.5.0
 Release:        0
 Summary:        Wayland protocols used by Plasma
 License:        BSD-3-Clause AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT

++++++ plasma-wayland-protocols-1.4.0.tar.xz -> 
plasma-wayland-protocols-1.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-wayland-protocols-1.4.0/.gitlab-ci.yml 
new/plasma-wayland-protocols-1.5.0/.gitlab-ci.yml
--- old/plasma-wayland-protocols-1.4.0/.gitlab-ci.yml   1970-01-01 
01:00:00.000000000 +0100
+++ new/plasma-wayland-protocols-1.5.0/.gitlab-ci.yml   2021-11-05 
14:51:24.000000000 +0100
@@ -0,0 +1,7 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause <vkra...@kde.org>
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-wayland-protocols-1.4.0/.kde-ci.yml 
new/plasma-wayland-protocols-1.5.0/.kde-ci.yml
--- old/plasma-wayland-protocols-1.4.0/.kde-ci.yml      1970-01-01 
01:00:00.000000000 +0100
+++ new/plasma-wayland-protocols-1.5.0/.kde-ci.yml      2021-11-05 
14:51:24.000000000 +0100
@@ -0,0 +1,7 @@
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-wayland-protocols-1.4.0/CMakeLists.txt 
new/plasma-wayland-protocols-1.5.0/CMakeLists.txt
--- old/plasma-wayland-protocols-1.4.0/CMakeLists.txt   2021-09-05 
02:04:39.000000000 +0200
+++ new/plasma-wayland-protocols-1.5.0/CMakeLists.txt   2021-11-05 
14:51:24.000000000 +0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5)
 
-project(PlasmaWaylandProtocols VERSION 1.4.0)
+project(PlasmaWaylandProtocols VERSION 1.5.0)
 
 include(FeatureSummary)
 include(CMakePackageConfigHelpers)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-wayland-protocols-1.4.0/README.md 
new/plasma-wayland-protocols-1.5.0/README.md
--- old/plasma-wayland-protocols-1.4.0/README.md        2021-09-05 
02:04:39.000000000 +0200
+++ new/plasma-wayland-protocols-1.5.0/README.md        2021-11-05 
14:51:24.000000000 +0100
@@ -8,7 +8,7 @@
 ## Usage
 You can get the directory where they're installed by using
 
-    find_package(KF5PlasmaWaylandProtocols)
+    find_package(PlasmaWaylandProtocols)
 
 Then they can be accessed using `${PLASMA_WAYLAND_PROTOCOLS_DIR}`.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-wayland-protocols-1.4.0/src/protocols/screencast.xml 
new/plasma-wayland-protocols-1.5.0/src/protocols/screencast.xml
--- old/plasma-wayland-protocols-1.4.0/src/protocols/screencast.xml     
2021-09-05 02:04:39.000000000 +0200
+++ new/plasma-wayland-protocols-1.5.0/src/protocols/screencast.xml     
2021-11-05 14:51:24.000000000 +0100
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <protocol name="zkde_screencast_unstable_v1">
   <copyright><![CDATA[
-      SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez <aleix...@kde.org>
+      SPDX-FileCopyrightText: 2020-2021 Aleix Pol Gonzalez <aleix...@kde.org>
 
     SPDX-License-Identifier: LGPL-2.1-or-later
   ]]></copyright>
-    <interface name="zkde_screencast_unstable_v1" version="1">
+    <interface name="zkde_screencast_unstable_v1" version="2">
         <description summary="Protocol for managing PipeWire feeds of the 
different displays and windows."/>
 
         <enum name="pointer">
@@ -33,9 +33,19 @@
                 Destroy the zkde_screencast_unstable_v1 object.
             </description>
         </request>
+
+        <request name="stream_virtual_output" since="2">
+            <description summary="requests a feed from a new virtual output"/>
+            <arg name="stream" type="new_id" 
interface="zkde_screencast_stream_unstable_v1"/>
+            <arg name="name" type="string" summary="name of the created 
output"/>
+            <arg name="width" type="int" summary="Logical width resolution"/>
+            <arg name="height" type="int" summary="Logical height resolution"/>
+            <arg name="scale" type="fixed" summary="Scaling factor of the 
display where it's to be displayed"/>
+            <arg name="pointer" type="uint" summary="Requested pointer mode"/>
+        </request>
     </interface>
 
-    <interface name="zkde_screencast_stream_unstable_v1" version="1">
+    <interface name="zkde_screencast_stream_unstable_v1" version="2">
         <request name="close" type="destructor">
             <description summary="Indicates we are done with the stream and 
the communication is over."/>
         </request>

Reply via email to