Hello community,
here is the log from the commit of package kwayland-server for openSUSE:Factory
checked in at 2020-10-30 11:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old)
and /work/SRC/openSUSE:Factory/.kwayland-server.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland-server"
Fri Oct 30 11:46:55 2020 rev:9 rq:844581 version:5.20.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes
2020-10-22 14:24:44.986883169 +0200
+++
/work/SRC/openSUSE:Factory/.kwayland-server.new.3463/kwayland-server.changes
2020-10-30 11:47:06.977678029 +0100
@@ -1,0 +2,9 @@
+Tue Oct 27 22:23:21 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.20.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma-5.20.2
+- No code changes since 5.20.1
+
+-------------------------------------------------------------------
Old:
----
kwayland-server-5.20.1.tar.xz
kwayland-server-5.20.1.tar.xz.sig
New:
----
kwayland-server-5.20.2.tar.xz
kwayland-server-5.20.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kwayland-server.spec ++++++
--- /var/tmp/diff_new_pack.r22Dim/_old 2020-10-30 11:47:07.649678624 +0100
+++ /var/tmp/diff_new_pack.r22Dim/_new 2020-10-30 11:47:07.653678627 +0100
@@ -24,15 +24,15 @@
%bcond_without lang
Name: kwayland-server
-Version: 5.20.1
+Version: 5.20.2
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.5
++++++ kwayland-server-5.20.1.tar.xz -> kwayland-server-5.20.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kwayland-server-5.20.1/CMakeLists.txt
new/kwayland-server-5.20.2/CMakeLists.txt
--- old/kwayland-server-5.20.1/CMakeLists.txt 2020-10-20 14:00:18.000000000
+0200
+++ new/kwayland-server-5.20.2/CMakeLists.txt 2020-10-27 13:19:32.000000000
+0100
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
-set(PROJECT_VERSION "5.20.1")
+set(PROJECT_VERSION "5.20.2")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.15.0")