Hello community, here is the log from the commit of package sonnet for openSUSE:Factory checked in at 2020-08-12 12:27:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sonnet (Old) and /work/SRC/openSUSE:Factory/.sonnet.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sonnet" Wed Aug 12 12:27:30 2020 rev:84 rq:825124 version:5.73.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes 2020-07-14 07:57:36.821464047 +0200 +++ /work/SRC/openSUSE:Factory/.sonnet.new.3399/sonnet.changes 2020-08-12 12:29:38.356187530 +0200 @@ -1,0 +2,11 @@ +Sun Aug 2 07:14:01 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.73.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.73.0 +- Changes since 5.72.0: + * Use KF-standardized Qt logging categories + * Use camelcase include. (scripted) + +------------------------------------------------------------------- Old: ---- sonnet-5.72.0.tar.xz sonnet-5.72.0.tar.xz.sig New: ---- sonnet-5.73.0.tar.xz sonnet-5.73.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sonnet.spec ++++++ --- /var/tmp/diff_new_pack.JKKfYN/_old 2020-08-12 12:29:38.932187839 +0200 +++ /var/tmp/diff_new_pack.JKKfYN/_new 2020-08-12 12:29:38.932187839 +0200 @@ -17,14 +17,14 @@ %define sonum 5 -%define _tar_path 5.72 +%define _tar_path 5.73 # 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: sonnet -Version: 5.72.0 +Version: 5.73.0 Release: 0 Summary: KDE spell checking library License: LGPL-2.1-or-later @@ -141,6 +141,7 @@ %dir %{_kf5_plugindir}/kf5 %dir %{_kf5_plugindir}/kf5/sonnet %{_kf5_debugdir}/sonnet.categories +%{_kf5_debugdir}/*.renamecategories %{_kf5_plugindir}/kf5/sonnet/sonnet_hunspell.so %files -n libKF5SonnetCore%{sonum} ++++++ sonnet-5.72.0.tar.xz -> sonnet-5.73.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/CMakeLists.txt new/sonnet-5.73.0/CMakeLists.txt --- old/sonnet-5.72.0/CMakeLists.txt 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/CMakeLists.txt 2020-08-01 22:01:07.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.72.0") # handled by release scripts +set(KF5_VERSION "5.73.0") # handled by release scripts project(Sonnet VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.72.0 NO_MODULE) +find_package(ECM 5.73.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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/autotests/test_autodetect.cpp new/sonnet-5.73.0/autotests/test_autodetect.cpp --- old/sonnet-5.72.0/autotests/test_autodetect.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/autotests/test_autodetect.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -20,7 +20,7 @@ #include "speller.h" #include <QObject> -#include <qtest.h> +#include <QTest> #include <QStandardPaths> class SonnetAutoDetectTest : public QObject diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/autotests/test_core.cpp new/sonnet-5.73.0/autotests/test_core.cpp --- old/sonnet-5.72.0/autotests/test_core.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/autotests/test_core.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -8,7 +8,7 @@ #include "test_core.h" #include "speller.h" #include <QElapsedTimer> -#include <qtest.h> +#include <QTest> #include <QDebug> QTEST_GUILESS_MAIN(SonnetCoreTest) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/autotests/test_filter.cpp new/sonnet-5.73.0/autotests/test_filter.cpp --- old/sonnet-5.72.0/autotests/test_filter.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/autotests/test_filter.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -9,7 +9,7 @@ #include "test_filter.h" #include "tokenizer_p.h" #include <QVector> -#include <qtest.h> +#include <QTest> QTEST_GUILESS_MAIN(SonnetFilterTest) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/autotests/test_highlighter.cpp new/sonnet-5.73.0/autotests/test_highlighter.cpp --- old/sonnet-5.72.0/autotests/test_highlighter.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/autotests/test_highlighter.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -11,7 +11,7 @@ #include <QPlainTextEdit> #include <QStandardPaths> #include <QObject> -#include <qtest.h> +#include <QTest> using namespace Sonnet; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/autotests/test_suggest.cpp new/sonnet-5.73.0/autotests/test_suggest.cpp --- old/sonnet-5.72.0/autotests/test_suggest.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/autotests/test_suggest.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -10,7 +10,7 @@ #include <QDebug> #include <QObject> -#include <qtest.h> +#include <QTest> using namespace Sonnet; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/examples/configdialog.cpp new/sonnet-5.73.0/examples/configdialog.cpp --- old/sonnet-5.72.0/examples/configdialog.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/examples/configdialog.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -8,7 +8,7 @@ #include "configdialog.h" #include "speller.h" -#include <qapplication.h> +#include <QApplication> using namespace Sonnet; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/examples/dialogexample.cpp new/sonnet-5.73.0/examples/dialogexample.cpp --- old/sonnet-5.72.0/examples/dialogexample.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/examples/dialogexample.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -10,8 +10,8 @@ #include "backgroundchecker.h" -#include <qapplication.h> -#include <qdebug.h> +#include <QApplication> +#include <QDebug> using namespace Sonnet; TestDialog::TestDialog() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/examples/dictionarycombobox.cpp new/sonnet-5.73.0/examples/dictionarycombobox.cpp --- old/sonnet-5.72.0/examples/dictionarycombobox.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/examples/dictionarycombobox.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -6,7 +6,7 @@ #include "dictionarycombobox.h" -#include <qapplication.h> +#include <QApplication> #include <QDebug> #include <QHBoxLayout> #include <QPushButton> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/examples/highlighterexample.cpp new/sonnet-5.73.0/examples/highlighterexample.cpp --- old/sonnet-5.72.0/examples/highlighterexample.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/examples/highlighterexample.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -8,7 +8,7 @@ #include "highlighter.h" #include "highlighterexample.h" -#include <qapplication.h> +#include <QApplication> #include <QDebug> #include <QTextEdit> #include <QAction> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/po/zh_CN/sonnet5_qt.po new/sonnet-5.73.0/po/zh_CN/sonnet5_qt.po --- old/sonnet-5.72.0/po/zh_CN/sonnet5_qt.po 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/po/zh_CN/sonnet5_qt.po 2020-08-01 22:01:07.000000000 +0200 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2020-06-24 08:01\n" +"PO-Revision-Date: 2020-07-31 15:01\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.72.0/src/core/CMakeLists.txt new/sonnet-5.73.0/src/core/CMakeLists.txt --- old/sonnet-5.72.0/src/core/CMakeLists.txt 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/src/core/CMakeLists.txt 2020-08-01 22:01:07.000000000 +0200 @@ -25,7 +25,8 @@ ecm_qt_declare_logging_category(sonnetcore_SRCS HEADER core_debug.h IDENTIFIER SONNET_LOG_CORE - CATEGORY_NAME sonnet.core + CATEGORY_NAME kf.sonnet.core + OLD_CATEGORY_NAMES sonnet.core DESCRIPTION "Sonnet Core" EXPORT SONNET ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/src/plugins/aspell/CMakeLists.txt new/sonnet-5.73.0/src/plugins/aspell/CMakeLists.txt --- old/sonnet-5.72.0/src/plugins/aspell/CMakeLists.txt 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/src/plugins/aspell/CMakeLists.txt 2020-08-01 22:01:07.000000000 +0200 @@ -8,7 +8,8 @@ ecm_qt_declare_logging_category(sonnet_aspell_PART_SRCS HEADER aspell_debug.h IDENTIFIER SONNET_LOG_ASPELL - CATEGORY_NAME sonnet.plugins.aspell + CATEGORY_NAME kf.sonnet.clients.aspell + OLD_CATEGORY_NAMES sonnet.plugins.aspell DESCRIPTION "Sonnet Aspell plugin" EXPORT SONNET ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/src/plugins/hspell/CMakeLists.txt new/sonnet-5.73.0/src/plugins/hspell/CMakeLists.txt --- old/sonnet-5.72.0/src/plugins/hspell/CMakeLists.txt 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/src/plugins/hspell/CMakeLists.txt 2020-08-01 22:01:07.000000000 +0200 @@ -15,7 +15,8 @@ ecm_qt_declare_logging_category(sonnet_hspell_PART_SRCS HEADER hspell_debug.h IDENTIFIER SONNET_LOG_HSPELL - CATEGORY_NAME sonnet.plugins.hspell + CATEGORY_NAME kf.sonnet.clients.hspell + OLD_CATEGORY_NAMES sonnet.plugins.hspell DESCRIPTION "Sonnet Hspell plugin" EXPORT SONNET ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/src/plugins/hunspell/CMakeLists.txt new/sonnet-5.73.0/src/plugins/hunspell/CMakeLists.txt --- old/sonnet-5.72.0/src/plugins/hunspell/CMakeLists.txt 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/src/plugins/hunspell/CMakeLists.txt 2020-08-01 22:01:07.000000000 +0200 @@ -5,7 +5,8 @@ ecm_qt_declare_logging_category(sonnet_hunspell_PART_SRCS HEADER hunspelldebug.h IDENTIFIER SONNET_HUNSPELL - CATEGORY_NAME sonnet.plugins.hunspell + CATEGORY_NAME kf.sonnet.clients.hunspell + OLD_CATEGORY_NAMES sonnet.plugins.hunspell DESCRIPTION "Sonnet HUnspell plugin" EXPORT SONNET ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/src/plugins/ispellchecker/CMakeLists.txt new/sonnet-5.73.0/src/plugins/ispellchecker/CMakeLists.txt --- old/sonnet-5.72.0/src/plugins/ispellchecker/CMakeLists.txt 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/src/plugins/ispellchecker/CMakeLists.txt 2020-08-01 22:01:07.000000000 +0200 @@ -8,7 +8,8 @@ ecm_qt_declare_logging_category(sonnet_ispellchecker_PART_SRCS HEADER ispellcheckerdebug.h IDENTIFIER SONNET_ISPELLCHECKER - CATEGORY_NAME sonnet.plugins.ispellchecker + CATEGORY_NAME kf.sonnet.clients.ispellchecker + OLD_CATEGORY_NAMES sonnet.plugins.ispellchecker DESCRIPTION "Sonnet ISpellChecker plugin" EXPORT SONNET ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/src/plugins/nsspellchecker/CMakeLists.txt new/sonnet-5.73.0/src/plugins/nsspellchecker/CMakeLists.txt --- old/sonnet-5.72.0/src/plugins/nsspellchecker/CMakeLists.txt 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/src/plugins/nsspellchecker/CMakeLists.txt 2020-08-01 22:01:07.000000000 +0200 @@ -5,7 +5,8 @@ ecm_qt_declare_logging_category(sonnet_nsspellchecker_PART_SRCS HEADER nsspellcheckerdebug.h IDENTIFIER SONNET_NSSPELLCHECKER - CATEGORY_NAME sonnet.plugins.nsspellchecker + CATEGORY_NAME kf.sonnet.clients.nsspellchecker + OLD_CATEGORY_NAMES sonnet.plugins.nsspellchecker DESCRIPTION "Sonnet NSSpellChecker plugin" EXPORT SONNET ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/src/plugins/voikko/CMakeLists.txt new/sonnet-5.73.0/src/plugins/voikko/CMakeLists.txt --- old/sonnet-5.72.0/src/plugins/voikko/CMakeLists.txt 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/src/plugins/voikko/CMakeLists.txt 2020-08-01 22:01:07.000000000 +0200 @@ -7,7 +7,8 @@ ecm_qt_declare_logging_category(sonnet_voikko_PART_SRCS HEADER voikkodebug.h IDENTIFIER SONNET_VOIKKO - CATEGORY_NAME sonnet.plugins.voikko + CATEGORY_NAME kf.sonnet.clients.voikko + OLD_CATEGORY_NAMES sonnet.plugins.voikko DESCRIPTION "Sonnet Voikko plugin" EXPORT SONNET ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/src/ui/CMakeLists.txt new/sonnet-5.73.0/src/ui/CMakeLists.txt --- old/sonnet-5.72.0/src/ui/CMakeLists.txt 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/src/ui/CMakeLists.txt 2020-08-01 22:01:07.000000000 +0200 @@ -16,7 +16,8 @@ ecm_qt_declare_logging_category(sonnetui_SRCS HEADER ui_debug.h IDENTIFIER SONNET_LOG_UI - CATEGORY_NAME sonnet.ui + CATEGORY_NAME kf.sonnet.ui + OLD_CATEGORY_NAMES sonnet.ui DESCRIPTION "Sonnet UI" EXPORT SONNET ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/src/ui/dialog.cpp new/sonnet-5.73.0/src/ui/dialog.cpp --- old/sonnet-5.72.0/src/ui/dialog.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/src/ui/dialog.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -13,7 +13,7 @@ #include "speller.h" #include "settingsimpl_p.h" -#include <qprogressdialog.h> +#include <QProgressDialog> #include <QDialogButtonBox> #include <QStringListModel> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.72.0/tests/backgroundtest.cpp new/sonnet-5.73.0/tests/backgroundtest.cpp --- old/sonnet-5.72.0/tests/backgroundtest.cpp 2020-07-04 15:27:15.000000000 +0200 +++ new/sonnet-5.73.0/tests/backgroundtest.cpp 2020-08-01 22:01:07.000000000 +0200 @@ -10,8 +10,8 @@ #include "speller.h" using namespace Sonnet; -#include <qapplication.h> -#include <qdebug.h> +#include <QApplication> +#include <QDebug> const char *text =
