diff -Nru kdesignerplugin-5.40.0/CMakeLists.txt kdesignerplugin-5.41.0/CMakeLists.txt --- kdesignerplugin-5.40.0/CMakeLists.txt 2017-11-05 08:28:45.000000000 +0000 +++ kdesignerplugin-5.41.0/CMakeLists.txt 2017-12-02 20:04:07.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.40.0") # handled by release scripts -set(KF5_DEP_VERSION "5.40.0") # handled by release scripts +set(KF5_VERSION "5.41.0") # handled by release scripts +set(KF5_DEP_VERSION "5.41.0") # handled by release scripts project(KDesignerPlugin VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.40.0 NO_MODULE) +find_package(ECM 5.41.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 kdesignerplugin-5.40.0/debian/changelog kdesignerplugin-5.41.0/debian/changelog --- kdesignerplugin-5.40.0/debian/changelog 2017-11-24 17:15:50.000000000 +0000 +++ kdesignerplugin-5.41.0/debian/changelog 2017-12-11 04:04:25.000000000 +0000 @@ -1,3 +1,9 @@ +kdesignerplugin (5.41.0-0ubuntu1) bionic; urgency=low + + * New upstream release (5.41.0) + + -- Walter Lapchynski Sun, 10 Dec 2017 22:04:25 -0600 + kdesignerplugin (5.40.0-0ubuntu1) bionic; urgency=medium * New upstream release (5.39.0) diff -Nru kdesignerplugin-5.40.0/debian/control kdesignerplugin-5.41.0/debian/control --- kdesignerplugin-5.40.0/debian/control 2017-11-24 17:15:50.000000000 +0000 +++ kdesignerplugin-5.41.0/debian/control 2017-12-11 04:04:25.000000000 +0000 @@ -5,21 +5,21 @@ Uploaders: Maximiliano Curia Build-Depends: cmake (>= 2.8.12), debhelper (>= 9), - extra-cmake-modules (>= 5.40.0~), - libkf5completion-dev (>= 5.40.0~), - libkf5config-dev (>= 5.40.0~), - libkf5configwidgets-dev (>= 5.40.0~), - libkf5coreaddons-dev (>= 5.40.0~), - libkf5doctools-dev (>= 5.40.0~), - libkf5iconthemes-dev (>= 5.40.0~), - libkf5itemviews-dev (>= 5.40.0~), - libkf5kio-dev (>= 5.40.0~), - libkf5plotting-dev (>= 5.40.0~), - libkf5sonnet-dev (>= 5.40.0~), - libkf5textwidgets-dev (>= 5.40.0~), - libkf5webkit-dev (>= 5.40.0~), - libkf5widgetsaddons-dev (>= 5.40.0~), - libkf5xmlgui-dev (>= 5.40.0~), + extra-cmake-modules (>= 5.41.0~), + libkf5completion-dev (>= 5.41.0~), + libkf5config-dev (>= 5.41.0~), + libkf5configwidgets-dev (>= 5.41.0~), + libkf5coreaddons-dev (>= 5.41.0~), + libkf5doctools-dev (>= 5.41.0~), + libkf5iconthemes-dev (>= 5.41.0~), + libkf5itemviews-dev (>= 5.41.0~), + libkf5kio-dev (>= 5.41.0~), + libkf5plotting-dev (>= 5.41.0~), + libkf5sonnet-dev (>= 5.41.0~), + libkf5textwidgets-dev (>= 5.41.0~), + libkf5webkit-dev (>= 5.41.0~), + libkf5widgetsaddons-dev (>= 5.41.0~), + libkf5xmlgui-dev (>= 5.41.0~), libqt5webkit5-dev, pkg-kde-tools (>= 0.15.15ubuntu1~), qtbase5-dev (>= 5.6.1~), diff -Nru kdesignerplugin-5.40.0/src/CMakeLists.txt kdesignerplugin-5.41.0/src/CMakeLists.txt --- kdesignerplugin-5.40.0/src/CMakeLists.txt 2017-11-05 08:28:45.000000000 +0000 +++ kdesignerplugin-5.41.0/src/CMakeLists.txt 2017-12-02 20:04:07.000000000 +0000 @@ -1,7 +1,5 @@ include(ECMMarkNonGuiExecutable) -remove_definitions(-DQT_NO_CAST_FROM_ASCII) - add_subdirectory( pics ) ########### next target ###############