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-02-17 23:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old)
and /work/SRC/openSUSE:Factory/.kwayland-server.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland-server"
Thu Feb 17 23:39:37 2022 rev:32 rq:955235 version:5.24.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes
2022-02-07 23:37:16.158777254 +0100
+++
/work/SRC/openSUSE:Factory/.kwayland-server.new.1958/kwayland-server.changes
2022-02-17 23:39:51.343701248 +0100
@@ -1,0 +2,10 @@
+Tue Feb 15 19:18:16 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.24.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.1
+- Changes since 5.24.0:
+ * Add missing errno.h include
+
+-------------------------------------------------------------------
Old:
----
kwayland-server-5.24.0.tar.xz
kwayland-server-5.24.0.tar.xz.sig
New:
----
kwayland-server-5.24.1.tar.xz
kwayland-server-5.24.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kwayland-server.spec ++++++
--- /var/tmp/diff_new_pack.kWEBup/_old 2022-02-17 23:39:51.955701243 +0100
+++ /var/tmp/diff_new_pack.kWEBup/_new 2022-02-17 23:39:51.959701243 +0100
@@ -24,15 +24,15 @@
%bcond_without released
Name: kwayland-server
-Version: 5.24.0
+Version: 5.24.1
Release: 0
Summary: KDE Wayland server library
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
URL: https://www.kde.org
-Source: kwayland-server-%{version}.tar.xz
+Source:
https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz
%if %{with released}
-Source1: kwayland-server-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16
++++++ kwayland-server-5.24.0.tar.xz -> kwayland-server-5.24.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kwayland-server-5.24.0/CMakeLists.txt
new/kwayland-server-5.24.1/CMakeLists.txt
--- old/kwayland-server-5.24.0/CMakeLists.txt 2022-02-03 15:33:59.000000000
+0100
+++ new/kwayland-server-5.24.1/CMakeLists.txt 2022-02-15 13:30:05.000000000
+0100
@@ -2,7 +2,7 @@
set(CMAKE_C_STANDARD 99)
-set(PROJECT_VERSION "5.24.0")
+set(PROJECT_VERSION "5.24.1")
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.0/src/server/linuxdmabufv1clientbuffer.cpp
new/kwayland-server-5.24.1/src/server/linuxdmabufv1clientbuffer.cpp
--- old/kwayland-server-5.24.0/src/server/linuxdmabufv1clientbuffer.cpp
2022-02-03 15:33:59.000000000 +0100
+++ new/kwayland-server-5.24.1/src/server/linuxdmabufv1clientbuffer.cpp
2022-02-15 13:30:05.000000000 +0100
@@ -17,6 +17,7 @@
#include <QTemporaryFile>
#include <fcntl.h>
+#include <errno.h>
namespace KWaylandServer
{