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-08-16 10:07:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdoctools (Old) and /work/SRC/openSUSE:Factory/.kdoctools.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdoctools" Mon Aug 16 10:07:45 2021 rev:95 rq:912130 version:5.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes 2021-07-16 00:01:16.989143460 +0200 +++ /work/SRC/openSUSE:Factory/.kdoctools.new.1899/kdoctools.changes 2021-08-16 10:11:50.647080334 +0200 @@ -1,0 +2,10 @@ +Fri Aug 6 12:12:20 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.85.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.85.0 +- Changes since 5.84.0: + * Add a max width to the content + +------------------------------------------------------------------- Old: ---- kdoctools-5.84.0.tar.xz kdoctools-5.84.0.tar.xz.sig New: ---- kdoctools-5.85.0.tar.xz kdoctools-5.85.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdoctools.spec ++++++ --- /var/tmp/diff_new_pack.QNaEG1/_old 2021-08-16 10:11:51.643079165 +0200 +++ /var/tmp/diff_new_pack.QNaEG1/_new 2021-08-16 10:11:51.647079161 +0200 @@ -17,14 +17,14 @@ %define lname libKF5DocTools5 -%define _tar_path 5.84 +%define _tar_path 5.85 # 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.84.0 +Version: 5.85.0 Release: 0 Summary: Tools to create documentation from DocBook License: LGPL-2.1-or-later AND MIT ++++++ kdoctools-5.84.0.tar.xz -> kdoctools-5.85.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.84.0/CMakeLists.txt new/kdoctools-5.85.0/CMakeLists.txt --- old/kdoctools-5.84.0/CMakeLists.txt 2021-07-03 14:11:09.000000000 +0200 +++ new/kdoctools-5.85.0/CMakeLists.txt 2021-08-06 11:03:53.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.84.0") # handled by release scripts -set(KF_DEP_VERSION "5.84.0") # handled by release scripts +set(KF_VERSION "5.85.0") # handled by release scripts +set(KF_DEP_VERSION "5.85.0") # handled by release scripts project(KDocTools VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.84.0 NO_MODULE) +find_package(ECM 5.85.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) @@ -128,7 +128,7 @@ INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5DocToolsMacros.cmake ${CMAKE_BINARY_DIR}/cmake/KF5DocToolsMacros.cmake COPYONLY) -# we need a separate copy with local pathes for install autotests +# we need a separate copy with local paths for install autotests export(EXPORT KF5DocToolsTargets FILE ${CMAKE_BINARY_DIR}/cmake/KF5DocToolsTargets.cmake NAMESPACE KF5::) export(EXPORT KF5DocToolsToolsTargets FILE ${CMAKE_BINARY_DIR}/cmake/KF5DocToolsToolsTargets.cmake NAMESPACE KF5::) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.84.0/TODO new/kdoctools-5.85.0/TODO --- old/kdoctools-5.84.0/TODO 2021-07-03 14:11:09.000000000 +0200 +++ new/kdoctools-5.85.0/TODO 2021-08-06 11:03:53.000000000 +0200 @@ -47,7 +47,7 @@ translations should only be told off when there is a difference with the English source of the same version. - mediaobject should always be accompanied by a text alternative -- fixe role list for othercredit +- fix role list for othercredit * Other - make clear: indexterm use (so that index can be activated) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.84.0/common/en/kde-docs.css new/kdoctools-5.85.0/common/en/kde-docs.css --- old/kdoctools-5.84.0/common/en/kde-docs.css 2021-07-03 14:11:09.000000000 +0200 +++ new/kdoctools-5.85.0/common/en/kde-docs.css 2021-08-06 11:03:53.000000000 +0200 @@ -26,8 +26,10 @@ #contentBody { padding: 0; padding-bottom: 1em; - margin: 0; width: 100%; + max-width: 1000px; + margin-left: auto; + margin-right: auto; } /* This is for the header's navigation bar */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.84.0/po/zh_CN/kdoctools5.po new/kdoctools-5.85.0/po/zh_CN/kdoctools5.po --- old/kdoctools-5.84.0/po/zh_CN/kdoctools5.po 2021-07-03 14:11:09.000000000 +0200 +++ new/kdoctools-5.85.0/po/zh_CN/kdoctools5.po 2021-08-06 11:03:53.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-06-20 07:35\n" +"PO-Revision-Date: 2021-07-26 13:47\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.84.0/src/CMakeLists.txt new/kdoctools-5.85.0/src/CMakeLists.txt --- old/kdoctools-5.84.0/src/CMakeLists.txt 2021-07-03 14:11:09.000000000 +0200 +++ new/kdoctools-5.85.0/src/CMakeLists.txt 2021-08-06 11:03:53.000000000 +0200 @@ -4,7 +4,7 @@ kdoctools_encode_uri(DocBookXML4_DTD_DIR) set (_custom_dtd_kdex "customization/dtd/kdedbx45.dtd") configure_file(${_custom_dtd_kdex}.cmake ${CMAKE_CURRENT_BINARY_DIR}/${_custom_dtd_kdex} ) -# WARNING: this is due to severe limitations on the windows platform to keep the dtd relocateable +# WARNING: this is due to severe limitations on the windows platform to keep the dtd relocatable # see the .xsl.cmake files for a more verbose explanation below if(NOT WIN32) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_custom_dtd_kdex} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.84.0/src/customization/README new/kdoctools-5.85.0/src/customization/README --- old/kdoctools-5.84.0/src/customization/README 2021-07-03 14:11:09.000000000 +0200 +++ new/kdoctools-5.85.0/src/customization/README 2021-08-06 11:03:53.000000000 +0200 @@ -14,7 +14,7 @@ This is very similar to the standard KDE stylesheet, but it creates one single html file for the entire document. This is one way to get -print output, using html2pdf or html2ps. It's also useable to create +print output, using html2pdf or html2ps. It's also usable to create a "printable version" of a document to link to on a website. kde-style.xsl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.84.0/src/customization/kde-chunk.xsl new/kdoctools-5.85.0/src/customization/kde-chunk.xsl --- old/kdoctools-5.84.0/src/customization/kde-chunk.xsl 2021-07-03 14:11:09.000000000 +0200 +++ new/kdoctools-5.85.0/src/customization/kde-chunk.xsl 2021-08-06 11:03:53.000000000 +0200 @@ -71,7 +71,7 @@ <xsl:variable name="title"> <xsl:apply-templates select="." mode="title.markup"/> </xsl:variable> - <!-- Hard-coding the GNU FDL is not appropriate, but for backward compatability, + <!-- Hard-coding the GNU FDL is not appropriate, but for backward compatibility, if the text in the legalnotice is the FDL notice, then just show the "Legal Notice" text, as KDE4 has done from very early. Otherwise, continue to process the contents of the legalnotice element --> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.84.0/src/xslt_kde.cpp new/kdoctools-5.85.0/src/xslt_kde.cpp --- old/kdoctools-5.84.0/src/xslt_kde.cpp 2021-07-03 14:11:09.000000000 +0200 +++ new/kdoctools-5.85.0/src/xslt_kde.cpp 2021-08-06 11:03:53.000000000 +0200 @@ -1,6 +1,6 @@ #include "docbookxslt.h" #ifndef MEINPROC_NO_KARCHIVE -#include <KFilterDev> +#include <KCompressionDevice> #else #include "loggingcategory.h" #endif @@ -8,7 +8,7 @@ bool KDocTools::saveToCache(const QString &contents, const QString &filename) { #ifndef MEINPROC_NO_KARCHIVE - KFilterDev fd(filename); + KCompressionDevice fd(filename); if (!fd.open(QIODevice::WriteOnly)) { return false;
