Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwayland for openSUSE:Factory checked in at 2021-10-18 21:58:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwayland (Old) and /work/SRC/openSUSE:Factory/.kwayland.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland" Mon Oct 18 21:58:53 2021 rev:91 rq:924468 version:5.87.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes 2021-09-16 23:16:18.651900127 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland.new.1890/kwayland.changes 2021-10-18 22:00:55.806038792 +0200 @@ -1,0 +2,11 @@ +Sun Oct 3 20:34:02 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.87.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.87.0 +- Changes since 5.86.0: + * Add Gitlab CI configuration + * KWayland depends on libraries/plasma-wayland-protocols + +------------------------------------------------------------------- Old: ---- kwayland-5.86.0.tar.xz kwayland-5.86.0.tar.xz.sig New: ---- kwayland-5.87.0.tar.xz kwayland-5.87.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwayland.spec ++++++ --- /var/tmp/diff_new_pack.pBVGsS/_old 2021-10-18 22:00:56.414039232 +0200 +++ /var/tmp/diff_new_pack.pBVGsS/_new 2021-10-18 22:00:56.418039235 +0200 @@ -16,7 +16,7 @@ # -%define _tar_path 5.86 +%define _tar_path 5.87 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -24,7 +24,7 @@ # Only needed for the package signature condition %bcond_without lang Name: kwayland -Version: 5.86.0 +Version: 5.87.0 Release: 0 Summary: KDE Wayland library License: LGPL-2.1-or-later ++++++ kwayland-5.86.0.tar.xz -> kwayland-5.87.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.86.0/.gitlab-ci.yml new/kwayland-5.87.0/.gitlab-ci.yml --- old/kwayland-5.86.0/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kwayland-5.87.0/.gitlab-ci.yml 2021-10-02 14:22:30.000000000 +0200 @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: 2020 Volker Krause <[email protected]> +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.86.0/.kde-ci.yml new/kwayland-5.87.0/.kde-ci.yml --- old/kwayland-5.86.0/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kwayland-5.87.0/.kde-ci.yml 2021-10-02 14:22:30.000000000 +0200 @@ -0,0 +1,8 @@ +Dependencies: +- 'on': ['Linux', 'FreeBSD'] + 'require': + 'frameworks/extra-cmake-modules': '@same' + 'libraries/plasma-wayland-protocols': '@stable' + +Options: + test-before-installing: True diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.86.0/CMakeLists.txt new/kwayland-5.87.0/CMakeLists.txt --- old/kwayland-5.86.0/CMakeLists.txt 2021-09-04 17:49:23.000000000 +0200 +++ new/kwayland-5.87.0/CMakeLists.txt 2021-10-02 14:22:30.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.86.0") # handled by release scripts +set(KF_VERSION "5.87.0") # handled by release scripts project(KWayland VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.86.0 NO_MODULE) +find_package(ECM 5.87.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/Modules)
