Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdoctools for openSUSE:Factory checked in at 2021-05-10 15:35:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdoctools (Old) and /work/SRC/openSUSE:Factory/.kdoctools.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdoctools" Mon May 10 15:35:30 2021 rev:92 rq:891748 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes 2021-04-12 12:36:14.589284197 +0200 +++ /work/SRC/openSUSE:Factory/.kdoctools.new.2988/kdoctools.changes 2021-05-10 15:37:02.486118818 +0200 @@ -1,0 +2,9 @@ +Sat May 1 16:40:50 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.82.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.82.0 +- No code change since 5.81.0 + +------------------------------------------------------------------- Old: ---- kdoctools-5.81.0.tar.xz kdoctools-5.81.0.tar.xz.sig New: ---- kdoctools-5.82.0.tar.xz kdoctools-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdoctools.spec ++++++ --- /var/tmp/diff_new_pack.qeC0hh/_old 2021-05-10 15:37:03.054116619 +0200 +++ /var/tmp/diff_new_pack.qeC0hh/_new 2021-05-10 15:37:03.058116603 +0200 @@ -17,14 +17,14 @@ %define lname libKF5DocTools5 -%define _tar_path 5.81 +%define _tar_path 5.82 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kdoctools -Version: 5.81.0 +Version: 5.82.0 Release: 0 Summary: Tools to create documentation from DocBook License: LGPL-2.1-or-later AND MIT @@ -48,7 +48,7 @@ BuildRequires: perl-URI BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5Core) >= 5.14.0 +BuildRequires: cmake(Qt5Core) >= 5.15.0 # The XSL templates reference files in here Requires: docbook-xsl-stylesheets Recommends: %{name}-lang @@ -73,7 +73,7 @@ Requires: docbook-xsl-stylesheets Requires: extra-cmake-modules >= 1.8.0 Requires: libxslt-devel -Requires: cmake(Qt5Core) >= 5.14.0 +Requires: cmake(Qt5Core) >= 5.15.0 Provides: %{name}-devel-static = %{version} %description devel @@ -83,16 +83,15 @@ %lang_package %prep -%setup -q -%patch1 -p1 +%autosetup -p1 %build - %cmake_kf5 -d build - %cmake_build +%cmake_kf5 -d build +%cmake_build %install - %kf5_makeinstall -C build - %fdupes %{buildroot} +%kf5_makeinstall -C build +%fdupes %{buildroot} %if %{with lang} %find_lang %{name} --with-man --all-name ++++++ kdoctools-5.81.0.tar.xz -> kdoctools-5.82.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.81.0/CMakeLists.txt new/kdoctools-5.82.0/CMakeLists.txt --- old/kdoctools-5.81.0/CMakeLists.txt 2021-04-04 13:41:32.000000000 +0200 +++ new/kdoctools-5.82.0/CMakeLists.txt 2021-05-01 14:33:16.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.5) -set(KF_VERSION "5.81.0") # handled by release scripts -set(KF_DEP_VERSION "5.81.0") # handled by release scripts +set(KF_VERSION "5.82.0") # handled by release scripts +set(KF_DEP_VERSION "5.82.0") # handled by release scripts project(KDocTools VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.81.0 NO_MODULE) +find_package(ECM 5.82.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) @@ -31,7 +31,7 @@ add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") # Dependencies -set(REQUIRED_QT_VERSION 5.14.0) +set(REQUIRED_QT_VERSION 5.15.0) find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) include(KDEInstallDirs) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) @@ -95,9 +95,9 @@ set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DocTools") add_definitions(-DTRANSLATION_DOMAIN=\"kdoctools5\") -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000) -if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po" AND KF5I18n_FOUND) +if (KF5I18n_FOUND) ki18n_install(po) kdoctools_install(po) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.81.0/po/zh_CN/kdoctools5.po new/kdoctools-5.82.0/po/zh_CN/kdoctools5.po --- old/kdoctools-5.81.0/po/zh_CN/kdoctools5.po 2021-04-04 13:41:32.000000000 +0200 +++ new/kdoctools-5.82.0/po/zh_CN/kdoctools5.po 2021-05-01 14:33:16.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-02-25 02:22+0100\n" -"PO-Revision-Date: 2021-03-27 17:29\n" +"PO-Revision-Date: 2021-04-24 15:42\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
