diff -Nru frameworkintegration-5.109.0/CMakeLists.txt frameworkintegration-5.110.0/CMakeLists.txt --- frameworkintegration-5.109.0/CMakeLists.txt 2023-08-05 12:34:18.000000000 +0000 +++ frameworkintegration-5.110.0/CMakeLists.txt 2023-09-03 07:32:12.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.109.0") # handled by release scripts -set(KF_DEP_VERSION "5.109.0") # handled by release scripts +set(KF_VERSION "5.110.0") # handled by release scripts +set(KF_DEP_VERSION "5.110.0") # handled by release scripts project(FrameworkIntegration VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.109.0 NO_MODULE) +find_package(ECM 5.110.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.109.0/debian/changelog frameworkintegration-5.110.0/debian/changelog --- frameworkintegration-5.109.0/debian/changelog 2023-08-05 18:01:40.000000000 +0000 +++ frameworkintegration-5.110.0/debian/changelog 2023-09-09 23:04:15.000000000 +0000 @@ -1,8 +1,14 @@ -frameworkintegration (5.109.0-0ubuntu1~ubuntu23.04~ppa1) lunar; urgency=high +frameworkintegration (5.110.0-0ubuntu1~ubuntu23.04~ppa1) lunar; urgency=high + + * New upstream release (5.110.0) + + -- Rik Mills Sun, 10 Sep 2023 00:04:15 +0100 + +frameworkintegration (5.109.0-0ubuntu1) mantic; urgency=medium * New upstream release (5.109.0) - -- Rik Mills Sat, 05 Aug 2023 19:01:40 +0100 + -- Rik Mills Fri, 18 Aug 2023 05:46:53 +0100 frameworkintegration (5.108.0-0ubuntu1) mantic; urgency=medium diff -Nru frameworkintegration-5.109.0/debian/control frameworkintegration-5.110.0/debian/control --- frameworkintegration-5.109.0/debian/control 2023-08-05 18:01:40.000000000 +0000 +++ frameworkintegration-5.110.0/debian/control 2023-09-09 23:04:15.000000000 +0000 @@ -7,16 +7,16 @@ Build-Depends: cmake (>= 3.16~), dbus-x11, debhelper-compat (= 13), - extra-cmake-modules (>= 5.109.0~), + extra-cmake-modules (>= 5.110.0~), libappstreamqt-dev (>= 0.10.4~), - libkf5config-dev (>= 5.109.0~), - libkf5configwidgets-dev (>= 5.109.0~), - libkf5i18n-dev (>= 5.109.0~), - libkf5iconthemes-dev (>= 5.109.0~), - libkf5newstuff-dev (>= 5.109.0~), - libkf5notifications-dev (>= 5.109.0~), - libkf5package-dev (>= 5.109.0~), - libkf5widgetsaddons-dev (>= 5.109.0~), + libkf5config-dev (>= 5.110.0~), + libkf5configwidgets-dev (>= 5.110.0~), + libkf5i18n-dev (>= 5.110.0~), + libkf5iconthemes-dev (>= 5.110.0~), + libkf5newstuff-dev (>= 5.110.0~), + libkf5notifications-dev (>= 5.110.0~), + libkf5package-dev (>= 5.110.0~), + libkf5widgetsaddons-dev (>= 5.110.0~), libpackagekitqt5-dev, libqt5widgets5, libqt5x11extras5-dev (>= 5.11.0~), @@ -47,8 +47,8 @@ Package: libkf5style-dev Section: libdevel Architecture: any -Depends: libkf5configwidgets-dev (>= 5.109.0~), - libkf5iconthemes-dev (>= 5.109.0~), +Depends: libkf5configwidgets-dev (>= 5.110.0~), + libkf5iconthemes-dev (>= 5.110.0~), libkf5style5 (= ${binary:Version}), ${misc:Depends}, Description: KF5 cross-framework integration plugins - KStyle