Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2018-12-19 13:44:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and      /work/SRC/openSUSE:Factory/.sonnet.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sonnet"

Wed Dec 19 13:44:58 2018 rev:62 rq:658608 version:5.53.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes    2018-11-14 
14:40:50.902863164 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.28833/sonnet.changes 2018-12-19 
13:45:18.487628501 +0100
@@ -1,0 +2,12 @@
+Sun Dec 09 19:43:46 UTC 2018 - [email protected]
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * DictionaryComboBoxTest: Add stretch to avoid expanding Dump button
+  * Use new syntax
+  * Remove virtual keyword
+
+-------------------------------------------------------------------

Old:
----
  sonnet-5.52.0.tar.xz

New:
----
  sonnet-5.53.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sonnet.spec ++++++
--- /var/tmp/diff_new_pack.KjnOI1/_old  2018-12-19 13:45:21.123624811 +0100
+++ /var/tmp/diff_new_pack.KjnOI1/_new  2018-12-19 13:45:21.127624806 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.52
+%define _tar_path 5.53
 # 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.52.0
+Version:        5.53.0
 Release:        0
 Summary:        KDE spell checking library
 License:        LGPL-2.1-or-later

++++++ sonnet-5.52.0.tar.xz -> sonnet-5.53.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.52.0/CMakeLists.txt 
new/sonnet-5.53.0/CMakeLists.txt
--- old/sonnet-5.52.0/CMakeLists.txt    2018-11-03 19:06:56.000000000 +0100
+++ new/sonnet-5.53.0/CMakeLists.txt    2018-12-01 16:01:34.000000000 +0100
@@ -1,11 +1,11 @@
 
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
 project(Sonnet VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,7 +17,7 @@
 include(KDECMakeSettings)
 include(ECMQtDeclareLoggingCategory)
 
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 option(SONNET_USE_WIDGETS "Build components using Qt5Widgets" ON)
 if(SONNET_USE_WIDGETS)
     find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.52.0/examples/dictionarycombobox.cpp 
new/sonnet-5.53.0/examples/dictionarycombobox.cpp
--- old/sonnet-5.52.0/examples/dictionarycombobox.cpp   2018-11-03 
19:06:56.000000000 +0100
+++ new/sonnet-5.53.0/examples/dictionarycombobox.cpp   2018-12-01 
16:01:34.000000000 +0100
@@ -34,7 +34,7 @@
     {
         QHBoxLayout *topLayout = new QHBoxLayout(this);
         dcb = new DictionaryComboBox(this);
-        topLayout->addWidget(dcb);
+        topLayout->addWidget(dcb, 1);
         connect(dcb, SIGNAL(dictionaryChanged(QString)), 
SLOT(dictChanged(QString)));
         connect(dcb, SIGNAL(dictionaryNameChanged(QString)), 
SLOT(dictNameChanged(QString)));
         QPushButton *btn = new QPushButton(QStringLiteral("Dump"), this);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.52.0/po/id/sonnet5_qt.po 
new/sonnet-5.53.0/po/id/sonnet5_qt.po
--- old/sonnet-5.52.0/po/id/sonnet5_qt.po       2018-11-03 19:06:56.000000000 
+0100
+++ new/sonnet-5.53.0/po/id/sonnet5_qt.po       2018-12-01 16:01:34.000000000 
+0100
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2018-07-23 06:27+0700\n"
-"Last-Translator: wantoyo <[email protected]>\n"
+"PO-Revision-Date: 2018-11-23 07:48+0700\n"
+"Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
@@ -152,17 +152,17 @@
 #: ui/configui.ui:47
 msgctxt "SonnetConfigUI|"
 msgid "Enable autodetection of &language"
-msgstr "Aktifkan deteksi otomatis &bahasa"
+msgstr "Fungsikan deteksi otomatis &bahasa"
 
 #: ui/configui.ui:54
 msgctxt "SonnetConfigUI|"
 msgid "Enable &background spellchecking"
-msgstr "Aktifkan pemeriksa ejaan latar &belakang"
+msgstr "Fungsikan pemeriksa ejaan latar &belakang"
 
 #: ui/configui.ui:61
 msgctxt "SonnetConfigUI|"
 msgid "&Automatic spell checking enabled by default"
-msgstr "Pengecekan ejaan &otomatis standarnya diaktifkan"
+msgstr "Pengecekan ejaan &otomatis standarnya difungsikan"
 
 #: ui/configui.ui:68
 msgctxt "SonnetConfigUI|"
@@ -227,19 +227,19 @@
 #: ui/highlighter.cpp:252 ui/highlighter.cpp:274
 msgctxt "Sonnet::Highlighter|"
 msgid "As-you-type spell checking enabled."
-msgstr "Pengecekan ejaan ketika anda mengetik diaktifkan."
+msgstr "Pengecekan ejaan ketika anda mengetik difungsikan."
 
 #: ui/highlighter.cpp:255
 msgctxt "Sonnet::Highlighter|"
 msgid "Too many misspelled words. As-you-type spell checking disabled."
 msgstr ""
 "Terlalu banyak kata yang salah eja. Pengecekan ejaan ketika anda mengetik "
-"dinonaktifkan."
+"dinonfungsikan."
 
 #: ui/highlighter.cpp:276
 msgctxt "Sonnet::Highlighter|"
 msgid "As-you-type spell checking disabled."
-msgstr "Pengecekan ejaan ketika anda mengetik dinonaktifkan."
+msgstr "Pengecekan ejaan ketika anda mengetik dinonfungsikan."
 
 #: ui/sonnetui.ui:41 ui/sonnetui.ui:57
 msgctxt "SonnetUi|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.52.0/po/zh_CN/sonnet5_qt.po 
new/sonnet-5.53.0/po/zh_CN/sonnet5_qt.po
--- old/sonnet-5.52.0/po/zh_CN/sonnet5_qt.po    2018-11-03 19:06:56.000000000 
+0100
+++ new/sonnet-5.53.0/po/zh_CN/sonnet5_qt.po    2018-12-01 16:01:34.000000000 
+0100
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-10-09 18:38\n"
+"PO-Revision-Date: 2018-11-12 09:13\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.52.0/sonnet.categories 
new/sonnet-5.53.0/sonnet.categories
--- old/sonnet-5.52.0/sonnet.categories 2018-11-03 19:06:56.000000000 +0100
+++ new/sonnet-5.53.0/sonnet.categories 2018-12-01 16:01:34.000000000 +0100
@@ -1,8 +1,8 @@
 # Logging categories (for kdebugsettings)
-sonnet.plugins.hunspell Sonnet HUnspell plugin
-sonnet.plugins.hspell Sonnet Hspell plugin
-sonnet.plugins.aspell Sonnet Aspell plugin
-sonnet.plugins.voikko Sonnet Voikko plugin
-sonnet.core Sonnet Core
-sonnet.ui Sonnet UI
+sonnet.plugins.hunspell Sonnet HUnspell plugin IDENTIFIER [SONNET_HUNSPELL]
+sonnet.plugins.hspell Sonnet Hspell plugin IDENTIFIER [SONNET_LOG_HSPELL]
+sonnet.plugins.aspell Sonnet Aspell plugin IDENTIFIER [SONNET_LOG_ASPELL]
+sonnet.plugins.voikko Sonnet Voikko plugin IDENTIFIER [SONNET_VOIKKO]
+sonnet.core Sonnet Core IDENTIFIER [SONNET_LOG_CORE]
+sonnet.ui Sonnet UI IDENTIFIER [SONNET_LOG_UI]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.52.0/src/plugins/hspell/hspelldict.h 
new/sonnet-5.53.0/src/plugins/hspell/hspelldict.h
--- old/sonnet-5.52.0/src/plugins/hspell/hspelldict.h   2018-11-03 
19:06:56.000000000 +0100
+++ new/sonnet-5.53.0/src/plugins/hspell/hspelldict.h   2018-12-01 
16:01:34.000000000 +0100
@@ -40,7 +40,7 @@
 
     QStringList suggest(const QString &word) const override;
 
-    virtual bool storeReplacement(const QString &bad, const QString &good) 
override;
+    bool storeReplacement(const QString &bad, const QString &good) override;
 
     bool addToPersonal(const QString &word) override;
     bool addToSession(const QString &word) override;


Reply via email to