diff -Nru kded-5.49.0/CMakeLists.txt kded-5.50.0/CMakeLists.txt --- kded-5.49.0/CMakeLists.txt 2018-08-04 10:57:05.000000000 +0000 +++ kded-5.50.0/CMakeLists.txt 2018-09-02 19:16:52.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.49.0") # handled by release scripts -set(KF5_DEP_VERSION "5.49.0") # handled by release scripts +set(KF5_VERSION "5.50.0") # handled by release scripts +set(KF5_DEP_VERSION "5.50.0") # handled by release scripts project(KDED VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.49.0 NO_MODULE) +find_package(ECM 5.50.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -Nru kded-5.49.0/debian/changelog kded-5.50.0/debian/changelog --- kded-5.49.0/debian/changelog 2018-08-06 08:41:44.000000000 +0000 +++ kded-5.50.0/debian/changelog 2018-09-03 15:40:03.000000000 +0000 @@ -1,4 +1,10 @@ -kded (5.49.0-0ubuntu1~ubuntu18.04~ppa1) bionic; urgency=medium +kded (5.50.0-0ubuntu1~ubuntu18.04~ppa1) bionic; urgency=medium + + * New upstream release (5.50.0) + + -- José Manuel Santamaría Lema Mon, 03 Sep 2018 15:40:03 +0000 + +kded (5.49.0-0ubuntu1) cosmic; urgency=medium [ Rik Mills ] * New upstream release (5.48.0) @@ -8,7 +14,7 @@ * Move away from dhmk and set compat level to 11 in order to reduce delta with Debian - -- Rik Mills Mon, 06 Aug 2018 08:41:44 +0000 + -- Rik Mills Tue, 21 Aug 2018 20:29:32 +0100 kded (5.47.0-0ubuntu1) cosmic; urgency=medium diff -Nru kded-5.49.0/debian/control kded-5.50.0/debian/control --- kded-5.49.0/debian/control 2018-08-06 08:41:44.000000000 +0000 +++ kded-5.50.0/debian/control 2018-09-03 15:40:03.000000000 +0000 @@ -5,14 +5,14 @@ Uploaders: Maximiliano Curia Build-Depends: cmake (>= 3.0~), debhelper (>= 11~), - extra-cmake-modules (>= 5.49.0~), - kinit-dev (>= 5.49.0~), - libkf5config-dev (>= 5.49.0~), - libkf5coreaddons-dev (>= 5.49.0~), - libkf5crash-dev (>= 5.49.0~), - libkf5dbusaddons-dev (>= 5.49.0~), - libkf5doctools-dev (>= 5.49.0~), - libkf5service-dev (>= 5.49.0~), + extra-cmake-modules (>= 5.50.0~), + kinit-dev (>= 5.50.0~), + libkf5config-dev (>= 5.50.0~), + libkf5coreaddons-dev (>= 5.50.0~), + libkf5crash-dev (>= 5.50.0~), + libkf5dbusaddons-dev (>= 5.50.0~), + libkf5doctools-dev (>= 5.50.0~), + libkf5service-dev (>= 5.50.0~), pkg-kde-tools (>= 0.15.15ubuntu1~), qtbase5-dev (>= 5.8.0~), Standards-Version: 4.1.4 @@ -31,10 +31,10 @@ Architecture: any Section: libdevel Depends: kded5 (= ${binary:Version}), - libkf5coreaddons-dev (>= 5.49.0~), - libkf5crash-dev (>= 5.49.0~), - libkf5dbusaddons-dev (>= 5.49.0~), - libkf5service-dev (>= 5.49.0~), + libkf5coreaddons-dev (>= 5.50.0~), + libkf5crash-dev (>= 5.50.0~), + libkf5dbusaddons-dev (>= 5.50.0~), + libkf5service-dev (>= 5.50.0~), ${misc:Depends}, Description: Extensible daemon for providing session services KDED runs in the background and performs a number of small tasks.