Hello community,
here is the log from the commit of package kwayland-server for openSUSE:Factory
checked in at 2020-06-20 20:11:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old)
and /work/SRC/openSUSE:Factory/.kwayland-server.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland-server"
Sat Jun 20 20:11:22 2020 rev:2 rq:815462 version:5.19.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes
2020-06-08 23:54:54.539377611 +0200
+++
/work/SRC/openSUSE:Factory/.kwayland-server.new.3606/kwayland-server.changes
2020-06-21 18:56:36.931016591 +0200
@@ -1,0 +2,9 @@
+Tue Jun 16 14:34:51 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.19.1
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.19.1.php
+- No code changes since 5.19.0
+
+-------------------------------------------------------------------
Old:
----
kwayland-server-5.19.0.tar.xz
kwayland-server-5.19.0.tar.xz.sig
New:
----
kwayland-server-5.19.1.tar.xz
kwayland-server-5.19.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kwayland-server.spec ++++++
--- /var/tmp/diff_new_pack.wevK20/_old 2020-06-21 18:56:37.355018120 +0200
+++ /var/tmp/diff_new_pack.wevK20/_new 2020-06-21 18:56:37.359018134 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kwayland
+# spec file for package kwayland-server
#
# Copyright (c) 2020 SUSE LLC
#
@@ -24,15 +24,15 @@
%bcond_without lang
Name: kwayland-server
-Version: 5.19.0
+Version: 5.19.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.5
@@ -59,7 +59,7 @@
%package -n %lname
Summary: KDE Wayland server library
-License: LGPL-2.1-or-later
+Group: Development/Libraries/KDE
%description -n %lname
kwayland-server provides a Qt-style server library wrapper for the Wayland
libraries.
++++++ kwayland-server-5.19.0.tar.xz -> kwayland-server-5.19.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kwayland-server-5.19.0/CMakeLists.txt
new/kwayland-server-5.19.1/CMakeLists.txt
--- old/kwayland-server-5.19.0/CMakeLists.txt 2020-06-04 13:16:39.000000000
+0200
+++ new/kwayland-server-5.19.1/CMakeLists.txt 2020-06-16 14:44:32.000000000
+0200
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
-set(PROJECT_VERSION "5.19.0")
+set(PROJECT_VERSION "5.19.1")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.14.0")