Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sonnet for openSUSE:Factory checked in at 2022-02-24 18:20:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sonnet (Old) and /work/SRC/openSUSE:Factory/.sonnet.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sonnet" Thu Feb 24 18:20:05 2022 rev:102 rq:954296 version:5.91.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes 2022-01-11 21:20:16.465001233 +0100 +++ /work/SRC/openSUSE:Factory/.sonnet.new.1958/sonnet.changes 2022-02-24 18:22:43.226670050 +0100 @@ -1,0 +2,13 @@ +Sun Feb 6 10:17:21 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.91.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.91.0 +- Changes since 5.90.0: + * Missing "/" + * Allow to install plugin in kf5 or kf6 directory + * Add CI qt6 support + * Support building hspelldict backend with Qt6 + +------------------------------------------------------------------- Old: ---- sonnet-5.90.0.tar.xz sonnet-5.90.0.tar.xz.sig New: ---- sonnet-5.91.0.tar.xz sonnet-5.91.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sonnet.spec ++++++ --- /var/tmp/diff_new_pack.nk8Rmx/_old 2022-02-24 18:22:43.890669873 +0100 +++ /var/tmp/diff_new_pack.nk8Rmx/_new 2022-02-24 18:22:43.898669870 +0100 @@ -17,14 +17,14 @@ %define sonum 5 -%define _tar_path 5.90 +%define _tar_path 5.91 # 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 released Name: sonnet -Version: 5.90.0 +Version: 5.91.0 Release: 0 Summary: KDE spell checking library License: LGPL-2.1-or-later ++++++ sonnet-5.90.0.tar.xz -> sonnet-5.91.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/.gitlab-ci.yml new/sonnet-5.91.0/.gitlab-ci.yml --- old/sonnet-5.90.0/.gitlab-ci.yml 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/.gitlab-ci.yml 2022-02-05 22:32:46.000000000 +0100 @@ -5,3 +5,4 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/CMakeLists.txt new/sonnet-5.91.0/CMakeLists.txt --- old/sonnet-5.90.0/CMakeLists.txt 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/CMakeLists.txt 2022-02-05 22:32:46.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.90.0") # handled by release scripts +set(KF_VERSION "5.91.0") # handled by release scripts project(Sonnet VERSION ${KF_VERSION}) include(FeatureSummary) include(CMakeDependentOption) -find_package(ECM 5.90.0 NO_MODULE) +find_package(ECM 5.91.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) @@ -98,7 +98,7 @@ install(EXPORT KF5SonnetTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE KF5SonnetTargets.cmake NAMESPACE KF5:: ) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/sonnet_version.h - DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF} COMPONENT Devel) + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/Sonnet COMPONENT Devel) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/po/zh_CN/sonnet5_qt.po new/sonnet-5.91.0/po/zh_CN/sonnet5_qt.po --- old/sonnet-5.90.0/po/zh_CN/sonnet5_qt.po 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/po/zh_CN/sonnet5_qt.po 2022-02-05 22:32:46.000000000 +0100 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2021-12-22 14:06\n" +"PO-Revision-Date: 2022-01-08 15:23\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/core/CMakeLists.txt new/sonnet-5.91.0/src/core/CMakeLists.txt --- old/sonnet-5.90.0/src/core/CMakeLists.txt 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/core/CMakeLists.txt 2022-02-05 22:32:46.000000000 +0100 @@ -76,7 +76,10 @@ ) # CMAKE_CURRENT_BINARY_DIR: for camelcase headers and lowercase forwarders -target_include_directories(KF5SonnetCore INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/SonnetCore>") +target_include_directories(KF5SonnetCore INTERFACE + "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/SonnetCore>" + "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/Sonnet>" +) target_include_directories(KF5SonnetCore PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>") install(TARGETS KF5SonnetCore EXPORT KF5SonnetTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/core/backgroundchecker.h new/sonnet-5.91.0/src/core/backgroundchecker.h --- old/sonnet-5.90.0/src/core/backgroundchecker.h 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/core/backgroundchecker.h 2022-02-05 22:32:46.000000000 +0100 @@ -23,6 +23,7 @@ class Speller; /** + * @class Sonnet::BackgroundChecker backgroundchecker.h <Sonnet/BackgroundChecker> * * BackgroundChecker is used to perform spell checking without * blocking the application. You can use it as is by calling diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/core/guesslanguage.h new/sonnet-5.91.0/src/core/guesslanguage.h --- old/sonnet-5.90.0/src/core/guesslanguage.h 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/core/guesslanguage.h 2022-02-05 22:32:46.000000000 +0100 @@ -20,6 +20,8 @@ class GuessLanguagePrivate; /** + * @class Sonnet::GuessLanguage guesslanguage.h <Sonnet/GuessLanguage> + * * @short GuessLanguage determines the language of a given text. * * GuessLanguage can determine the difference between ~75 languages for a given string. It is diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/core/loader.cpp new/sonnet-5.91.0/src/core/loader.cpp --- old/sonnet-5.90.0/src/core/loader.cpp 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/core/loader.cpp 2022-02-05 22:32:46.000000000 +0100 @@ -272,7 +272,7 @@ { #ifndef SONNET_STATIC const QStringList libPaths = QCoreApplication::libraryPaths() << QStringLiteral(INSTALLATION_PLUGIN_PATH); - const QLatin1String pathSuffix("/kf5/sonnet/"); + const QString pathSuffix(QStringLiteral("/kf" QT_STRINGIFY(QT_VERSION_MAJOR)) + QStringLiteral("/sonnet/")); for (const QString &libPath : libPaths) { QDir dir(libPath + pathSuffix); if (!dir.exists()) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/core/speller.h new/sonnet-5.91.0/src/core/speller.h --- old/sonnet-5.90.0/src/core/speller.h 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/core/speller.h 2022-02-05 22:32:46.000000000 +0100 @@ -16,6 +16,8 @@ { class SpellerPrivate; /** + * @class Sonnet::Speller speller.h <Sonnet/Speller> + * * Spell checker object. * * @short class used for actual spell checking diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/plugins/aspell/CMakeLists.txt new/sonnet-5.91.0/src/plugins/aspell/CMakeLists.txt --- old/sonnet-5.90.0/src/plugins/aspell/CMakeLists.txt 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/plugins/aspell/CMakeLists.txt 2022-02-05 22:32:46.000000000 +0100 @@ -18,4 +18,4 @@ target_link_libraries(sonnet_aspell PRIVATE KF5::SonnetCore ${ASPELL_LIBRARIES}) -install(TARGETS sonnet_aspell DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/sonnet/) +install(TARGETS sonnet_aspell DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/sonnet/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/plugins/hspell/CMakeLists.txt new/sonnet-5.91.0/src/plugins/hspell/CMakeLists.txt --- old/sonnet-5.90.0/src/plugins/hspell/CMakeLists.txt 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/plugins/hspell/CMakeLists.txt 2022-02-05 22:32:46.000000000 +0100 @@ -25,5 +25,9 @@ target_link_libraries(sonnet_hspell PRIVATE KF5::SonnetCore ${HSPELL_LIBRARIES} ZLIB::ZLIB) -install(TARGETS sonnet_hspell DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/sonnet/) +if (TARGET Qt6::Core5Compat) + target_link_libraries(sonnet_hspell PRIVATE Qt6::Core5Compat) # QTextCodec +endif() + +install(TARGETS sonnet_hspell DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/sonnet/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/plugins/hspell/hspelldict.h new/sonnet-5.91.0/src/plugins/hspell/hspelldict.h --- old/sonnet-5.90.0/src/plugins/hspell/hspelldict.h 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/plugins/hspell/hspelldict.h 2022-02-05 22:32:46.000000000 +0100 @@ -17,6 +17,8 @@ #include "hspell.h" } +class QTextCodec; + class HSpellDict : public Sonnet::SpellerPlugin { public: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/plugins/hunspell/CMakeLists.txt new/sonnet-5.91.0/src/plugins/hunspell/CMakeLists.txt --- old/sonnet-5.90.0/src/plugins/hunspell/CMakeLists.txt 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/plugins/hunspell/CMakeLists.txt 2022-02-05 22:32:46.000000000 +0100 @@ -30,4 +30,4 @@ target_compile_definitions(sonnet_hunspell PRIVATE DEFINITIONS SONNET_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}") -install(TARGETS sonnet_hunspell DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/sonnet/) +install(TARGETS sonnet_hunspell DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/sonnet/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/plugins/ispellchecker/CMakeLists.txt new/sonnet-5.91.0/src/plugins/ispellchecker/CMakeLists.txt --- old/sonnet-5.90.0/src/plugins/ispellchecker/CMakeLists.txt 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/plugins/ispellchecker/CMakeLists.txt 2022-02-05 22:32:46.000000000 +0100 @@ -18,4 +18,4 @@ target_link_libraries(sonnet_ispellchecker PRIVATE KF5::SonnetCore) target_compile_definitions(sonnet_ispellchecker PRIVATE DEFINITIONS SONNET_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}") -install(TARGETS sonnet_ispellchecker DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/sonnet/) +install(TARGETS sonnet_ispellchecker DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/sonnet/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/plugins/nsspellchecker/CMakeLists.txt new/sonnet-5.91.0/src/plugins/nsspellchecker/CMakeLists.txt --- old/sonnet-5.90.0/src/plugins/nsspellchecker/CMakeLists.txt 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/plugins/nsspellchecker/CMakeLists.txt 2022-02-05 22:32:46.000000000 +0100 @@ -15,5 +15,5 @@ target_link_libraries(sonnet_nsspellchecker PRIVATE KF5::SonnetCore "-framework AppKit") -install(TARGETS sonnet_nsspellchecker DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/sonnet/) +install(TARGETS sonnet_nsspellchecker DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/sonnet/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/plugins/voikko/CMakeLists.txt new/sonnet-5.91.0/src/plugins/voikko/CMakeLists.txt --- old/sonnet-5.90.0/src/plugins/voikko/CMakeLists.txt 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/plugins/voikko/CMakeLists.txt 2022-02-05 22:32:46.000000000 +0100 @@ -17,4 +17,4 @@ target_link_libraries(sonnet_voikko PRIVATE KF5::SonnetCore ${VOIKKO_LIBRARIES}) -install(TARGETS sonnet_voikko DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/sonnet/) +install(TARGETS sonnet_voikko DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/sonnet/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/ui/CMakeLists.txt new/sonnet-5.91.0/src/ui/CMakeLists.txt --- old/sonnet-5.90.0/src/ui/CMakeLists.txt 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/ui/CMakeLists.txt 2022-02-05 22:32:46.000000000 +0100 @@ -64,7 +64,10 @@ # CMAKE_CURRENT_BINARY_DIR: for camelcase headers and lowercase forwarders -target_include_directories(KF5SonnetUi INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/SonnetUi>") +target_include_directories(KF5SonnetUi INTERFACE + "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/SonnetUi>" + "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/Sonnet>" +) target_include_directories(KF5SonnetUi PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>") install(TARGETS KF5SonnetUi EXPORT KF5SonnetTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/ui/dialog.h new/sonnet-5.91.0/src/ui/dialog.h --- old/sonnet-5.90.0/src/ui/dialog.h 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/ui/dialog.h 2022-02-05 22:32:46.000000000 +0100 @@ -19,6 +19,8 @@ class BackgroundChecker; class DialogPrivate; /** + * @class Sonnet::Dialog dialog.h <Sonnet/Dialog> + * * @short Spellcheck dialog * * \code diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/ui/dictionarycombobox.h new/sonnet-5.91.0/src/ui/dictionarycombobox.h --- old/sonnet-5.90.0/src/ui/dictionarycombobox.h 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/ui/dictionarycombobox.h 2022-02-05 22:32:46.000000000 +0100 @@ -16,6 +16,8 @@ { class DictionaryComboBoxPrivate; /** + * @class Sonnet::DictionaryComboBox dictionarycombobox.h <Sonnet/DictionaryComboBox> + * * @short A combo box for selecting the dictionary used for spell checking. * @author Ingo Kloecker <kloec...@kde.org> * @author Tom Albers <tomalb...@kde.nl> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.90.0/src/ui/spellcheckdecorator.h new/sonnet-5.91.0/src/ui/spellcheckdecorator.h --- old/sonnet-5.90.0/src/ui/spellcheckdecorator.h 2022-01-01 13:39:40.000000000 +0100 +++ new/sonnet-5.91.0/src/ui/spellcheckdecorator.h 2022-02-05 22:32:46.000000000 +0100 @@ -20,6 +20,8 @@ class Highlighter; /** + * @class Sonnet::SpellCheckDecorator spellcheckdecorator.h <Sonnet/SpellCheckDecorator> + * * @short Connects a Sonnet::Highlighter to a QTextEdit extending the context menu of the text edit with spell check suggestions * @author Aur??lien G??teau <agat...@kde.org> * @since 5.0