diff -Nru frameworkintegration-5.111.0/CMakeLists.txt frameworkintegration-5.112.0/CMakeLists.txt --- frameworkintegration-5.111.0/CMakeLists.txt 2023-10-07 10:17:35.000000000 +0000 +++ frameworkintegration-5.112.0/CMakeLists.txt 2023-11-04 09:59:53.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.111.0") # handled by release scripts -set(KF_DEP_VERSION "5.111.0") # handled by release scripts +set(KF_VERSION "5.112.0") # handled by release scripts +set(KF_DEP_VERSION "5.112.0") # handled by release scripts project(FrameworkIntegration VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.111.0 NO_MODULE) +find_package(ECM 5.112.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) diff -Nru frameworkintegration-5.111.0/debian/changelog frameworkintegration-5.112.0/debian/changelog --- frameworkintegration-5.111.0/debian/changelog 2023-10-22 10:34:43.000000000 +0000 +++ frameworkintegration-5.112.0/debian/changelog 2023-11-08 09:15:40.000000000 +0000 @@ -1,8 +1,14 @@ -frameworkintegration (5.111.0-0ubuntu1~ubuntu23.10~ppa1) mantic; urgency=high +frameworkintegration (5.112.0-0ubuntu1~ubuntu23.10~ppa1) mantic; urgency=high + + * New upstream release (5.112.0) + + -- Rik Mills Wed, 08 Nov 2023 09:15:40 +0000 + +frameworkintegration (5.111.0-0ubuntu1) noble; urgency=medium * New upstream release (5.111.0) - -- Rik Mills Sun, 22 Oct 2023 11:34:43 +0100 + -- Rik Mills Tue, 07 Nov 2023 23:55:32 +0000 frameworkintegration (5.110.0-0ubuntu1) mantic; urgency=medium diff -Nru frameworkintegration-5.111.0/debian/control frameworkintegration-5.112.0/debian/control --- frameworkintegration-5.111.0/debian/control 2023-10-22 10:34:43.000000000 +0000 +++ frameworkintegration-5.112.0/debian/control 2023-11-08 09:15:40.000000000 +0000 @@ -7,16 +7,16 @@ Build-Depends: cmake (>= 3.16~), dbus-x11, debhelper-compat (= 13), - extra-cmake-modules (>= 5.111.0~), + extra-cmake-modules (>= 5.112.0~), libappstreamqt-dev (>= 0.10.4~), - libkf5config-dev (>= 5.111.0~), - libkf5configwidgets-dev (>= 5.111.0~), - libkf5i18n-dev (>= 5.111.0~), - libkf5iconthemes-dev (>= 5.111.0~), - libkf5newstuff-dev (>= 5.111.0~), - libkf5notifications-dev (>= 5.111.0~), - libkf5package-dev (>= 5.111.0~), - libkf5widgetsaddons-dev (>= 5.111.0~), + libkf5config-dev (>= 5.112.0~), + libkf5configwidgets-dev (>= 5.112.0~), + libkf5i18n-dev (>= 5.112.0~), + libkf5iconthemes-dev (>= 5.112.0~), + libkf5newstuff-dev (>= 5.112.0~), + libkf5notifications-dev (>= 5.112.0~), + libkf5package-dev (>= 5.112.0~), + libkf5widgetsaddons-dev (>= 5.112.0~), libpackagekitqt5-dev, libqt5widgets5, libqt5x11extras5-dev (>= 5.11.0~), @@ -47,8 +47,8 @@ Package: libkf5style-dev Section: libdevel Architecture: any -Depends: libkf5configwidgets-dev (>= 5.111.0~), - libkf5iconthemes-dev (>= 5.111.0~), +Depends: libkf5configwidgets-dev (>= 5.112.0~), + libkf5iconthemes-dev (>= 5.112.0~), libkf5style5 (= ${binary:Version}), ${misc:Depends}, Description: KF5 cross-framework integration plugins - KStyle