Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwayland6 for openSUSE:Factory checked in at 2025-06-18 15:54:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwayland6 (Old) and /work/SRC/openSUSE:Factory/.kwayland6.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland6" Wed Jun 18 15:54:12 2025 rev:24 rq:1285723 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwayland6/kwayland6.changes 2025-05-08 18:21:23.655611126 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland6.new.19631/kwayland6.changes 2025-06-18 15:54:42.832653576 +0200 @@ -1,0 +2,34 @@ +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 + +------------------------------------------------------------------- Old: ---- kwayland-6.3.5.tar.xz kwayland-6.3.5.tar.xz.sig New: ---- kwayland-6.4.0.tar.xz kwayland-6.4.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwayland6.spec ++++++ --- /var/tmp/diff_new_pack.VnBJJd/_old 2025-06-18 15:54:44.408718953 +0200 +++ /var/tmp/diff_new_pack.VnBJJd/_new 2025-06-18 15:54:44.416719285 +0200 @@ -16,20 +16,20 @@ # -%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.5 +Version: 6.4.0 Release: 0 Summary: KDE Wayland library License: LGPL-2.1-or-later URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: doxygen ++++++ kwayland-6.3.5.tar.xz -> kwayland-6.4.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-6.3.5/.gitlab-ci.yml new/kwayland-6.4.0/.gitlab-ci.yml --- old/kwayland-6.3.5/.gitlab-ci.yml 2025-05-06 19:57:32.000000000 +0200 +++ new/kwayland-6.4.0/.gitlab-ci.yml 2025-06-12 10:59:59.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.5/.kde-ci.yml new/kwayland-6.4.0/.kde-ci.yml --- old/kwayland-6.3.5/.kde-ci.yml 2025-05-06 19:57:32.000000000 +0200 +++ new/kwayland-6.4.0/.kde-ci.yml 2025-06-12 10:59:59.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.5/CMakeLists.txt new/kwayland-6.4.0/CMakeLists.txt --- old/kwayland-6.3.5/CMakeLists.txt 2025-05-06 19:57:32.000000000 +0200 +++ new/kwayland-6.4.0/CMakeLists.txt 2025-06-12 10:59:59.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.3.5") +set(PROJECT_VERSION "6.4.0") 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.5/src/client/CMakeLists.txt new/kwayland-6.4.0/src/client/CMakeLists.txt --- old/kwayland-6.3.5/src/client/CMakeLists.txt 2025-05-06 19:57:32.000000000 +0200 +++ new/kwayland-6.4.0/src/client/CMakeLists.txt 2025-06-12 10:59:59.000000000 +0200 @@ -239,6 +239,7 @@ PUBLIC Qt6::Gui PRIVATE Wayland::Client Qt6::Concurrent + Qt6::GuiPrivate Qt6::WaylandClientPrivate )