diff -Nru attica-kf5-5.69.0+p19.10+git20200418.1050/CMakeLists.txt attica-kf5-5.70.0+p19.10+git20200510.1416/CMakeLists.txt --- attica-kf5-5.69.0+p19.10+git20200418.1050/CMakeLists.txt 2020-04-18 10:50:03.000000000 +0000 +++ attica-kf5-5.70.0+p19.10+git20200510.1416/CMakeLists.txt 2020-05-10 14:16:22.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.70.0") # handled by release scripts +set(KF5_VERSION "5.71.0") # handled by release scripts project(Attica VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.69.0 NO_MODULE) +find_package(ECM 5.70.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.69.0+p19.10+git20200418.1050/debian/changelog attica-kf5-5.70.0+p19.10+git20200510.1416/debian/changelog --- attica-kf5-5.69.0+p19.10+git20200418.1050/debian/changelog 2020-04-18 10:50:04.000000000 +0000 +++ attica-kf5-5.70.0+p19.10+git20200510.1416/debian/changelog 2020-05-10 14:16:22.000000000 +0000 @@ -1,12 +1,18 @@ -attica-kf5 (5.69.0+p19.10+git20200418.1050-0) eoan; urgency=high +attica-kf5 (5.70.0+p19.10+git20200510.1416-0) eoan; urgency=high + + * Automatic Ubuntu CI Build + + -- Kubuntu CI Sun, 10 May 2020 14:16:22 +0000 + +attica-kf5 (5.70.0-0ubuntu1) groovy; urgency=medium [ José Manuel Santamaría Lema ] * New upstream release (5.69.0) - [ Kubuntu CI ] - * Automatic Ubuntu CI Build + [ Rik Mills ] + * New upstream release (5.70.0) - -- Kubuntu CI Sat, 18 Apr 2020 10:50:04 +0000 + -- Rik Mills Sat, 09 May 2020 12:29:21 +0100 attica-kf5 (5.68.0-0ubuntu1) focal; urgency=medium diff -Nru attica-kf5-5.69.0+p19.10+git20200418.1050/debian/control attica-kf5-5.70.0+p19.10+git20200510.1416/debian/control --- attica-kf5-5.69.0+p19.10+git20200418.1050/debian/control 2020-04-18 10:50:04.000000000 +0000 +++ attica-kf5-5.70.0+p19.10+git20200510.1416/debian/control 2020-05-10 14:16:22.000000000 +0000 @@ -6,7 +6,7 @@ Build-Depends: cmake (>= 3.0~), debhelper (>= 11~), doxygen, - extra-cmake-modules (>= 5.69.0~), + extra-cmake-modules (>= 5.70.0~), graphviz, libqt5sql5-sqlite:native, pkg-kde-tools (>= 0.15.15ubuntu1~),