diff -Nru attica-kf5-5.111.0/CMakeLists.txt attica-kf5-5.112.0/CMakeLists.txt --- attica-kf5-5.111.0/CMakeLists.txt 2023-10-07 10:17:13.000000000 +0000 +++ attica-kf5-5.112.0/CMakeLists.txt 2023-11-04 09:59:31.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.111.0") # handled by release scripts +set(KF_VERSION "5.112.0") # handled by release scripts project(Attica VERSION ${KF_VERSION}) # ECM setup 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 attica-kf5-5.111.0/debian/changelog attica-kf5-5.112.0/debian/changelog --- attica-kf5-5.111.0/debian/changelog 2023-10-22 10:34:29.000000000 +0000 +++ attica-kf5-5.112.0/debian/changelog 2023-11-08 09:15:01.000000000 +0000 @@ -1,8 +1,14 @@ -attica-kf5 (5.111.0-0ubuntu1~ubuntu23.10~ppa1) mantic; urgency=high +attica-kf5 (5.112.0-0ubuntu1~ubuntu23.10~ppa1) mantic; urgency=high + + * New upstream release (5.112.0) + + -- Rik Mills Wed, 08 Nov 2023 09:15:01 +0000 + +attica-kf5 (5.111.0-0ubuntu1) noble; urgency=medium * New upstream release (5.111.0) - -- Rik Mills Sun, 22 Oct 2023 11:34:29 +0100 + -- Rik Mills Tue, 07 Nov 2023 23:55:09 +0000 attica-kf5 (5.110.0-0ubuntu1) mantic; urgency=medium diff -Nru attica-kf5-5.111.0/debian/control attica-kf5-5.112.0/debian/control --- attica-kf5-5.111.0/debian/control 2023-10-22 10:34:29.000000000 +0000 +++ attica-kf5-5.112.0/debian/control 2023-11-08 09:15:01.000000000 +0000 @@ -7,7 +7,7 @@ Build-Depends: cmake (>= 3.16~), debhelper-compat (= 13), doxygen, - extra-cmake-modules (>= 5.111.0~), + extra-cmake-modules (>= 5.112.0~), libqt5sql5-sqlite:native, pkg-kde-tools (>= 0.15.15ubuntu1~), qtbase5-dev (>= 5.15.2~),