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-27 18:58:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old) and /work/SRC/openSUSE:Factory/.kwayland-server.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland-server" Sun Jun 27 18:58:37 2021 rev:21 rq:901520 version:5.22.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes 2021-06-19 23:02:50.519657765 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland-server.new.2625/kwayland-server.changes 2021-06-27 18:58:56.496265000 +0200 @@ -1,0 +2,9 @@ +Wed Jun 23 08:24:41 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.2.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.2 +- No code changes since 5.22.1 + +------------------------------------------------------------------- Old: ---- kwayland-server-5.22.1.tar.xz kwayland-server-5.22.1.tar.xz.sig New: ---- kwayland-server-5.22.2.1.tar.xz kwayland-server-5.22.2.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwayland-server.spec ++++++ --- /var/tmp/diff_new_pack.STrXs9/_old 2021-06-27 18:58:57.016265683 +0200 +++ /var/tmp/diff_new_pack.STrXs9/_new 2021-06-27 18:58:57.016265683 +0200 @@ -17,22 +17,22 @@ # Full Plasma 5 version (e.g. 5.8.95) -%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} +%{!?_plasma5_bugfix: %define _plasma5_bugfix 5.22.2} # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} %define lname libKWaylandServer5 %bcond_without lang Name: kwayland-server -Version: 5.22.1 +Version: 5.22.2.1 Release: 0 Summary: KDE Wayland server library License: LGPL-2.1-or-later Group: Development/Libraries/KDE URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/5.22.2/kwayland-server-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/5.22.2/kwayland-server-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 3.16 ++++++ kwayland-server-5.22.1.tar.xz -> kwayland-server-5.22.2.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.22.1/CMakeLists.txt new/kwayland-server-5.22.2.1/CMakeLists.txt --- old/kwayland-server-5.22.1/CMakeLists.txt 2021-06-15 12:00:03.000000000 +0200 +++ new/kwayland-server-5.22.2.1/CMakeLists.txt 2021-06-22 21:01:39.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "5.22.1") +set(PROJECT_VERSION "5.22.2") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0")