Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwayland6 for openSUSE:Leap:16.0 checked in at 2025-08-07 19:22:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kwayland6 (Old) and /work/SRC/openSUSE:Leap:16.0/.kwayland6.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland6" Thu Aug 7 19:22:45 2025 rev:4 rq:1292935 version:6.4.2 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kwayland6/kwayland6.changes 2025-04-23 10:12:33.966046726 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.kwayland6.new.1085/kwayland6.changes 2025-08-07 19:29:01.856336870 +0200 @@ -1,0 +2,61 @@ +Tue Jul 1 13:11:05 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.2: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.2 +- Changes since 6.4.1: + * Update version for new release 6.4.2 + +------------------------------------------------------------------- +Tue Jun 24 11:54:39 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.1 +- Changes since 6.4.0: + * Update version for new release 6.4.1 + +------------------------------------------------------------------- +Thu Jun 12 10:37:33 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.0 +- Changes since 6.3.91: + * Update version for new release 6.4.0 + +------------------------------------------------------------------- +Thu May 29 21:20:06 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.91 +- Changes since 6.3.90: + * Update version for new release 6.3.91 + +------------------------------------------------------------------- +Mon May 19 19:35:32 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.3.90 +- Changes since 6.3.5: + * update version for new release + * CI: Add linux-qt6-next build + * Fix build with Qt 6.10 + * Add xml/yaml linting + * Drop unused and deprecated CMakeFindFrameworks + * Provide keys received in wl_keyboard.enter + * Emit Registry::interfaceAnnounced after registering the interface + * update version for new release + +------------------------------------------------------------------- +Tue May 6 20:08:06 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.5: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.5 +- Changes since 6.3.4: + * update version for new release + +------------------------------------------------------------------- Old: ---- kwayland-6.3.4.tar.xz kwayland-6.3.4.tar.xz.sig New: ---- kwayland-6.4.2.tar.xz kwayland-6.4.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwayland6.spec ++++++ --- /var/tmp/diff_new_pack.qx7NGf/_old 2025-08-07 19:29:02.148349021 +0200 +++ /var/tmp/diff_new_pack.qx7NGf/_new 2025-08-07 19:29:02.148349021 +0200 @@ -16,13 +16,13 @@ # -%define kf6_version 6.10.0 -%define qt6_version 6.7.0 +%define kf6_version 6.14.0 +%define qt6_version 6.8.0 %define rname kwayland %bcond_without released Name: kwayland6 -Version: 6.3.4 +Version: 6.4.2 Release: 0 Summary: KDE Wayland library License: LGPL-2.1-or-later ++++++ kwayland-6.3.4.tar.xz -> kwayland-6.4.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-6.3.4/.gitlab-ci.yml new/kwayland-6.4.2/.gitlab-ci.yml --- old/kwayland-6.3.4/.gitlab-ci.yml 2025-04-02 05:36:32.000000000 +0200 +++ new/kwayland-6.4.2/.gitlab-ci.yml 2025-07-01 13:39:33.000000000 +0200 @@ -6,3 +6,6 @@ file: - /gitlab-templates/linux-qt6.yml - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/xml-lint.yml + - /gitlab-templates/yaml-lint.yml + - /gitlab-templates/linux-qt6-next.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-6.3.4/.kde-ci.yml new/kwayland-6.4.2/.kde-ci.yml --- old/kwayland-6.3.4/.kde-ci.yml 2025-04-02 05:36:32.000000000 +0200 +++ new/kwayland-6.4.2/.kde-ci.yml 2025-07-01 13:39:33.000000000 +0200 @@ -1,11 +1,11 @@ Dependencies: -- 'on': ['Linux', 'FreeBSD'] - 'require': + - 'on': ['Linux', 'FreeBSD'] + 'require': 'frameworks/extra-cmake-modules': '@same' 'libraries/plasma-wayland-protocols': '@stable' 'third-party/wayland': '@latest' 'third-party/wayland-protocols': '@latest' Options: - test-before-installing: True - require-passing-tests-on: [ 'Linux', 'FreeBSD' ] + test-before-installing: True + require-passing-tests-on: ['Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-6.3.4/CMakeLists.txt new/kwayland-6.4.2/CMakeLists.txt --- old/kwayland-6.3.4/CMakeLists.txt 2025-04-02 05:36:32.000000000 +0200 +++ new/kwayland-6.4.2/CMakeLists.txt 2025-07-01 13:39:33.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.3.4") +set(PROJECT_VERSION "6.4.2") project(kwayland VERSION ${PROJECT_VERSION}) -set(QT_MIN_VERSION "6.7.0") -set(KF6_MIN_VERSION "6.10.0") +set(QT_MIN_VERSION "6.8.0") +set(KF6_MIN_VERSION "6.14.0") set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -45,6 +45,11 @@ find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED Concurrent) find_package(Qt6WaylandClient ${QT_MIN_VERSION} CONFIG REQUIRED NO_MODULE COMPONENTS Private) +if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0") + find_package(Qt6GuiPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) + find_package(Qt6WaylandClientPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) +endif() + find_package(Wayland 1.15 COMPONENTS Client) set_package_properties(Wayland PROPERTIES TYPE REQUIRED diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-6.3.4/src/client/CMakeLists.txt new/kwayland-6.4.2/src/client/CMakeLists.txt --- old/kwayland-6.3.4/src/client/CMakeLists.txt 2025-04-02 05:36:32.000000000 +0200 +++ new/kwayland-6.4.2/src/client/CMakeLists.txt 2025-07-01 13:39:33.000000000 +0200 @@ -239,6 +239,7 @@ PUBLIC Qt6::Gui PRIVATE Wayland::Client Qt6::Concurrent + Qt6::GuiPrivate Qt6::WaylandClientPrivate )