Hello community, here is the log from the commit of package kdoctools for openSUSE:Factory checked in at 2016-04-12 19:16:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdoctools (Old) and /work/SRC/openSUSE:Factory/.kdoctools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdoctools" Changes: -------- --- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes 2016-03-16 10:29:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2016-04-12 19:16:04.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Apr 4 14:20:05 UTC 2016 - [email protected] + +- Update to 5.21.0 (boo#974793) + * Upgrade Qt version requirement to 5.4.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.21.0.php + +------------------------------------------------------------------- Old: ---- kdoctools-5.20.0.tar.xz New: ---- kdoctools-5.21.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdoctools.spec ++++++ --- /var/tmp/diff_new_pack.8Zs39f/_old 2016-04-12 19:16:05.000000000 +0200 +++ /var/tmp/diff_new_pack.8Zs39f/_new 2016-04-12 19:16:05.000000000 +0200 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.20 +%define _tar_path 5.21 Name: kdoctools -Version: 5.20.0 +Version: 5.21.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -33,7 +33,7 @@ BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: perl-URI -BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5Core) >= 5.4.0 %if %{with lang} Recommends: %{name}-lang = %{version} %endif @@ -54,7 +54,7 @@ Requires: docbook-xsl-stylesheets Requires: extra-cmake-modules >= 1.8.0 Requires: libxslt-devel -Requires: cmake(Qt5Core) >= 5.3.0 +Requires: cmake(Qt5Core) >= 5.4.0 Provides: %{name}-devel-static = %{version} %description devel ++++++ kdoctools-5.20.0.tar.xz -> kdoctools-5.21.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.20.0/CMakeLists.txt new/kdoctools-5.21.0/CMakeLists.txt --- old/kdoctools-5.20.0/CMakeLists.txt 2016-03-05 19:55:04.000000000 +0100 +++ new/kdoctools-5.21.0/CMakeLists.txt 2016-04-03 22:51:22.000000000 +0200 @@ -4,7 +4,7 @@ # ECM setup include(FeatureSummary) -find_package(ECM 5.20.0 NO_MODULE) +find_package(ECM 5.21.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) @@ -15,8 +15,8 @@ include(ECMMarkNonGuiExecutable) include(ECMPackageConfigHelpers) -set(KF5_VERSION "5.20.0") # handled by release scripts -set(KF5_DEP_VERSION "5.20.0") # handled by release scripts +set(KF5_VERSION "5.21.0") # handled by release scripts +set(KF5_DEP_VERSION "5.21.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDOCTOOLS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kdoctools_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5DocToolsConfigVersion.cmake" @@ -25,7 +25,7 @@ option(MEINPROC_NO_KARCHIVE "Compile meinproc without KArchive dependency. Only for internal usage on KDE infrastructure." OFF) # Dependencies -set(REQUIRED_QT_VERSION 5.3.0) +set(REQUIRED_QT_VERSION 5.4.0) find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) include(KDEInstallDirs) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
