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-03-12 17:14:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old)
and /work/SRC/openSUSE:Factory/.kwayland-server.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland-server"
Sat Mar 12 17:14:52 2022 rev:34 rq:960871 version:5.24.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes
2022-02-24 18:19:25.446722890 +0100
+++
/work/SRC/openSUSE:Factory/.kwayland-server.new.25692/kwayland-server.changes
2022-03-12 17:15:05.966279387 +0100
@@ -1,0 +2,11 @@
+Tue Mar 8 18:09:58 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.24.3
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.3
+- Changes since 5.24.2:
+ * Fix kdebugsettings categories file
+ * linuxdmabuf: Add unistd.h include
+
+-------------------------------------------------------------------
Old:
----
kwayland-server-5.24.2.tar.xz
kwayland-server-5.24.2.tar.xz.sig
New:
----
kwayland-server-5.24.3.tar.xz
kwayland-server-5.24.3.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kwayland-server.spec ++++++
--- /var/tmp/diff_new_pack.9DHNOq/_old 2022-03-12 17:15:07.610281290 +0100
+++ /var/tmp/diff_new_pack.9DHNOq/_new 2022-03-12 17:15:07.622281303 +0100
@@ -24,7 +24,7 @@
%bcond_without released
Name: kwayland-server
-Version: 5.24.2
+Version: 5.24.3
Release: 0
Summary: KDE Wayland server library
License: LGPL-2.1-or-later
++++++ kwayland-server-5.24.2.tar.xz -> kwayland-server-5.24.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kwayland-server-5.24.2/CMakeLists.txt
new/kwayland-server-5.24.3/CMakeLists.txt
--- old/kwayland-server-5.24.2/CMakeLists.txt 2022-02-22 13:13:28.000000000
+0100
+++ new/kwayland-server-5.24.3/CMakeLists.txt 2022-03-08 12:21:53.000000000
+0100
@@ -2,7 +2,7 @@
set(CMAKE_C_STANDARD 99)
-set(PROJECT_VERSION "5.24.2")
+set(PROJECT_VERSION "5.24.3")
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.2/src/server/CMakeLists.txt
new/kwayland-server-5.24.3/src/server/CMakeLists.txt
--- old/kwayland-server-5.24.2/src/server/CMakeLists.txt 2022-02-22
13:13:28.000000000 +0100
+++ new/kwayland-server-5.24.3/src/server/CMakeLists.txt 2022-03-08
12:21:53.000000000 +0100
@@ -77,7 +77,7 @@
CATEGORY_NAME kwayland-server
DEFAULT_SEVERITY Critical
DESCRIPTION "KWayland Server Library"
- EXPORT KWAYLAND
+ EXPORT KWAYLANDSERVER
)
ecm_add_qtwayland_server_protocol_kde(SERVER_LIB_SRCS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kwayland-server-5.24.2/src/server/linuxdmabufv1clientbuffer.cpp
new/kwayland-server-5.24.3/src/server/linuxdmabufv1clientbuffer.cpp
--- old/kwayland-server-5.24.2/src/server/linuxdmabufv1clientbuffer.cpp
2022-02-22 13:13:28.000000000 +0100
+++ new/kwayland-server-5.24.3/src/server/linuxdmabufv1clientbuffer.cpp
2022-03-08 12:21:53.000000000 +0100
@@ -18,6 +18,7 @@
#include <QTemporaryFile>
#include <fcntl.h>
#include <errno.h>
+#include <unistd.h>
namespace KWaylandServer
{