diff -Nru kwayland-5.99.0/CMakeLists.txt kwayland-5.100.0/CMakeLists.txt --- kwayland-5.99.0/CMakeLists.txt 2022-10-01 13:21:53.000000000 +0000 +++ kwayland-5.100.0/CMakeLists.txt 2022-11-05 12:32:26.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.99.0") # handled by release scripts +set(KF_VERSION "5.100.0") # handled by release scripts project(KWayland VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.99.0 NO_MODULE) +find_package(ECM 5.100.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) diff -Nru kwayland-5.99.0/debian/changelog kwayland-5.100.0/debian/changelog --- kwayland-5.99.0/debian/changelog 2022-11-04 09:14:27.000000000 +0000 +++ kwayland-5.100.0/debian/changelog 2022-11-15 17:16:53.000000000 +0000 @@ -1,3 +1,10 @@ +kwayland (4:5.100.0-0ubuntu1) lunar; urgency=medium + + * New upstream release (5.100.0) + * Update build-deps and deps with the info from cmake. + + -- Rik Mills Tue, 15 Nov 2022 17:16:53 +0000 + kwayland (4:5.99.0-0ubuntu1) lunar; urgency=medium [ Rik Mills ] diff -Nru kwayland-5.99.0/debian/control kwayland-5.100.0/debian/control --- kwayland-5.99.0/debian/control 2022-11-04 09:14:27.000000000 +0000 +++ kwayland-5.100.0/debian/control 2022-11-15 17:16:53.000000000 +0000 @@ -7,7 +7,7 @@ Build-Depends: cmake (>= 3.16~), debhelper-compat (= 13), doxygen (>= 1.8.13~), - extra-cmake-modules (>= 5.99.0~), + extra-cmake-modules (>= 5.100.0~), libegl1-mesa-dev, libqt5sql5-sqlite, libqt5waylandclient5-dev (>= 5.15.2~), @@ -16,11 +16,11 @@ pkg-kde-tools (>= 0.15.16), plasma-wayland-protocols (>= 1.9.0~), qtbase5-dev (>= 5.15.2~), - qtbase5-private-dev (>= 5.4.0~), + qtbase5-private-dev (>= 5.15.2~), qttools5-dev, qttools5-dev-tools (>= 5.4), qtwayland5-dev-tools, - qtwayland5-private-dev, + qtwayland5-private-dev (>= 5.15.2~), wayland-protocols (>= 1.15~), Standards-Version: 4.6.0 Homepage: https://invent.kde.org/frameworks/kwayland diff -Nru kwayland-5.99.0/src/client/registry.cpp kwayland-5.100.0/src/client/registry.cpp --- kwayland-5.99.0/src/client/registry.cpp 2022-10-01 13:21:53.000000000 +0000 +++ kwayland-5.100.0/src/client/registry.cpp 2022-11-05 12:32:26.000000000 +0000 @@ -172,7 +172,7 @@ &Registry::plasmaVirtualDesktopManagementRemoved }}, {Registry::Interface::PlasmaWindowManagement, { - 15, + 16, QByteArrayLiteral("org_kde_plasma_window_management"), &org_kde_plasma_window_management_interface, &Registry::plasmaWindowManagementAnnounced,