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 2021-06-19 23:02:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old)
and /work/SRC/openSUSE:Factory/.kwayland-server.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland-server"
Sat Jun 19 23:02:31 2021 rev:20 rq:900252 version:5.22.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes
2021-06-07 22:42:35.636393276 +0200
+++
/work/SRC/openSUSE:Factory/.kwayland-server.new.2625/kwayland-server.changes
2021-06-19 23:02:50.519657765 +0200
@@ -1,0 +2,9 @@
+Tue Jun 15 13:17:25 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Update to 5.22.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.22.1
+- No code changes since 5.22.0
+
+-------------------------------------------------------------------
Old:
----
kwayland-server-5.22.0.tar.xz
kwayland-server-5.22.0.tar.xz.sig
New:
----
kwayland-server-5.22.1.tar.xz
kwayland-server-5.22.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kwayland-server.spec ++++++
--- /var/tmp/diff_new_pack.58hkM6/_old 2021-06-19 23:02:51.007658390 +0200
+++ /var/tmp/diff_new_pack.58hkM6/_new 2021-06-19 23:02:51.011658394 +0200
@@ -24,15 +24,15 @@
%bcond_without lang
Name: kwayland-server
-Version: 5.22.0
+Version: 5.22.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 lang}
-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.22.0.tar.xz -> kwayland-server-5.22.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kwayland-server-5.22.0/CMakeLists.txt
new/kwayland-server-5.22.1/CMakeLists.txt
--- old/kwayland-server-5.22.0/CMakeLists.txt 2021-06-03 16:06:49.000000000
+0200
+++ new/kwayland-server-5.22.1/CMakeLists.txt 2021-06-15 12:00:03.000000000
+0200
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "5.22.0")
+set(PROJECT_VERSION "5.22.1")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.15.0")