diff -Nru attica-kf5-5.68.0+p20.04+git20200310.1601/CMakeLists.txt attica-kf5-5.69.0+p20.04+git20200418.1049/CMakeLists.txt --- attica-kf5-5.68.0+p20.04+git20200310.1601/CMakeLists.txt 2020-03-10 16:01:30.000000000 +0000 +++ attica-kf5-5.69.0+p20.04+git20200418.1049/CMakeLists.txt 2020-04-18 10:49:23.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.68.0") # handled by release scripts +set(KF5_VERSION "5.70.0") # handled by release scripts project(Attica VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.68.0 NO_MODULE) +find_package(ECM 5.69.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.68.0+p20.04+git20200310.1601/debian/changelog attica-kf5-5.69.0+p20.04+git20200418.1049/debian/changelog --- attica-kf5-5.68.0+p20.04+git20200310.1601/debian/changelog 2020-03-10 16:01:32.000000000 +0000 +++ attica-kf5-5.69.0+p20.04+git20200418.1049/debian/changelog 2020-04-18 10:49:24.000000000 +0000 @@ -1,12 +1,18 @@ -attica-kf5 (5.68.0+p20.04+git20200310.1601-0) focal; urgency=high +attica-kf5 (5.69.0+p20.04+git20200418.1049-0) focal; urgency=high - [ Rik Mills ] - * New upstream release (5.68.0) + [ José Manuel Santamaría Lema ] + * New upstream release (5.69.0) [ Kubuntu CI ] * Automatic Ubuntu CI Build - -- Kubuntu CI Tue, 10 Mar 2020 16:01:32 +0000 + -- Kubuntu CI Sat, 18 Apr 2020 10:49:24 +0000 + +attica-kf5 (5.68.0-0ubuntu1) focal; urgency=medium + + * New upstream release (5.68.0) + + -- Rik Mills Wed, 25 Mar 2020 20:55:00 +0000 attica-kf5 (5.67.0-0ubuntu1) focal; urgency=medium diff -Nru attica-kf5-5.68.0+p20.04+git20200310.1601/debian/control attica-kf5-5.69.0+p20.04+git20200418.1049/debian/control --- attica-kf5-5.68.0+p20.04+git20200310.1601/debian/control 2020-03-10 16:01:32.000000000 +0000 +++ attica-kf5-5.69.0+p20.04+git20200418.1049/debian/control 2020-04-18 10:49:24.000000000 +0000 @@ -6,7 +6,7 @@ Build-Depends: cmake (>= 3.0~), debhelper (>= 11~), doxygen, - extra-cmake-modules (>= 5.68.0~), + extra-cmake-modules (>= 5.69.0~), graphviz, libqt5sql5-sqlite:native, pkg-kde-tools (>= 0.15.15ubuntu1~),