diff -Nru attica-kf5-5.109.0/CMakeLists.txt attica-kf5-5.110.0/CMakeLists.txt --- attica-kf5-5.109.0/CMakeLists.txt 2023-08-05 12:33:55.000000000 +0000 +++ attica-kf5-5.110.0/CMakeLists.txt 2023-09-03 07:31:50.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.109.0") # handled by release scripts +set(KF_VERSION "5.110.0") # handled by release scripts project(Attica VERSION ${KF_VERSION}) # ECM setup 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 attica-kf5-5.109.0/debian/changelog attica-kf5-5.110.0/debian/changelog --- attica-kf5-5.109.0/debian/changelog 2023-08-05 18:01:07.000000000 +0000 +++ attica-kf5-5.110.0/debian/changelog 2023-09-09 23:03:51.000000000 +0000 @@ -1,8 +1,14 @@ -attica-kf5 (5.109.0-0ubuntu1~ubuntu23.04~ppa1) lunar; urgency=high +attica-kf5 (5.110.0-0ubuntu1~ubuntu23.04~ppa1) lunar; urgency=high + + * New upstream release (5.110.0) + + -- Rik Mills Sun, 10 Sep 2023 00:03:51 +0100 + +attica-kf5 (5.109.0-0ubuntu1) mantic; urgency=medium * New upstream release (5.109.0) - -- Rik Mills Sat, 05 Aug 2023 19:01:07 +0100 + -- Rik Mills Fri, 18 Aug 2023 05:46:29 +0100 attica-kf5 (5.108.0-0ubuntu1) mantic; urgency=medium diff -Nru attica-kf5-5.109.0/debian/control attica-kf5-5.110.0/debian/control --- attica-kf5-5.109.0/debian/control 2023-08-05 18:01:07.000000000 +0000 +++ attica-kf5-5.110.0/debian/control 2023-09-09 23:03:51.000000000 +0000 @@ -7,7 +7,7 @@ Build-Depends: cmake (>= 3.16~), debhelper-compat (= 13), doxygen, - extra-cmake-modules (>= 5.109.0~), + extra-cmake-modules (>= 5.110.0~), libqt5sql5-sqlite:native, pkg-kde-tools (>= 0.15.15ubuntu1~), qtbase5-dev (>= 5.15.2~),