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-04-12 12:34:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdoctools (Old) and /work/SRC/openSUSE:Factory/.kdoctools.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdoctools" Mon Apr 12 12:34:24 2021 rev:91 rq:884253 version:5.81.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes 2021-03-16 15:41:46.708785034 +0100 +++ /work/SRC/openSUSE:Factory/.kdoctools.new.2401/kdoctools.changes 2021-04-12 12:36:14.589284197 +0200 @@ -1,0 +2,9 @@ +Mon Apr 5 07:12:23 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.81.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.81.0 +- No code change since 5.80.0 + +------------------------------------------------------------------- Old: ---- kdoctools-5.80.0.tar.xz kdoctools-5.80.0.tar.xz.sig New: ---- kdoctools-5.81.0.tar.xz kdoctools-5.81.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdoctools.spec ++++++ --- /var/tmp/diff_new_pack.6MSa3t/_old 2021-04-12 12:36:16.205286698 +0200 +++ /var/tmp/diff_new_pack.6MSa3t/_new 2021-04-12 12:36:16.209286705 +0200 @@ -17,14 +17,14 @@ %define lname libKF5DocTools5 -%define _tar_path 5.80 +%define _tar_path 5.81 # 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.80.0 +Version: 5.81.0 Release: 0 Summary: Tools to create documentation from DocBook License: LGPL-2.1-or-later AND MIT ++++++ kdoctools-5.80.0.tar.xz -> kdoctools-5.81.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.80.0/CMakeLists.txt new/kdoctools-5.81.0/CMakeLists.txt --- old/kdoctools-5.80.0/CMakeLists.txt 2021-03-06 17:23:22.000000000 +0100 +++ new/kdoctools-5.81.0/CMakeLists.txt 2021-04-04 13:41:32.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.5) -set(KF_VERSION "5.80.0") # handled by release scripts -set(KF_DEP_VERSION "5.80.0") # handled by release scripts +set(KF_VERSION "5.81.0") # handled by release scripts +set(KF_DEP_VERSION "5.81.0") # handled by release scripts project(KDocTools VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.80.0 NO_MODULE) +find_package(ECM 5.81.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) @@ -96,7 +96,7 @@ set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DocTools") add_definitions(-DTRANSLATION_DOMAIN=\"kdoctools5\") add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054F00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000) if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po" AND KF5I18n_FOUND) ki18n_install(po) kdoctools_install(po) @@ -149,7 +149,3 @@ feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) -# Remove these 3 lines when the ECM version is bumped to 5.80 -include(KDEClangFormat) -file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h) -kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.80.0/po/zh_CN/kdoctools5.po new/kdoctools-5.81.0/po/zh_CN/kdoctools5.po --- old/kdoctools-5.80.0/po/zh_CN/kdoctools5.po 2021-03-06 17:23:22.000000000 +0100 +++ new/kdoctools-5.81.0/po/zh_CN/kdoctools5.po 2021-04-04 13:41:32.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-02 16:17\n" +"PO-Revision-Date: 2021-03-27 17:29\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.80.0/src/checkXML5.cpp new/kdoctools-5.81.0/src/checkXML5.cpp --- old/kdoctools-5.80.0/src/checkXML5.cpp 2021-03-06 17:23:22.000000000 +0100 +++ new/kdoctools-5.81.0/src/checkXML5.cpp 2021-04-04 13:41:32.000000000 +0200 @@ -23,9 +23,7 @@ } QProcess meinproc; - meinproc.start("meinproc5", - QStringList() << "--check" - << "--stdout" << arguments[1]); + meinproc.start(QStringLiteral("meinproc5"), QStringList{QStringLiteral("--check"), QStringLiteral("--stdout"), arguments[1]}); if (!meinproc.waitForStarted()) return -2; if (!meinproc.waitForFinished()) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.80.0/src/xslt.cpp new/kdoctools-5.81.0/src/xslt.cpp --- old/kdoctools-5.80.0/src/xslt.cpp 2021-03-06 17:23:22.000000000 +0100 +++ new/kdoctools-5.81.0/src/xslt.cpp 2021-04-04 13:41:32.000000000 +0200 @@ -348,18 +348,18 @@ name = "utf-8"; // may be required for all xml output if (output.contains("<table-of-contents>")) - output.replace(QString("<?xml version=\"1.0\"?>"), QString("<?xml version=\"1.0\" encoding=\"%1\"?>").arg(name)); + output.replace(QLatin1String("<?xml version=\"1.0\"?>"), QLatin1String("<?xml version=\"1.0\" encoding=\"%1\"?>").arg(name)); #else name = QLatin1String(QTextCodec::codecForLocale()->name()); - name.replace(QStringLiteral("ISO "), QStringLiteral("iso-")); - output.replace(QStringLiteral("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">"), - QStringLiteral("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=%1\">").arg(name)); + name.replace(QLatin1String("ISO "), QLatin1String("iso-")); + output.replace(QLatin1String("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">"), + QLatin1String("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=%1\">").arg(name)); #endif } QByteArray KDocTools::extractFileToBuffer(const QString &content, const QString &filename) { - int index = content.indexOf(QStringLiteral("<FILENAME filename=\"%1\"").arg(filename)); + const int index = content.indexOf(QLatin1String("<FILENAME filename=\"%1\"").arg(filename)); if (index == -1) { if (filename == QLatin1String("index.html")) { return fromUnicode(content);
