Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kwayland-server for openSUSE:Factory
checked in at 2022-04-01 21:35:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old)
and /work/SRC/openSUSE:Factory/.kwayland-server.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland-server"
Fri Apr 1 21:35:06 2022 rev:35 rq:965904 version:5.24.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes
2022-03-12 17:15:05.966279387 +0100
+++
/work/SRC/openSUSE:Factory/.kwayland-server.new.1900/kwayland-server.changes
2022-04-01 21:35:29.477901555 +0200
@@ -1,0 +2,10 @@
+Tue Mar 29 16:04:37 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.24.4
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.4
+- Changes since 5.24.3:
+ * outputchangeset: set default values for vrr policy and rgb range
(kde#442520)
+
+-------------------------------------------------------------------
Old:
----
kwayland-server-5.24.3.tar.xz
kwayland-server-5.24.3.tar.xz.sig
New:
----
kwayland-server-5.24.4.tar.xz
kwayland-server-5.24.4.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kwayland-server.spec ++++++
--- /var/tmp/diff_new_pack.6C8Phh/_old 2022-04-01 21:35:30.037895413 +0200
+++ /var/tmp/diff_new_pack.6C8Phh/_new 2022-04-01 21:35:30.041895369 +0200
@@ -24,7 +24,7 @@
%bcond_without released
Name: kwayland-server
-Version: 5.24.3
+Version: 5.24.4
Release: 0
Summary: KDE Wayland server library
License: LGPL-2.1-or-later
++++++ kwayland-server-5.24.3.tar.xz -> kwayland-server-5.24.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kwayland-server-5.24.3/CMakeLists.txt
new/kwayland-server-5.24.4/CMakeLists.txt
--- old/kwayland-server-5.24.3/CMakeLists.txt 2022-03-08 12:21:53.000000000
+0100
+++ new/kwayland-server-5.24.4/CMakeLists.txt 2022-03-29 13:23:12.000000000
+0200
@@ -2,7 +2,7 @@
set(CMAKE_C_STANDARD 99)
-set(PROJECT_VERSION "5.24.3")
+set(PROJECT_VERSION "5.24.4")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.15.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kwayland-server-5.24.3/src/server/outputchangeset_v2.cpp
new/kwayland-server-5.24.4/src/server/outputchangeset_v2.cpp
--- old/kwayland-server-5.24.3/src/server/outputchangeset_v2.cpp
2022-03-08 12:21:53.000000000 +0100
+++ new/kwayland-server-5.24.4/src/server/outputchangeset_v2.cpp
2022-03-29 13:23:12.000000000 +0200
@@ -21,6 +21,8 @@
, position(outputDevice->globalPosition())
, scale(outputDevice->scale())
, overscan(outputDevice->overscan())
+ , vrrPolicy(outputDevice->vrrPolicy())
+ , rgbRange(outputDevice->rgbRange())
{
}