commit sonnet for openSUSE:Factory

2024-05-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2024-05-20 18:10:48

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1880 (New)


Package is "sonnet"

Mon May 20 18:10:48 2024 rev:127 rq:1175185 version:5.116.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2024-02-12 
18:53:51.766088693 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1880/sonnet.changes  2024-05-20 
18:12:00.343169878 +0200
@@ -1,0 +2,9 @@
+Mon May  6 11:33:23 UTC 2024 - Christophe Marin 
+
+- Update to 5.116.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.116.0
+- No code change since 5.115.0
+
+---

Old:

  sonnet-5.115.0.tar.xz
  sonnet-5.115.0.tar.xz.sig

New:

  sonnet-5.116.0.tar.xz
  sonnet-5.116.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.YMv9Xk/_old  2024-05-20 18:12:00.867188965 +0200
+++ /var/tmp/diff_new_pack.YMv9Xk/_new  2024-05-20 18:12:00.871189110 +0200
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   sonnet
-Version:5.115.0
+Version:5.116.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.115.0.tar.xz -> sonnet-5.116.0.tar.xz ++
 12231 lines of diff (skipped)


commit sonnet for openSUSE:Factory

2023-12-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-12-17 21:30:50

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.25432 (New)


Package is "sonnet"

Sun Dec 17 21:30:50 2023 rev:124 rq:1133348 version:5.113.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-11-13 
22:20:22.090392232 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.25432/sonnet.changes 2023-12-17 
21:33:13.327540490 +0100
@@ -1,0 +2,10 @@
+Tue Dec  5 11:18:07 UTC 2023 - Christophe Marin 
+
+- Update to 5.113.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.113.0
+- Changes since 5.112.0:
+  * Use the cmake variables rather than if(TARGET)
+
+---

Old:

  sonnet-5.112.0.tar.xz
  sonnet-5.112.0.tar.xz.sig

New:

  sonnet-5.113.0.tar.xz
  sonnet-5.113.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.twL8Wm/_old  2023-12-17 21:33:14.675589469 +0100
+++ /var/tmp/diff_new_pack.twL8Wm/_new  2023-12-17 21:33:14.679589614 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.103
 # 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}')}
+%define qt5_version 5.15.2
 %bcond_without released
 Name:   sonnet
-Version:5.112.0
+Version:5.113.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
@@ -37,17 +37,16 @@
 #BuildRequires:  aspell-devel
 # Enchant plugin is currently disabled upstream
 #BuildRequires:  enchant-devel
-BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
+BuildRequires:  extra-cmake-modules >= %{_kf5_version}
 BuildRequires:  fdupes
-BuildRequires:  kf5-filesystem
 BuildRequires:  myspell-dictionaries
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5Core) >= 5.15.0
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5Test) >= 5.15.0
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.15.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
+BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
+BuildRequires:  cmake(Qt5LinguistTools) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Quick) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Test) >= %{qt5_version}
+BuildRequires:  cmake(Qt5UiPlugin) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Widgets) >= %{qt5_version}
 BuildRequires:  pkgconfig(hunspell)
 BuildRequires:  pkgconfig(libvoikko)
 
@@ -58,7 +57,7 @@
 
 %package -n libKF5SonnetCore%{sonum}
 Summary:KDE spell checking library
-Requires:   %{name} >= %{_kf5_bugfix_version}
+Requires:   %{name} >= %{_kf5_version}
 %requires_gelibQt5Core5
 Obsoletes:  libKF5SonnetCore4
 
@@ -93,10 +92,9 @@
 
 %package devel
 Summary:KDE spell checking library: Build Environment
-Requires:   extra-cmake-modules
 Requires:   libKF5SonnetCore%{sonum} = %{version}
 Requires:   libKF5SonnetUi%{sonum} = %{version}
-Requires:   cmake(Qt5Core) >= 5.15.0
+Requires:   cmake(Qt5Core) >= %{qt5_version}
 
 %description devel
 Sonnet is a plugin-based spell checking library for Qt-based


++ sonnet-5.112.0.tar.xz -> sonnet-5.113.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.112.0/CMakeLists.txt 
new/sonnet-5.113.0/CMakeLists.txt
--- old/sonnet-5.112.0/CMakeLists.txt   2023-11-04 11:06:38.0 +0100
+++ new/sonnet-5.113.0/CMakeLists.txt   2023-12-02 10:30:34.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.112.0") # handled by release scripts
+set(KF_VERSION "5.113.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.112.0  NO_MODULE)
+find_package(ECM 5.113.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.112.0/poqm/zh_CN/sonnet5_qt.po 
new/sonnet-5.113.0/poqm/zh_CN/sonnet5_qt.po
--- old/sonnet-5.112.0/poqm/zh_CN/sonnet5_qt.po 2023-11-04 11:06:38.0 
+0100
+++ new/sonnet-5.113.0/poqm/zh_CN/sonnet5_qt.po 2023-12-02 

commit sonnet for openSUSE:Factory

2023-11-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-11-13 22:17:45

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.17445 (New)


Package is "sonnet"

Mon Nov 13 22:17:45 2023 rev:123 rq:1125368 version:5.112.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-10-19 
22:48:59.542072580 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.17445/sonnet.changes 2023-11-13 
22:20:22.090392232 +0100
@@ -1,0 +2,9 @@
+Mon Nov  6 09:14:15 UTC 2023 - Christophe Marin 
+
+- Update to 5.112.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.112.0
+- No code change since 5.111.0
+
+---

Old:

  sonnet-5.111.0.tar.xz
  sonnet-5.111.0.tar.xz.sig

New:

  sonnet-5.112.0.tar.xz
  sonnet-5.112.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.s0hwel/_old  2023-11-13 22:20:22.654412999 +0100
+++ /var/tmp/diff_new_pack.s0hwel/_new  2023-11-13 22:20:22.654412999 +0100
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   sonnet
-Version:5.111.0
+Version:5.112.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.111.0.tar.xz -> sonnet-5.112.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.111.0/CMakeLists.txt 
new/sonnet-5.112.0/CMakeLists.txt
--- old/sonnet-5.111.0/CMakeLists.txt   2023-10-07 12:24:26.0 +0200
+++ new/sonnet-5.112.0/CMakeLists.txt   2023-11-04 11:06:38.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.111.0") # handled by release scripts
+set(KF_VERSION "5.112.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.111.0  NO_MODULE)
+find_package(ECM 5.112.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.111.0/poqm/ca@valencia/sonnet5_qt.po 
new/sonnet-5.112.0/poqm/ca@valencia/sonnet5_qt.po
--- old/sonnet-5.111.0/poqm/ca@valencia/sonnet5_qt.po   2023-10-07 
12:24:26.0 +0200
+++ new/sonnet-5.112.0/poqm/ca@valencia/sonnet5_qt.po   2023-11-04 
11:06:38.0 +0100
@@ -294,7 +294,7 @@
 "diccionari, però voleu deixar-la sense canviar, cliqueu Ignora o "
 "Ignora-ho tot.\n"
 "En canvi, si la paraula està mal escrita, podeu intentar de trobar la "
-"substitució correcta en la llista de davall. Si no li trobeu una "
+"substitució correcta en la llista a continuació. Si no li trobeu una "
 "substitució, podeu escriure al quadro de text a continuació i clicar "
 "Substituïx o Substituïx-ho tot.\n"
 ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.111.0/poqm/zh_CN/sonnet5_qt.po 
new/sonnet-5.112.0/poqm/zh_CN/sonnet5_qt.po
--- old/sonnet-5.111.0/poqm/zh_CN/sonnet5_qt.po 2023-10-07 12:24:26.0 
+0200
+++ new/sonnet-5.112.0/poqm/zh_CN/sonnet5_qt.po 2023-11-04 11:06:38.0 
+0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-09-16 10:09\n"
+"PO-Revision-Date: 2023-10-21 13:55\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


commit sonnet for openSUSE:Factory

2023-10-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-10-19 22:46:43

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1945 (New)


Package is "sonnet"

Thu Oct 19 22:46:43 2023 rev:122 rq:1118740 version:5.111.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-09-11 
21:25:19.468094581 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1945/sonnet.changes  2023-10-19 
22:48:59.542072580 +0200
@@ -1,0 +2,9 @@
+Mon Oct  9 20:21:16 UTC 2023 - Christophe Marin 
+
+- Update to 5.111.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.111.0
+- No code change since 5.110.0
+
+---

Old:

  sonnet-5.110.0.tar.xz
  sonnet-5.110.0.tar.xz.sig

New:

  sonnet-5.111.0.tar.xz
  sonnet-5.111.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.e3yigl/_old  2023-10-19 22:49:00.662113202 +0200
+++ /var/tmp/diff_new_pack.e3yigl/_new  2023-10-19 22:49:00.662113202 +0200
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   sonnet
-Version:5.110.0
+Version:5.111.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.110.0.tar.xz -> sonnet-5.111.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.110.0/CMakeLists.txt 
new/sonnet-5.111.0/CMakeLists.txt
--- old/sonnet-5.110.0/CMakeLists.txt   2023-09-03 09:38:57.0 +0200
+++ new/sonnet-5.111.0/CMakeLists.txt   2023-10-07 12:24:26.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.110.0") # handled by release scripts
+set(KF_VERSION "5.111.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.110.0  NO_MODULE)
+find_package(ECM 5.111.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.110.0/poqm/es/sonnet5_qt.po 
new/sonnet-5.111.0/poqm/es/sonnet5_qt.po
--- old/sonnet-5.110.0/poqm/es/sonnet5_qt.po2023-09-03 09:38:57.0 
+0200
+++ new/sonnet-5.111.0/poqm/es/sonnet5_qt.po2023-10-07 12:24:26.0 
+0200
@@ -5,7 +5,7 @@
 # Pablo de Vicente , 2000-2002,2003, 2004.
 # Pablo de Vicente , 2003.
 # Pablo de Vicente , 2004, 2005.
-# Eloy Cuadra , 2005, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2018, 2019, 2021.
+# SPDX-FileCopyrightText: 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2018, 2019, 2021, 2023 Eloy Cuadra 
 # Pablo de Vicente , 2005, 2006, 2007.
 # Enrique Matias Sanchez (aka Quique) , 2007.
 # Jaime Robles , 2007.
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2021-10-05 12:33+0200\n"
+"PO-Revision-Date: 2023-09-03 22:31+0200\n"
 "Last-Translator: Eloy Cuadra \n"
 "Language-Team: Spanish \n"
 "Language: es\n"
@@ -23,7 +23,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "First-Translator: Boris Wesslowski \n"
-"X-Generator: Lokalize 21.08.1\n"
+"X-Generator: Lokalize 23.08.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
@@ -463,7 +463,7 @@
 #: ui/sonnetui.ui:218
 msgctxt "SonnetUi|"
 msgid "&Replace"
-msgstr "&Reemplazar"
+msgstr "&Sustituir"
 
 #: ui/sonnetui.ui:225
 msgctxt "SonnetUi|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.110.0/poqm/gl/sonnet5_qt.po 
new/sonnet-5.111.0/poqm/gl/sonnet5_qt.po
--- old/sonnet-5.110.0/poqm/gl/sonnet5_qt.po2023-09-03 09:38:57.0 
+0200
+++ new/sonnet-5.111.0/poqm/gl/sonnet5_qt.po2023-10-07 12:24:26.0 
+0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2023-04-28 17:03+0200\n"
+"PO-Revision-Date: 2023-09-03 13:04+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -24,7 +24,7 @@
 "Content-Type: text/plain; 

commit sonnet for openSUSE:Factory

2023-09-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-09-11 21:21:13

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1766 (New)


Package is "sonnet"

Mon Sep 11 21:21:13 2023 rev:121 rq:1110123 version:5.110.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-08-20 
00:14:46.347300805 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1766/sonnet.changes  2023-09-11 
21:25:19.468094581 +0200
@@ -1,0 +2,10 @@
+Wed Sep  6 12:24:23 UTC 2023 - Christophe Marin 
+
+- Update to 5.110.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.110.0
+- Changes since 5.109.0:
+  * Build examples on KDE CI
+
+---

Old:

  sonnet-5.109.0.tar.xz
  sonnet-5.109.0.tar.xz.sig

New:

  sonnet-5.110.0.tar.xz
  sonnet-5.110.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.p219XJ/_old  2023-09-11 21:25:20.796141925 +0200
+++ /var/tmp/diff_new_pack.p219XJ/_new  2023-09-11 21:25:20.800142068 +0200
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   sonnet
-Version:5.109.0
+Version:5.110.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.109.0.tar.xz -> sonnet-5.110.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.109.0/.kde-ci.yml 
new/sonnet-5.110.0/.kde-ci.yml
--- old/sonnet-5.109.0/.kde-ci.yml  2023-08-05 14:41:05.0 +0200
+++ new/sonnet-5.110.0/.kde-ci.yml  2023-09-03 09:38:57.0 +0200
@@ -6,3 +6,4 @@
 Options:
   test-before-installing: True
   require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
+  cmake-options: -DBUILD_EXAMPLES=ON
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.109.0/CMakeLists.txt 
new/sonnet-5.110.0/CMakeLists.txt
--- old/sonnet-5.109.0/CMakeLists.txt   2023-08-05 14:41:05.0 +0200
+++ new/sonnet-5.110.0/CMakeLists.txt   2023-09-03 09:38:57.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.109.0") # handled by release scripts
+set(KF_VERSION "5.110.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.109.0  NO_MODULE)
+find_package(ECM 5.110.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.109.0/poqm/zh_CN/sonnet5_qt.po 
new/sonnet-5.110.0/poqm/zh_CN/sonnet5_qt.po
--- old/sonnet-5.109.0/poqm/zh_CN/sonnet5_qt.po 2023-08-05 14:41:05.0 
+0200
+++ new/sonnet-5.110.0/poqm/zh_CN/sonnet5_qt.po 2023-09-03 09:38:57.0 
+0200
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-08-02 12:41\n"
+"PO-Revision-Date: 2023-09-02 02:57\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


commit sonnet for openSUSE:Factory

2023-08-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-08-20 00:11:33

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1766 (New)


Package is "sonnet"

Sun Aug 20 00:11:33 2023 rev:120 rq:1104620 version:5.109.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-07-09 
20:42:45.466002828 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1766/sonnet.changes  2023-08-20 
00:14:46.347300805 +0200
@@ -1,0 +2,10 @@
+Tue Aug  8 17:43:13 UTC 2023 - Christophe Marin 
+
+- Update to 5.109.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.109.0
+- Changes since 5.108.0:
+  * Add explicit moc includes to sources for moc-covered headers
+
+---

Old:

  sonnet-5.108.0.tar.xz
  sonnet-5.108.0.tar.xz.sig

New:

  sonnet-5.109.0.tar.xz
  sonnet-5.109.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.R8mSOL/_old  2023-08-20 00:14:47.615303300 +0200
+++ /var/tmp/diff_new_pack.R8mSOL/_new  2023-08-20 00:14:47.671303410 +0200
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   sonnet
-Version:5.108.0
+Version:5.109.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.108.0.tar.xz -> sonnet-5.109.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.108.0/CMakeLists.txt 
new/sonnet-5.109.0/CMakeLists.txt
--- old/sonnet-5.108.0/CMakeLists.txt   2023-07-01 12:04:49.0 +0200
+++ new/sonnet-5.109.0/CMakeLists.txt   2023-08-05 14:41:05.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.108.0") # handled by release scripts
+set(KF_VERSION "5.109.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.108.0  NO_MODULE)
+find_package(ECM 5.109.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.108.0/autotests/test_core.cpp 
new/sonnet-5.109.0/autotests/test_core.cpp
--- old/sonnet-5.108.0/autotests/test_core.cpp  2023-07-01 12:04:49.0 
+0200
+++ new/sonnet-5.109.0/autotests/test_core.cpp  2023-08-05 14:41:05.0 
+0200
@@ -89,3 +89,5 @@
 
 // qDebug() << "\tlang is" << Sonnet::detectLanguage(sentence);
 }
+
+#include "moc_test_core.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.108.0/autotests/test_filter.cpp 
new/sonnet-5.109.0/autotests/test_filter.cpp
--- old/sonnet-5.108.0/autotests/test_filter.cpp2023-07-01 
12:04:49.0 +0200
+++ new/sonnet-5.109.0/autotests/test_filter.cpp2023-08-05 
14:41:05.0 +0200
@@ -129,3 +129,5 @@
 }
 QCOMPARE(hitNumber, hits.count());
 }
+
+#include "moc_test_filter.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.108.0/autotests/test_settings.cpp 
new/sonnet-5.109.0/autotests/test_settings.cpp
--- old/sonnet-5.108.0/autotests/test_settings.cpp  2023-07-01 
12:04:49.0 +0200
+++ new/sonnet-5.109.0/autotests/test_settings.cpp  2023-08-05 
14:41:05.0 +0200
@@ -161,3 +161,5 @@
 QCOMPARE(autodetectLanguage, settingsAutoDetectLanguage);
 QCOMPARE(autodetectLanguage, 
speller.testAttribute(Speller::AutoDetectLanguage));
 }
+
+#include "moc_test_settings.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.108.0/examples/dialogexample.cpp 
new/sonnet-5.109.0/examples/dialogexample.cpp
--- old/sonnet-5.108.0/examples/dialogexample.cpp   2023-07-01 
12:04:49.0 +0200
+++ new/sonnet-5.109.0/examples/dialogexample.cpp   2023-08-05 
14:41:05.0 +0200
@@ -47,3 +47,5 @@
 
 return app.exec();
 }
+
+#include "moc_dialogexample.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.108.0/examples/highlighterexample.cpp 
new/sonnet-5.109.0/examples/highlighterexample.cpp
--- old/sonnet-5.108.0/examples/highlighterexample.cpp  2023-07

commit sonnet for openSUSE:Factory

2023-07-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-07-09 20:40:41

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.23466 (New)


Package is "sonnet"

Sun Jul  9 20:40:41 2023 rev:119 rq:1097742 version:5.108.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-06-11 
19:56:44.939691133 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.23466/sonnet.changes 2023-07-09 
20:42:45.466002828 +0200
@@ -1,0 +2,10 @@
+Mon Jul  3 07:02:05 UTC 2023 - Christophe Marin 
+
+- Update to 5.108.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.108.0
+- Changes since 5.107.0:
+  * Remove qt6 CI builds
+
+---

Old:

  sonnet-5.107.0.tar.xz
  sonnet-5.107.0.tar.xz.sig

New:

  sonnet-5.108.0.tar.xz
  sonnet-5.108.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.HiyYBg/_old  2023-07-09 20:42:45.990005981 +0200
+++ /var/tmp/diff_new_pack.HiyYBg/_new  2023-07-09 20:42:45.994006005 +0200
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   sonnet
-Version:5.107.0
+Version:5.108.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.107.0.tar.xz -> sonnet-5.108.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.107.0/.gitlab-ci.yml 
new/sonnet-5.108.0/.gitlab-ci.yml
--- old/sonnet-5.107.0/.gitlab-ci.yml   2023-06-03 11:53:29.0 +0200
+++ new/sonnet-5.108.0/.gitlab-ci.yml   2023-07-01 12:04:49.0 +0200
@@ -6,9 +6,5 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-static.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
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-static.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.107.0/CMakeLists.txt 
new/sonnet-5.108.0/CMakeLists.txt
--- old/sonnet-5.107.0/CMakeLists.txt   2023-06-03 11:53:29.0 +0200
+++ new/sonnet-5.108.0/CMakeLists.txt   2023-07-01 12:04:49.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.107.0") # handled by release scripts
+set(KF_VERSION "5.108.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.107.0  NO_MODULE)
+find_package(ECM 5.108.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.107.0/poqm/cs/sonnet5_qt.po 
new/sonnet-5.108.0/poqm/cs/sonnet5_qt.po
--- old/sonnet-5.107.0/poqm/cs/sonnet5_qt.po2023-06-03 11:53:29.0 
+0200
+++ new/sonnet-5.108.0/poqm/cs/sonnet5_qt.po2023-07-01 12:04:49.0 
+0200
@@ -3,22 +3,22 @@
 # Lukáš Tinkl , 2010, 2011, 2012.
 # Vít Pelčák , 2011, 2012, 2013, 2014, 2015, 2019.
 # Tomáš Chvátal , 2012, 2013.
-# Vit Pelcak , 2021.
+# Vit Pelcak , 2021, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2021-10-08 14:30+0200\n"
-"Last-Translator: Vit Pelcak \n"
+"PO-Revision-Date: 2023-06-22 12:53+0200\n"
+"Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 

commit sonnet for openSUSE:Factory

2023-06-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-06-11 19:53:56

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.15902 (New)


Package is "sonnet"

Sun Jun 11 19:53:56 2023 rev:118 rq:1091967 version:5.107.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-05-14 
16:33:49.559807665 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.15902/sonnet.changes 2023-06-11 
19:56:44.939691133 +0200
@@ -1,0 +2,9 @@
+Mon Jun  5 07:44:16 UTC 2023 - Christophe Marin 
+
+- Update to 5.107.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.107.0
+- No code change since 5.106.0
+
+---

Old:

  sonnet-5.106.0.tar.xz
  sonnet-5.106.0.tar.xz.sig

New:

  sonnet-5.107.0.tar.xz
  sonnet-5.107.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.SAB4MI/_old  2023-06-11 19:56:45.539694751 +0200
+++ /var/tmp/diff_new_pack.SAB4MI/_new  2023-06-11 19:56:45.539694751 +0200
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   sonnet
-Version:5.106.0
+Version:5.107.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.106.0.tar.xz -> sonnet-5.107.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.106.0/CMakeLists.txt 
new/sonnet-5.107.0/CMakeLists.txt
--- old/sonnet-5.106.0/CMakeLists.txt   2023-05-06 11:32:48.0 +0200
+++ new/sonnet-5.107.0/CMakeLists.txt   2023-06-03 11:53:29.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.106.0") # handled by release scripts
+set(KF_VERSION "5.107.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.106.0  NO_MODULE)
+find_package(ECM 5.107.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.106.0/poqm/fr/sonnet5_qt.po 
new/sonnet-5.107.0/poqm/fr/sonnet5_qt.po
--- old/sonnet-5.106.0/poqm/fr/sonnet5_qt.po2023-05-06 11:32:48.0 
+0200
+++ new/sonnet-5.107.0/poqm/fr/sonnet5_qt.po2023-06-03 11:53:29.0 
+0200
@@ -19,7 +19,7 @@
 # Vincent Pinon , 2016.
 # Simon Depiets , 2019.
 # Xavier Besnard , 2021.
-# Xavier BESNARD , 2023.
+# Xavier BESNARD , 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.106.0/poqm/ja/sonnet5_qt.po 
new/sonnet-5.107.0/poqm/ja/sonnet5_qt.po
--- old/sonnet-5.106.0/poqm/ja/sonnet5_qt.po2023-05-06 11:32:48.0 
+0200
+++ new/sonnet-5.107.0/poqm/ja/sonnet5_qt.po2023-06-03 11:53:29.0 
+0200
@@ -21,7 +21,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: qtrich\n"
 "X-Generator: Lokalize 1.1\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.106.0/poqm/zh_CN/sonnet5_qt.po 
new/sonnet-5.107.0/poqm/zh_CN/sonnet5_qt.po
--- old/sonnet-5.106.0/poqm/zh_CN/sonnet5_qt.po 2023-05-06 11:32:48.0 
+0200
+++ new/sonnet-5.107.0/poqm/zh_CN/sonnet5_qt.po 2023-06-03 11:53:29.0 
+0200
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-04-29 08:34\n"
+"PO-Revision-Date: 2023-05-22 14:01\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


commit sonnet for openSUSE:Factory

2023-05-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-05-14 16:31:26

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1533 (New)


Package is "sonnet"

Sun May 14 16:31:26 2023 rev:117 rq:1086972 version:5.106.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-04-09 
18:42:44.386336230 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1533/sonnet.changes  2023-05-14 
16:33:49.559807665 +0200
@@ -1,0 +2,9 @@
+Sat May  6 14:01:55 UTC 2023 - Christophe Marin 
+
+- Update to 5.106.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.106.0
+- No code change since 5.105.0
+
+---

Old:

  sonnet-5.105.0.tar.xz
  sonnet-5.105.0.tar.xz.sig

New:

  sonnet-5.106.0.tar.xz
  sonnet-5.106.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.o4cvu8/_old  2023-05-14 16:33:50.143810489 +0200
+++ /var/tmp/diff_new_pack.o4cvu8/_new  2023-05-14 16:33:50.147810509 +0200
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   sonnet
-Version:5.105.0
+Version:5.106.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.105.0.tar.xz -> sonnet-5.106.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.105.0/CMakeLists.txt 
new/sonnet-5.106.0/CMakeLists.txt
--- old/sonnet-5.105.0/CMakeLists.txt   2023-04-01 03:50:59.0 +0200
+++ new/sonnet-5.106.0/CMakeLists.txt   2023-05-06 11:32:48.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.105.0") # handled by release scripts
+set(KF_VERSION "5.106.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.105.0  NO_MODULE)
+find_package(ECM 5.106.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.105.0/poqm/de/sonnet5_qt.po 
new/sonnet-5.106.0/poqm/de/sonnet5_qt.po
--- old/sonnet-5.105.0/poqm/de/sonnet5_qt.po2023-04-01 03:50:59.0 
+0200
+++ new/sonnet-5.106.0/poqm/de/sonnet5_qt.po2023-05-06 11:32:48.0 
+0200
@@ -21,7 +21,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.12.3\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.105.0/poqm/fi/sonnet5_qt.po 
new/sonnet-5.106.0/poqm/fi/sonnet5_qt.po
--- old/sonnet-5.105.0/poqm/fi/sonnet5_qt.po2023-04-01 03:50:59.0 
+0200
+++ new/sonnet-5.106.0/poqm/fi/sonnet5_qt.po2023-05-06 11:32:48.0 
+0200
@@ -11,7 +11,7 @@
 # Joonas Niilola , 2006.
 # Mikko Piippo , 2007.
 # Teemu Rytilahti , 2008.
-# Tommi Nieminen , 2009, 2010, 2011, 2019, 2021.
+# Tommi Nieminen , 2009, 2010, 2011, 2019, 2021, 2023.
 # Jorma Karvonen , 2010.
 # Lasse Liehu , 2006, 2010, 2011, 2012, 2013, 2014, 
2015.
 #
@@ -34,7 +34,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.04.2\n"
+"X-Generator: Lokalize 22.12.3\n"
 "X-POT-Import-Date: 2013-01-13 20:43:21+\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.105.0/poqm/gl/sonnet5_qt.po 
new/sonnet-5.106.0/poqm/gl/sonnet5_qt.po
--- old/sonnet-5.105.0/poqm/gl/sonnet5_qt.po2023-04-01 03:50:59.0 
+0200
+++ new/sonnet-5.106.0/poqm/gl/sonnet5_qt.po2023-05-06 11:32:48.0 
+0200
@@ -1,7 +1,6 @@
 # translation of kdelibs4.po to galician
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
 # mvillarino , 2007, 2008, 2009.
 # Marce Villarino , 2008, 2009.
 # marce villarino , 2009.
@@ -10,20 +9,22 @@
 # Xosé , 2010.
 # Marce Villarino , 2011, 2012, 2013, 2014.
 # Adrián Chaves Fernández (Gallaecio) ,

commit sonnet for openSUSE:Factory

2023-04-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-04-09 18:40:30

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.19717 (New)


Package is "sonnet"

Sun Apr  9 18:40:30 2023 rev:116 rq:1078102 version:5.105.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-03-12 
16:26:01.125233198 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.19717/sonnet.changes 2023-04-09 
18:42:44.386336230 +0200
@@ -1,0 +2,9 @@
+Sat Apr  1 17:00:59 UTC 2023 - Christophe Marin 
+
+- Update to 5.105.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.105.0
+- No code change since 5.104.0
+
+---

Old:

  sonnet-5.104.0.tar.xz
  sonnet-5.104.0.tar.xz.sig

New:

  sonnet-5.105.0.tar.xz
  sonnet-5.105.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.DfPE0D/_old  2023-04-09 18:42:44.838338786 +0200
+++ /var/tmp/diff_new_pack.DfPE0D/_new  2023-04-09 18:42:44.846338831 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.104
+%define _tar_path 5.103
 # 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.104.0
+Version:5.105.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.104.0.tar.xz -> sonnet-5.105.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.104.0/CMakeLists.txt 
new/sonnet-5.105.0/CMakeLists.txt
--- old/sonnet-5.104.0/CMakeLists.txt   2023-03-04 11:11:16.0 +0100
+++ new/sonnet-5.105.0/CMakeLists.txt   2023-04-01 03:50:59.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.104.0") # handled by release scripts
+set(KF_VERSION "5.105.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.104.0  NO_MODULE)
+find_package(ECM 5.105.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.104.0/poqm/de/sonnet5_qt.po 
new/sonnet-5.105.0/poqm/de/sonnet5_qt.po
--- old/sonnet-5.104.0/poqm/de/sonnet5_qt.po2023-03-04 11:11:16.0 
+0100
+++ new/sonnet-5.105.0/poqm/de/sonnet5_qt.po2023-04-01 03:50:59.0 
+0200
@@ -5,7 +5,7 @@
 # Georg Schuster , 2005.
 # Thomas Reitelbach , 2005, 2006, 2007, 2008, 2009.
 # Burkhard Lück , 2006, 2007, 2009, 2010, 2011, 2012, 
2013, 2014, 2016, 2018.
-# Frederik Schwarzer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2022.
+# Frederik Schwarzer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2022, 2023.
 # Johannes Obermayr , 2010.
 # Panagiotis Papadopoulos , 2010.
 # Rolf Eike Beer , 2012.
@@ -22,7 +22,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 21.12.3\n"
+"X-Generator: Lokalize 22.12.3\n"
 "X-Qt-Contexts: true\n"
 
 #: core/loader.cpp:185
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.104.0/poqm/fr/sonnet5_qt.po 
new/sonnet-5.105.0/poqm/fr/sonnet5_qt.po
--- old/sonnet-5.104.0/poqm/fr/sonnet5_qt.po2023-03-04 11:11:16.0 
+0100
+++ new/sonnet-5.105.0/poqm/fr/sonnet5_qt.po2023-04-01 03:50:59.0 
+0200
@@ -33,7 +33,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.12.0\n"
+"X-Generator: Lokalize 22.12.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: qtrich\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.104.0/poqm/it/sonnet5_qt.po 
new/sonnet-5.105.0/poqm/it/sonnet5_qt.po
--- old/sonnet-5.104.0/poqm/it/sonnet5_qt.po2023-03-04 11:11:16.0 
+0100
+++ new/sonnet-5.105.0/poqm/it/sonnet5_qt.po2023-04-01 03:50:59.0 
+0200
@@ -10,7 +10,7 @@
 # Pino Toscano , 2008.
 # Federico Zenith , 2008, 20

commit sonnet for openSUSE:Factory

2023-03-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-03-12 16:24:00

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.31432 (New)


Package is "sonnet"

Sun Mar 12 16:24:00 2023 rev:115 rq:1070932 version:5.104.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-02-13 
16:41:17.823497464 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.31432/sonnet.changes 2023-03-12 
16:26:01.125233198 +0100
@@ -1,0 +2,9 @@
+Mon Mar  6 09:08:11 UTC 2023 - Christophe Marin 
+
+- Update to 5.104.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.104.0
+- No code change since 5.103.0
+
+---

Old:

  sonnet-5.103.0.tar.xz
  sonnet-5.103.0.tar.xz.sig

New:

  sonnet-5.104.0.tar.xz
  sonnet-5.104.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.PKFQD9/_old  2023-03-12 16:26:01.637235453 +0100
+++ /var/tmp/diff_new_pack.PKFQD9/_new  2023-03-12 16:26:01.641235471 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.103
+%define _tar_path 5.104
 # 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.103.0
+Version:5.104.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.103.0.tar.xz -> sonnet-5.104.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.103.0/CMakeLists.txt 
new/sonnet-5.104.0/CMakeLists.txt
--- old/sonnet-5.103.0/CMakeLists.txt   2023-02-05 10:29:00.0 +0100
+++ new/sonnet-5.104.0/CMakeLists.txt   2023-03-04 11:11:16.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.103.0") # handled by release scripts
+set(KF_VERSION "5.104.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.103.0  NO_MODULE)
+find_package(ECM 5.104.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.103.0/poqm/nl/sonnet5_qt.po 
new/sonnet-5.104.0/poqm/nl/sonnet5_qt.po
--- old/sonnet-5.103.0/poqm/nl/sonnet5_qt.po2023-02-05 10:29:00.0 
+0100
+++ new/sonnet-5.104.0/poqm/nl/sonnet5_qt.po2023-03-04 11:11:16.0 
+0100
@@ -13,13 +13,13 @@
 # Kristof Bal , 2008, 2009.
 # Freek de Kruijf , 2009, 2010.
 # Freek de Kruijf , 2010, 2011, 2012.
-# Freek de Kruijf , 2010, 2011, 2013, 2014, 2015, 2018, 
2021.
+# Freek de Kruijf , 2010, 2011, 2013, 2014, 2015, 2018, 
2021, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2021-10-05 13:24+0200\n"
+"PO-Revision-Date: 2023-02-26 17:01+0100\n"
 "Last-Translator: Freek de Kruijf \n"
 "Language-Team: \n"
 "Language: nl\n"
@@ -28,7 +28,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Files: kfarch.cpp kfdird.cpp kfind.cpp kfindtop.cpp kfoptions.cpp kfsave.cpp "
 "kftabdlg.cpp kftypes.cpp kfwin.cpp main.cpp mkfdird.cpp mkfind.cpp\n"
-"X-Generator: Lokalize 21.08.1\n"
+"X-Generator: Lokalize 22.12.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
@@ -186,7 +186,7 @@
 #: ui/configui.ui:63
 msgctxt "SonnetConfigUI|"
 msgid "Choose your preferred languages"
-msgstr "Kies uw voorkeurtalen"
+msgstr "Kies uw talen met voorkeur"
 
 #: ui/configui.ui:71
 msgctxt "SonnetConfigUI|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.103.0/poqm/zh_CN/sonnet5_qt.po 
new/sonnet-5.104.0/poqm/zh_CN/sonnet5_qt.po
--- old/sonnet-5.103.0/poqm/zh_CN/sonnet5_qt.po 2023-02-05 10:29:00.0 
+0100
+++ new/sonnet-5.104.0/poqm/zh_CN/sonnet5_qt.po 2023-03-04 11:11:16.0 
+0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-01-12 10:31\n"
+"PO-Revision-Date: 2023-02-24 12:44\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


commit sonnet for openSUSE:Factory

2023-02-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-02-13 16:39:10

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1848 (New)


Package is "sonnet"

Mon Feb 13 16:39:10 2023 rev:114 rq:1064632 version:5.103.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2023-01-16 
18:01:19.639632411 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1848/sonnet.changes  2023-02-13 
16:41:17.823497464 +0100
@@ -1,0 +2,10 @@
+Wed Feb  8 09:13:11 UTC 2023 - Christophe Marin 
+
+- Update to 5.103.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.103.0
+- Changes since 5.102.0:
+  * Change underscores to spaces in Esperanto trigrams
+
+---

Old:

  sonnet-5.102.0.tar.xz
  sonnet-5.102.0.tar.xz.sig

New:

  sonnet-5.103.0.tar.xz
  sonnet-5.103.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.dYMyaL/_old  2023-02-13 16:41:18.347500855 +0100
+++ /var/tmp/diff_new_pack.dYMyaL/_new  2023-02-13 16:41:18.347500855 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.102
+%define _tar_path 5.103
 # 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.102.0
+Version:5.103.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
@@ -128,10 +128,8 @@
 
 %find_lang sonnet5 --with-qt --without-mo
 
-%post -n libKF5SonnetCore%{sonum} -p /sbin/ldconfig
-%postun -n libKF5SonnetCore%{sonum} -p /sbin/ldconfig
-%post -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
-%postun -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
+%ldconfig_scriptlets -n libKF5SonnetCore%{sonum}
+%ldconfig_scriptlets -n libKF5SonnetUi%{sonum}
 
 %files -n libKF5SonnetCore%{sonum}-lang -f sonnet5.lang
 


++ sonnet-5.102.0.tar.xz -> sonnet-5.103.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.102.0/CMakeLists.txt 
new/sonnet-5.103.0/CMakeLists.txt
--- old/sonnet-5.102.0/CMakeLists.txt   2023-01-11 23:49:57.0 +0100
+++ new/sonnet-5.103.0/CMakeLists.txt   2023-02-05 10:29:00.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.102.0") # handled by release scripts
+set(KF_VERSION "5.103.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.102.0  NO_MODULE)
+find_package(ECM 5.103.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.102.0/poqm/ca@valencia/sonnet5_qt.po 
new/sonnet-5.103.0/poqm/ca@valencia/sonnet5_qt.po
--- old/sonnet-5.102.0/poqm/ca@valencia/sonnet5_qt.po   2023-01-11 
23:49:57.0 +0100
+++ new/sonnet-5.103.0/poqm/ca@valencia/sonnet5_qt.po   2023-02-05 
10:29:00.0 +0100
@@ -166,7 +166,7 @@
 #: ui/configdialog.cpp:40
 msgctxt "Sonnet::ConfigDialog|"
 msgid "Spell Checking Configuration"
-msgstr "Configuració de la verificació ortogràfica"
+msgstr "Configureu la verificació ortogràfica"
 
 #: ui/configui.ui:26
 msgctxt "SonnetConfigUI|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.102.0/poqm/ka/sonnet5_qt.po 
new/sonnet-5.103.0/poqm/ka/sonnet5_qt.po
--- old/sonnet-5.102.0/poqm/ka/sonnet5_qt.po2023-01-11 23:49:57.0 
+0100
+++ new/sonnet-5.103.0/poqm/ka/sonnet5_qt.po2023-02-05 10:29:00.0 
+0100
@@ -182,7 +182,7 @@
 #: ui/configui.ui:84
 msgctxt "SonnetConfigUI|"
 msgid "Enable &background spellchecking"
-msgstr "მართლწერის _ფონური 
შემოწმება"
+msgstr "მართლწერის &ფონური 
შემოწმება"
 
 #: ui/configui.ui:91
 msgctxt "SonnetConfigUI|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.102.0/poqm/pl/sonnet5_qt.po 
new/sonnet-5.103.0/poqm/pl/sonnet5_qt.po
--- old/sonnet-5.102.0/poqm/pl/sonnet5_qt.po2023-01-11 23:49:57.0 
+010

commit sonnet for openSUSE:Factory

2023-01-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2023-01-16 17:58:51

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.32243 (New)


Package is "sonnet"

Mon Jan 16 17:58:51 2023 rev:113 rq:1058540 version:5.102.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-12-12 
17:41:13.941643932 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.32243/sonnet.changes 2023-01-16 
18:01:19.639632411 +0100
@@ -1,0 +2,13 @@
+Thu Jan 12 08:19:19 UTC 2023 - Christophe Marin 
+
+- Update to 5.102.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.102.0
+- Changes since 5.101.0:
+  * Change underscores to spaces in Esperanto trigrams
+  * Add Esperanto trigram data file
+  * SpellCheckDecorator: manage the d-pointer with a std::unique_ptr
+  * SpellCheckDecorator: remove eventfilter in destructor
+
+---

Old:

  sonnet-5.101.0.tar.xz
  sonnet-5.101.0.tar.xz.sig

New:

  sonnet-5.102.0.tar.xz
  sonnet-5.102.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.wqq6Ia/_old  2023-01-16 18:01:20.319636227 +0100
+++ /var/tmp/diff_new_pack.wqq6Ia/_new  2023-01-16 18:01:20.327636271 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.101
+%define _tar_path 5.102
 # 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.101.0
+Version:5.102.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.101.0.tar.xz -> sonnet-5.102.0.tar.xz ++
 12519 lines of diff (skipped)


commit sonnet for openSUSE:Factory

2022-12-12 Thread Source-Sync
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-12-12 17:39:09

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1835 (New)


Package is "sonnet"

Mon Dec 12 17:39:09 2022 rev:112 rq:1042169 version:5.101.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-11-15 
13:20:33.424531779 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1835/sonnet.changes  2022-12-12 
17:41:13.941643932 +0100
@@ -1,0 +2,9 @@
+Tue Dec  6 20:11:12 UTC 2022 - Christophe Marin 
+
+- Update to 5.101.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.101.0
+- No code change since 5.100.0
+
+---

Old:

  sonnet-5.100.0.tar.xz
  sonnet-5.100.0.tar.xz.sig

New:

  sonnet-5.101.0.tar.xz
  sonnet-5.101.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.OUFGYQ/_old  2022-12-12 17:41:14.437646434 +0100
+++ /var/tmp/diff_new_pack.OUFGYQ/_new  2022-12-12 17:41:14.445646474 +0100
@@ -17,18 +17,17 @@
 
 
 %define sonum   5
-%define _tar_path 5.100
+%define _tar_path 5.101
 # 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.100.0
+Version:5.101.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
-Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: %{name}-%{version}.tar.xz
 %if %{with released}
@@ -59,7 +58,6 @@
 
 %package -n libKF5SonnetCore%{sonum}
 Summary:KDE spell checking library
-Group:  System/GUI/KDE
 Requires:   %{name} >= %{_kf5_bugfix_version}
 %requires_gelibQt5Core5
 Obsoletes:  libKF5SonnetCore4
@@ -71,7 +69,6 @@
 
 %package -n libKF5SonnetUi%{sonum}
 Summary:KDE spell checking library
-Group:  System/GUI/KDE
 %requires_gelibKF5SonnetCore5
 %requires_gelibQt5Gui5
 %requires_gelibQt5Widgets5
@@ -96,7 +93,6 @@
 
 %package devel
 Summary:KDE spell checking library: Build Environment
-Group:  Development/Libraries/KDE
 Requires:   extra-cmake-modules
 Requires:   libKF5SonnetCore%{sonum} = %{version}
 Requires:   libKF5SonnetUi%{sonum} = %{version}
@@ -109,7 +105,6 @@
 
 %package voikko
 Summary:KDE spell checking library: Support for Voikko
-Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
 Provides:   locale(sonnet:fi)
 


++ sonnet-5.100.0.tar.xz -> sonnet-5.101.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.100.0/CMakeLists.txt 
new/sonnet-5.101.0/CMakeLists.txt
--- old/sonnet-5.100.0/CMakeLists.txt   2022-11-05 13:34:28.0 +0100
+++ new/sonnet-5.101.0/CMakeLists.txt   2022-12-03 10:54:20.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.100.0") # handled by release scripts
+set(KF_VERSION "5.101.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.100.0  NO_MODULE)
+find_package(ECM 5.101.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.100.0/poqm/eu/sonnet5_qt.po 
new/sonnet-5.101.0/poqm/eu/sonnet5_qt.po
--- old/sonnet-5.100.0/poqm/eu/sonnet5_qt.po2022-11-05 13:34:28.0 
+0100
+++ new/sonnet-5.101.0/poqm/eu/sonnet5_qt.po2022-12-03 10:54:20.0 
+0100
@@ -15,14 +15,14 @@
 "Project-Id-Version: sonnet5_qt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2022-07-28 12:38+0200\n"
+"PO-Revision-Date: 2022-11-13 08:59+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi \n"
 "Language-Team: Basque \n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 22.04.3\n"
+"X-Generator: Lokalize 22.08.3\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Qt-Contexts: true\n"
 
@@ -170,7 +170,7 @@
 #: ui/configui.ui:26
 msgct

commit sonnet for openSUSE:Factory

2022-11-15 Thread Source-Sync
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-11-15 13:18:00

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1597 (New)


Package is "sonnet"

Tue Nov 15 13:18:00 2022 rev:111 rq:1035438 version:5.100.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-10-11 
18:02:49.617820708 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1597/sonnet.changes  2022-11-15 
13:20:33.424531779 +0100
@@ -1,0 +2,11 @@
+Tue Nov  8 08:35:35 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.100.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.100.0
+- Changes since 5.99.0:
+  * Add Windows Qt 6 CI
+  * Fix the translation folder name
+
+---

Old:

  sonnet-5.99.0.tar.xz
  sonnet-5.99.0.tar.xz.sig

New:

  sonnet-5.100.0.tar.xz
  sonnet-5.100.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.exkUpz/_old  2022-11-15 13:20:33.840533927 +0100
+++ /var/tmp/diff_new_pack.exkUpz/_new  2022-11-15 13:20:33.844533947 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.99
+%define _tar_path 5.100
 # 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.99.0
+Version:5.100.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.99.0.tar.xz -> sonnet-5.100.0.tar.xz ++
 881509 lines of diff (skipped)


commit sonnet for openSUSE:Factory

2022-10-11 Thread Source-Sync
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-10-11 18:00:41

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.2275 (New)


Package is "sonnet"

Tue Oct 11 18:00:41 2022 rev:110 rq:1009041 version:5.99.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-09-13 
15:10:58.468910407 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.2275/sonnet.changes  2022-10-11 
18:02:49.617820708 +0200
@@ -1,0 +2,10 @@
+Sat Oct  1 15:56:18 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.99.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.99.0
+- Changes since 5.98.0:
+  * .gitlab-ci.yml: enable static builds
+
+---

Old:

  sonnet-5.98.0.tar.xz
  sonnet-5.98.0.tar.xz.sig

New:

  sonnet-5.99.0.tar.xz
  sonnet-5.99.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.ODgZfD/_old  2022-10-11 18:02:50.213821671 +0200
+++ /var/tmp/diff_new_pack.ODgZfD/_new  2022-10-11 18:02:50.217821678 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.98
+%define _tar_path 5.99
 # 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.98.0
+Version:5.99.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
@@ -44,15 +44,13 @@
 BuildRequires:  myspell-dictionaries
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5Core) >= 5.15.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5Test) >= 5.15.0
 BuildRequires:  cmake(Qt5UiPlugin) >= 5.15.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
 BuildRequires:  pkgconfig(hunspell)
 BuildRequires:  pkgconfig(libvoikko)
-%if %{with released}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
-%endif
 
 %description
 Sonnet is a plugin-based spell checking library for Qt-based
@@ -130,20 +128,17 @@
 
 %install
 %kf5_makeinstall -C build
+
 %fdupes %{buildroot}
 
-%if %{with released}
-%find_lang %{name}5 --with-qt --without-mo
-%endif
+%find_lang sonnet5 --with-qt --without-mo
 
 %post -n libKF5SonnetCore%{sonum} -p /sbin/ldconfig
 %postun -n libKF5SonnetCore%{sonum} -p /sbin/ldconfig
 %post -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
 %postun -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
 
-%if %{with released}
-%files -n libKF5SonnetCore%{sonum}-lang -f %{name}5.lang
-%endif
+%files -n libKF5SonnetCore%{sonum}-lang -f sonnet5.lang
 
 %files
 %doc README*


++ sonnet-5.98.0.tar.xz -> sonnet-5.99.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.98.0/.gitlab-ci.yml 
new/sonnet-5.99.0/.gitlab-ci.yml
--- old/sonnet-5.98.0/.gitlab-ci.yml2022-09-05 14:18:19.0 +0200
+++ new/sonnet-5.99.0/.gitlab-ci.yml2022-10-01 16:28:17.0 +0200
@@ -3,9 +3,11 @@
 
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-static.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
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-static.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.98.0/CMakeLists.txt 
new/sonnet-5.99.0/CMakeLists.txt
--- old/sonnet-5.98.0/CMakeLists.txt2022-09-05 14:18:19.0 +0200
+++ new/sonnet-5.99.0/CMakeLists.txt2022-10-01 16:28:17.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.98.0") # handled by release scripts
+set(KF_VERSION "5.99.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5

commit sonnet for openSUSE:Factory

2022-09-13 Thread Source-Sync
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-09-13 15:09:28

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.2083 (New)


Package is "sonnet"

Tue Sep 13 15:09:28 2022 rev:109 rq:1002872 version:5.98.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-08-15 
20:00:04.617370741 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.2083/sonnet.changes  2022-09-13 
15:10:58.468910407 +0200
@@ -1,0 +2,10 @@
+Tue Sep  6 07:17:32 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.98.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.98.0
+- Changes since 5.97.0:
+  * Add FreeBSD Qt6 CI support
+
+---

Old:

  sonnet-5.97.0.tar.xz
  sonnet-5.97.0.tar.xz.sig

New:

  sonnet-5.98.0.tar.xz
  sonnet-5.98.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.xPUcSS/_old  2022-09-13 15:10:58.916911669 +0200
+++ /var/tmp/diff_new_pack.xPUcSS/_new  2022-09-13 15:10:58.920911680 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.97
+%define _tar_path 5.98
 # 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.97.0
+Version:5.98.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.97.0.tar.xz -> sonnet-5.98.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.97.0/.gitlab-ci.yml 
new/sonnet-5.98.0/.gitlab-ci.yml
--- old/sonnet-5.97.0/.gitlab-ci.yml2022-08-07 15:34:46.0 +0200
+++ new/sonnet-5.98.0/.gitlab-ci.yml2022-09-05 14:18:19.0 +0200
@@ -8,3 +8,4 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.97.0/CMakeLists.txt 
new/sonnet-5.98.0/CMakeLists.txt
--- old/sonnet-5.97.0/CMakeLists.txt2022-08-07 15:34:46.0 +0200
+++ new/sonnet-5.98.0/CMakeLists.txt2022-09-05 14:18:19.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.97.0") # handled by release scripts
+set(KF_VERSION "5.98.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.97.0  NO_MODULE)
+find_package(ECM 5.98.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.97.0/po/be/sonnet5_qt.po 
new/sonnet-5.98.0/po/be/sonnet5_qt.po
--- old/sonnet-5.97.0/po/be/sonnet5_qt.po   2022-08-07 15:34:46.0 
+0200
+++ new/sonnet-5.98.0/po/be/sonnet5_qt.po   2022-09-05 14:18:19.0 
+0200
@@ -23,8 +23,9 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Lokalize 1.0\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n"
+"%100>=11 && n%100<=14 ? 2 : 3);\n"
 "X-Qt-Contexts: true\n"
 
 #: core/loader.cpp:185
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.97.0/po/be@latin/sonnet5_qt.po 
new/sonnet-5.98.0/po/be@latin/sonnet5_qt.po
--- old/sonnet-5.97.0/po/be@latin/sonnet5_qt.po 2022-08-07 15:34:46.0 
+0200
+++ new/sonnet-5.98.0/po/be@latin/sonnet5_qt.po 2022-09-05 14:18:19.0 
+0200
@@ -15,8 +15,9 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n

commit sonnet for openSUSE:Factory

2022-08-15 Thread Source-Sync
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-08-15 19:58:00

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1521 (New)


Package is "sonnet"

Mon Aug 15 19:58:00 2022 rev:108 rq:995019 version:5.97.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-07-11 
19:10:50.167733998 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1521/sonnet.changes  2022-08-15 
20:00:04.617370741 +0200
@@ -1,0 +2,15 @@
+Sun Aug  7 22:27:48 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.97.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.97.0
+- Changes since 5.96.0:
+  * Port to ECMQmlModule
+  * Drop lib prefix when building for Windows (MinGW)
+  * improve documentation
+  * fix obsolete string
+  * fix typo
+  * add new test
+
+---

Old:

  sonnet-5.96.0.tar.xz
  sonnet-5.96.0.tar.xz.sig

New:

  sonnet-5.97.0.tar.xz
  sonnet-5.97.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.mo81FT/_old  2022-08-15 20:00:05.137372190 +0200
+++ /var/tmp/diff_new_pack.mo81FT/_new  2022-08-15 20:00:05.145372213 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.96
+%define _tar_path 5.97
 # 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.96.0
+Version:5.97.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.96.0.tar.xz -> sonnet-5.97.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.96.0/CMakeLists.txt 
new/sonnet-5.97.0/CMakeLists.txt
--- old/sonnet-5.96.0/CMakeLists.txt2022-07-02 18:02:55.0 +0200
+++ new/sonnet-5.97.0/CMakeLists.txt2022-08-07 15:34:46.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.96.0") # handled by release scripts
+set(KF_VERSION "5.97.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.96.0  NO_MODULE)
+find_package(ECM 5.97.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)
 
@@ -21,7 +21,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 include(ECMGenerateQmlTypes)
-include(ECMQMLModules)
+include(ECMFindQmlModule)
+include(ECMQmlModule)
 include(ECMDeprecationSettings)
 include(ECMAddQch)
 include(ECMPoQmTools)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.96.0/autotests/test_suggest.cpp 
new/sonnet-5.97.0/autotests/test_suggest.cpp
--- old/sonnet-5.96.0/autotests/test_suggest.cpp2022-07-02 
18:02:55.0 +0200
+++ new/sonnet-5.97.0/autotests/test_suggest.cpp2022-08-07 
15:34:46.0 +0200
@@ -36,6 +36,7 @@
 QTest::newRow("helo") << QStringLiteral("helo") << false << 
QStringList{QStringLiteral("hello"), QStringLiteral("hell"), 
QStringLiteral("help")};
 QTest::newRow("enviroment") << QStringLiteral("enviroment") << false << 
QStringList{QStringLiteral("environment")};
 QTest::newRow("guvernment") << QStringLiteral("guvernment") << false << 
QStringList{QStringLiteral("government")};
+QTest::newRow("dictionaies") << QStringLiteral("dictionaies") << false << 
QStringList{QStringLiteral("dictionaries")};
 }
 
 void SuggestTest::aspell_english()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.96.0/po/eu/sonnet5_qt.po 
new/sonnet-5.97.0/po/eu/sonnet5_qt.po
--- old/sonnet-5.96.0/po/eu/sonnet5_qt.po   2022-07-02 18:02:55.0 
+0200
+++ new/sonnet-5.97.0/po/eu/sonnet5_qt.po   2022-08-07 15:34:46.0 
+0200
@@ -1,27 +1,28 @@
-# Translation of sonnet5_qt.po to Euskara/Basque (eu).
+# Translation for sonnet5_qt.po to Euskara/Basque (eu).
 # Copyright (C) 1999-2011, Free Software Foundation, Inc.
-# Copyright (C) 2012-2019, This file is copyright:
-# This file is distributed under the same 
+# Copyright (C) 2012-2022, This file is copyright:
+# This file is distributed under the same license as the origin

commit sonnet for openSUSE:Factory

2022-07-11 Thread Source-Sync
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-07-11 19:09:17

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1523 (New)


Package is "sonnet"

Mon Jul 11 19:09:17 2022 rev:107 rq:988183 version:5.96.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-06-17 
21:21:57.082755102 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1523/sonnet.changes  2022-07-11 
19:10:50.167733998 +0200
@@ -1,0 +2,10 @@
+Sun Jul  3 11:56:19 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.96.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.96.0
+- Changes since 5.95.0:
+  * Require passing unit tests for the CI to pass
+
+---

Old:

  sonnet-5.95.0.tar.xz
  sonnet-5.95.0.tar.xz.sig

New:

  sonnet-5.96.0.tar.xz
  sonnet-5.96.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.5dJLJg/_old  2022-07-11 19:10:50.543734543 +0200
+++ /var/tmp/diff_new_pack.5dJLJg/_new  2022-07-11 19:10:50.547734549 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.95
+%define _tar_path 5.96
 # 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.95.0
+Version:5.96.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.95.0.tar.xz -> sonnet-5.96.0.tar.xz ++
 2467 lines of diff (skipped)


commit sonnet for openSUSE:Factory

2022-06-17 Thread Source-Sync
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-06-17 21:19:48

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1548 (New)


Package is "sonnet"

Fri Jun 17 21:19:48 2022 rev:106 rq:982310 version:5.95.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-05-16 
18:09:39.577332680 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1548/sonnet.changes  2022-06-17 
21:21:57.082755102 +0200
@@ -1,0 +2,15 @@
+Fri Jun 10 14:12:52 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.95.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.95.0
+- Changes since 5.94.0:
+  * Fix unused parameter warning
+  * Try to load en_US for LANG=C (kde#410113)
+  * Fix bookkeeping about loaded plugins
+  * Don't load already loaded plugin
+  * Don't warn, just debug about not loadable plugin
+  * Unload skipped/already loaded plugin
+
+---

Old:

  sonnet-5.94.0.tar.xz
  sonnet-5.94.0.tar.xz.sig

New:

  sonnet-5.95.0.tar.xz
  sonnet-5.95.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.4ZfJOo/_old  2022-06-17 21:21:59.502756414 +0200
+++ /var/tmp/diff_new_pack.4ZfJOo/_new  2022-06-17 21:21:59.506756416 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.94
+%define _tar_path 5.95
 # 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.94.0
+Version:5.95.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.94.0.tar.xz -> sonnet-5.95.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.94.0/CMakeLists.txt 
new/sonnet-5.95.0/CMakeLists.txt
--- old/sonnet-5.94.0/CMakeLists.txt2022-05-07 23:30:08.0 +0200
+++ new/sonnet-5.95.0/CMakeLists.txt2022-06-09 23:30:12.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.94.0") # handled by release scripts
+set(KF_VERSION "5.95.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.93.0  NO_MODULE)
+find_package(ECM 5.95.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.94.0/po/ca@valencia/sonnet5_qt.po 
new/sonnet-5.95.0/po/ca@valencia/sonnet5_qt.po
--- old/sonnet-5.94.0/po/ca@valencia/sonnet5_qt.po  2022-05-07 
23:30:08.0 +0200
+++ new/sonnet-5.95.0/po/ca@valencia/sonnet5_qt.po  2022-06-09 
23:30:12.0 +0200
@@ -246,12 +246,12 @@
 #: ui/dialog.cpp:230
 msgctxt "Sonnet::Dialog|"
 msgid "Spell check canceled."
-msgstr "S'ha cancel??lat la verificaci?? ortogr??fica."
+msgstr "S'ha cancelat la verificaci?? ortogr??fica."
 
 #: ui/dialog.cpp:405 ui/dialog.cpp:408
 msgctxt "Sonnet::Dialog|"
 msgid "Spell check complete."
-msgstr "La verificaci?? ortogr??fica ha finalitzat."
+msgstr "La verificaci?? ortogr??fica ha finalisat."
 
 #: ui/highlighter.cpp:254 ui/highlighter.cpp:277
 msgctxt "Sonnet::Highlighter|"
@@ -287,16 +287,16 @@
 ""
 msgstr ""
 "Esta paraula s'ha considerat una ??paraula desconeguda?? perqu?? no "
-"coincideix amb cap entrada del diccionari actualment en ??s. Tamb?? pot ser "
-"una paraula en un idioma estranger.\n"
+"coincidix amb cap entrada del diccionari actualment en ??s. Tamb?? pot ser 
una "
+"paraula en un idioma estranger.\n"
 "Si la paraula no est?? mal escrita, podeu afegir-la al diccionari clicant "
 "a Afig al diccionari. Si no voleu afegir la paraula desconeguda al "
-"diccionari, per?? voleu deixar-la sense canviar, cliqueu Ignora o "
+"diccionari, pero voleu deixar-la sense canviar, cliqueu Ignora o "
 "Ignora-ho tot.\n"
 "En canvi, si la paraula est?? mal escrita, podeu intentar de trobar la "
-"substituci?? correcta a la llista de davall. Si no li trobeu una 
substituci??, "
-"podeu escriure al quadre de text de davall i clicar Substitueix o "
-"Substitueix-ho tot.\n"
+"substituci?? correcta en la llista a continuaci??. Si no 

commit sonnet for openSUSE:Factory

2022-05-16 Thread Source-Sync
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-05-16 18:07:27

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1538 (New)


Package is "sonnet"

Mon May 16 18:07:27 2022 rev:105 rq:977217 version:5.94.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-04-11 
23:49:31.698875541 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1538/sonnet.changes  2022-05-16 
18:09:39.577332680 +0200
@@ -1,0 +2,11 @@
+Tue May 10 08:18:17 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.94.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.94.0
+- Changes since 5.93.0:
+  * Fix license identifier
+  * Add windows CI
+
+---

Old:

  sonnet-5.93.0.tar.xz
  sonnet-5.93.0.tar.xz.sig

New:

  sonnet-5.94.0.tar.xz
  sonnet-5.94.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.X55E2P/_old  2022-05-16 18:09:40.117333109 +0200
+++ /var/tmp/diff_new_pack.X55E2P/_new  2022-05-16 18:09:40.125333116 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.93
+%define _tar_path 5.94
 # 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.93.0
+Version:5.94.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.93.0.tar.xz -> sonnet-5.94.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.93.0/.gitlab-ci.yml 
new/sonnet-5.94.0/.gitlab-ci.yml
--- old/sonnet-5.93.0/.gitlab-ci.yml2022-04-02 12:31:24.0 +0200
+++ new/sonnet-5.94.0/.gitlab-ci.yml2022-05-07 23:30:08.0 +0200
@@ -7,3 +7,4 @@
   - 
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
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.93.0/CMakeLists.txt 
new/sonnet-5.94.0/CMakeLists.txt
--- old/sonnet-5.93.0/CMakeLists.txt2022-04-02 12:31:24.0 +0200
+++ new/sonnet-5.94.0/CMakeLists.txt2022-05-07 23:30:08.0 +0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.93.0") # handled by release scripts
+set(KF_VERSION "5.94.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.93.0/po/ca@valencia/sonnet5_qt.po 
new/sonnet-5.94.0/po/ca@valencia/sonnet5_qt.po
--- old/sonnet-5.93.0/po/ca@valencia/sonnet5_qt.po  2022-04-02 
12:31:24.0 +0200
+++ new/sonnet-5.94.0/po/ca@valencia/sonnet5_qt.po  2022-05-07 
23:30:08.0 +0200
@@ -293,7 +293,7 @@
 "a Afig al diccionari. Si no voleu afegir la paraula desconeguda al "
 "diccionari, per?? voleu deixar-la sense canviar, cliqueu Ignora o "
 "Ignora-ho tot.\n"
-"En canvi, si la paraula est?? mal escrita, podeu provar de trobar la "
+"En canvi, si la paraula est?? mal escrita, podeu intentar de trobar la "
 "substituci?? correcta a la llista de davall. Si no li trobeu una 
substituci??, "
 "podeu escriure al quadre de text de davall i clicar Substitueix o "
 "Substitueix-ho tot.\n"
@@ -346,7 +346,7 @@
 ""
 msgstr ""
 "\n"
-"Ac?? podeu veure un extracte del text que mostra la paraula desconeguda en 
"
+"Ac?? podeu vore un extracte del text que mostra la paraula desconeguda en "
 "el seu context. Si esta informaci?? no ??s suficient per a triar la millor "
 "substituci?? per a la paraula desconeguda, podeu clicar en el document que "
 "esteu revisant, llegir una part m??s gran del text i llavors tornar ac?? per 
a "
@@ -496,8 +496,8 @@
 "Cliqueu ac?? per a deixar este cas de la paraula desconeguda tal com 
est??."
 "\n"
 "Esta acci?? ??s ??til quan una paraula ??s un nom, un acr??nim, una 
paraula "
-"estrangera o qualsevol altra paraula desconeguda que voleu usar, per?? que no 
"
-"voleu afegir-la al diccionari.\n"
+"estrangera o qualsevol atra paraula desconeguda que voleu utilitzar, p

commit sonnet for openSUSE:Factory

2022-04-11 Thread Source-Sync
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-04-11 23:47:59

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1900 (New)


Package is "sonnet"

Mon Apr 11 23:47:59 2022 rev:104 rq:968209 version:5.93.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-03-14 
19:36:39.466096988 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1900/sonnet.changes  2022-04-11 
23:49:31.698875541 +0200
@@ -1,0 +2,12 @@
+Sun Apr  3 10:47:34 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.93.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.93.0
+- Changes since 5.92.0:
+  * Enable Windows spellchecker with mingw
+  * Add Android to supported platforms in repo metadata
+  * hunspell: resolve symlinks with canonicalFilePath()
+
+---

Old:

  sonnet-5.92.0.tar.xz
  sonnet-5.92.0.tar.xz.sig

New:

  sonnet-5.93.0.tar.xz
  sonnet-5.93.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.6E7QBH/_old  2022-04-11 23:49:32.366867920 +0200
+++ /var/tmp/diff_new_pack.6E7QBH/_new  2022-04-11 23:49:32.378867783 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.92
+%define _tar_path 5.93
 # 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.92.0
+Version:5.93.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.92.0.tar.xz -> sonnet-5.93.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.92.0/CMakeLists.txt 
new/sonnet-5.93.0/CMakeLists.txt
--- old/sonnet-5.92.0/CMakeLists.txt2022-03-05 14:09:51.0 +0100
+++ new/sonnet-5.93.0/CMakeLists.txt2022-04-02 12:31:24.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.92.0") # handled by release scripts
+set(KF_VERSION "5.93.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.92.0  NO_MODULE)
+find_package(ECM 5.93.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.92.0/metainfo.yaml 
new/sonnet-5.93.0/metainfo.yaml
--- old/sonnet-5.92.0/metainfo.yaml 2022-03-05 14:09:51.0 +0100
+++ new/sonnet-5.93.0/metainfo.yaml 2022-04-02 12:31:24.0 +0200
@@ -7,6 +7,7 @@
 - name: FreeBSD
 - name: Windows
 - name: macOS
+- name: Android
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.92.0/po/ca/sonnet5_qt.po 
new/sonnet-5.93.0/po/ca/sonnet5_qt.po
--- old/sonnet-5.92.0/po/ca/sonnet5_qt.po   2022-03-05 14:09:51.0 
+0100
+++ new/sonnet-5.93.0/po/ca/sonnet5_qt.po   2022-04-02 12:31:24.0 
+0200
@@ -1,20 +1,21 @@
 # Translation of sonnet5_qt.po to Catalan
-# Copyright (C) 1998-2021 This_file_is_part_of_KDE
+# Copyright (C) 1998-2022 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebasti?? Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella P??rez , 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2016, 2020.
+# Antoni Bella P??rez , 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2016, 2020, 2022.
 # Albert Astals Cid , 2004, 2005, 2007.
-# Josep M. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018, 2021.
+# Josep M. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018, 2021, 2022.
 # Robert Millan , 2009.
 # Orestes Mas , 2010.
+# Empar Montoro Mart??n , 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: sonnet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2021-10-24 18:08+0200\n"
+"PO-Revision-Date: 2022-03-30 23:19+0200\n"
 "Last-Translator: Josep M. Ferrer \n"
 

commit sonnet for openSUSE:Factory

2022-03-14 Thread Source-Sync
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-03-14 19:35:01

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.25692 (New)


Package is "sonnet"

Mon Mar 14 19:35:01 2022 rev:103 rq:961291 version:5.92.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2022-02-24 
18:22:43.226670050 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.25692/sonnet.changes 2022-03-14 
19:36:39.466096988 +0100
@@ -1,0 +2,13 @@
+Mon Mar  7 09:27:22 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.92.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.92.0
+- Changes since 5.91.0:
+  * settings: Emit `autodetectLanguageChanged`
+  * Add Qt6 Android CI
+  * Make the BUILD_DESIGNERPLUGIN option dependent on not cross-compiling
+  * QMake pri files: fix missing new path to version header
+
+---

Old:

  sonnet-5.91.0.tar.xz
  sonnet-5.91.0.tar.xz.sig

New:

  sonnet-5.92.0.tar.xz
  sonnet-5.92.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.G8mb1Y/_old  2022-03-14 19:36:39.914097525 +0100
+++ /var/tmp/diff_new_pack.G8mb1Y/_new  2022-03-14 19:36:39.918097530 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.91
+%define _tar_path 5.92
 # 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.91.0
+Version:5.92.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.91.0.tar.xz -> sonnet-5.92.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.91.0/.gitlab-ci.yml 
new/sonnet-5.92.0/.gitlab-ci.yml
--- old/sonnet-5.91.0/.gitlab-ci.yml2022-02-05 22:32:46.0 +0100
+++ new/sonnet-5.92.0/.gitlab-ci.yml2022-03-05 14:09:51.0 +0100
@@ -6,3 +6,4 @@
   - 
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
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.91.0/CMakeLists.txt 
new/sonnet-5.92.0/CMakeLists.txt
--- old/sonnet-5.91.0/CMakeLists.txt2022-02-05 22:32:46.0 +0100
+++ new/sonnet-5.92.0/CMakeLists.txt2022-03-05 14:09:51.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.91.0") # handled by release scripts
+set(KF_VERSION "5.92.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
 include(CMakeDependentOption)
-find_package(ECM 5.91.0  NO_MODULE)
+find_package(ECM 5.92.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)
 
@@ -25,6 +25,7 @@
 
 include(ECMAddQch)
 include(ECMPoQmTools)
+include(CMakeDependentOption)
 
 set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of 
deprecated API excluded from the build [default=0].")
 
@@ -55,7 +56,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 if(SONNET_USE_WIDGETS)
-option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" ON)
+cmake_dependent_option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" 
ON "NOT CMAKE_CROSSCOMPILING" OFF)
 add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for 
Qt Designer")
 endif()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.91.0/autotests/test_settings.cpp 
new/sonnet-5.92.0/autotests/test_settings.cpp
--- old/sonnet-5.91.0/autotests/test_settings.cpp   2022-02-05 
22:32:46.0 +0100
+++ new/sonnet-5.92.0/autotests/test_settings.cpp   2022-03-05 
14:09:51.0 +0100
@@ -120,7 +120,7 @@
 bool checkUppercase = speller.testAttribute(Speller::CheckUppercase);
 bool settingsUppercase = settings.value(QStringLiter

commit sonnet for openSUSE:Factory

2022-02-24 Thread Source-Sync
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.changes2022-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 
+
+- 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.yml2022-01-01 13:39:40.0 +0100
+++ new/sonnet-5.91.0/.gitlab-ci.yml2022-02-05 22:32:46.0 +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.txt2022-01-01 13:39:40.0 +0100
+++ new/sonnet-5.91.0/CMakeLists.txt2022-02-05 22:32:46.0 +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.po2022-01-01 13:39:40.0 
+0100
+++ new/sonnet-5.91.0/po/zh_CN/sonnet5_qt.po2022-02-05 22:32:46.0 
+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.0 
+0100
+++ new/sonnet-5.91.0/src/

commit sonnet for openSUSE:Factory

2022-01-11 Thread Source-Sync
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-01-11 21:17:00

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1892 (New)


Package is "sonnet"

Tue Jan 11 21:17:00 2022 rev:101 rq:945101 version:5.90.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-12-13 
20:45:25.588492649 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1892/sonnet.changes  2022-01-11 
21:20:16.465001233 +0100
@@ -1,0 +2,11 @@
+Mon Jan  3 12:48:09 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.90.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.90.0
+- Changes since 5.89.0:
+  * Don't access an out of bounds index into a QString
+  * WIP: Change the build system to enable building with Qt 6
+
+---

Old:

  sonnet-5.89.0.tar.xz
  sonnet-5.89.0.tar.xz.sig

New:

  sonnet-5.90.0.tar.xz
  sonnet-5.90.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.sBBAI4/_old  2022-01-11 21:20:17.209001755 +0100
+++ /var/tmp/diff_new_pack.sBBAI4/_new  2022-01-11 21:20:17.213001758 +0100
@@ -17,21 +17,21 @@
 
 
 %define sonum   5
-%define _tar_path 5.89
+%define _tar_path 5.90
 # 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
+%bcond_without released
 Name:   sonnet
-Version:5.89.0
+Version:5.90.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: %{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
@@ -50,7 +50,7 @@
 BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
 BuildRequires:  pkgconfig(hunspell)
 BuildRequires:  pkgconfig(libvoikko)
-%if %{with lang}
+%if %{with released}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
 %endif
 
@@ -65,9 +65,6 @@
 Requires:   %{name} >= %{_kf5_bugfix_version}
 %requires_gelibQt5Core5
 Obsoletes:  libKF5SonnetCore4
-%if %{with lang}
-Recommends: libKF5SonnetCore%{sonum}-lang = %{version}
-%endif
 
 %description -n libKF5SonnetCore%{sonum}
 Sonnet is a plugin-based spell checking library for Qt-based
@@ -135,7 +132,7 @@
 %kf5_makeinstall -C build
 %fdupes %{buildroot}
 
-%if %{with lang}
+%if %{with released}
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
@@ -144,7 +141,7 @@
 %post -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
 %postun -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
 
-%if %{with lang}
+%if %{with released}
 %files -n libKF5SonnetCore%{sonum}-lang -f %{name}5.lang
 %endif
 


++ sonnet-5.89.0.tar.xz -> sonnet-5.90.0.tar.xz ++
 16826 lines of diff (skipped)


commit sonnet for openSUSE:Factory

2021-12-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-12-13 20:41:26

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.2520 (New)


Package is "sonnet"

Mon Dec 13 20:41:26 2021 rev:100 rq:939259 version:5.89.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-11-15 
15:27:23.625840190 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.2520/sonnet.changes  2021-12-13 
20:45:25.588492649 +0100
@@ -1,0 +2,16 @@
+Sat Dec  4 22:57:09 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.89.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.89.0
+- Changes since 5.88.0:
+  * don't load plugins from current working directory, that is even a security 
issue
+  * export all known languages
+  * apply coding style
+  * Move away from QStringRef
+  * massive speedup, avoid loading the same huge dictionaries several times
+  * only load one instance of a plugin
+  * core: attempt to load local plugins first, makes development easier
+
+---

Old:

  sonnet-5.88.0.tar.xz
  sonnet-5.88.0.tar.xz.sig

New:

  sonnet-5.89.0.tar.xz
  sonnet-5.89.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.GLCFOT/_old  2021-12-13 20:45:26.412492751 +0100
+++ /var/tmp/diff_new_pack.GLCFOT/_new  2021-12-13 20:45:26.428492752 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.88
+%define _tar_path 5.89
 # 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.88.0
+Version:5.89.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.88.0.tar.xz -> sonnet-5.89.0.tar.xz ++
 17263 lines of diff (skipped)


commit sonnet for openSUSE:Factory

2021-11-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-11-15 15:25:55

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1890 (New)


Package is "sonnet"

Mon Nov 15 15:25:55 2021 rev:99 rq:931130 version:5.88.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-10-18 
22:01:19.514055942 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1890/sonnet.changes  2021-11-15 
15:27:23.625840190 +0100
@@ -1,0 +2,24 @@
+Sun Nov  7 09:13:43 UTC 2021 - Christophe Giboudeaux 
+
+- Strip 'Source' URL for faster submissions
+
+---
+Sun Nov  7 09:08:31 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.88.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.88.0
+- Changes since 5.87.0:
+  * Build examples only when BUILD_EXAMPLES is on
+  * Remove duplicate includes from .cpp/.h
+  * Fix applying highlighter in quick document
+  * data/parsetrigrams.cpp: ensure the output is deterministic
+  * Add FreeBSD CI
+  * Add Android CI
+  * Remove bad Messages.sh
+  * Don't crash on null textDocument if suggestions are invoked
+  * Add missing qmldir
+  * Implement QtQuick bindings for Sonnet
+
+---

Old:

  sonnet-5.87.0.tar.xz
  sonnet-5.87.0.tar.xz.sig

New:

  sonnet-5.88.0.tar.xz
  sonnet-5.88.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.oPnoQ7/_old  2021-11-15 15:27:24.097840322 +0100
+++ /var/tmp/diff_new_pack.oPnoQ7/_new  2021-11-15 15:27:24.101840324 +0100
@@ -17,22 +17,22 @@
 
 
 %define sonum   5
-%define _tar_path 5.87
+%define _tar_path 5.88
 # 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.87.0
+Version:5.88.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source1:%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
 #BuildRequires:  aspell-devel
@@ -44,6 +44,7 @@
 BuildRequires:  myspell-dictionaries
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5Core) >= 5.15.0
+BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5Test) >= 5.15.0
 BuildRequires:  cmake(Qt5UiPlugin) >= 5.15.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
@@ -85,6 +86,19 @@
 applications. It supports several different plugins, including
 HSpell, Enchant, ASpell and HUNSPELL.
 
+%package imports
+Summary:KDE spell checking library: QML files
+Requires:   libKF5SonnetCore%{sonum} = %{version}
+Requires:   libKF5SonnetUi%{sonum} = %{version}
+
+%description imports
+
+Sonnet is a plugin-based spell checking library for Qt-based
+applications. It supports several different plugins, including
+HSpell, Enchant, ASpell and HUNSPELL.
+This package contains files that allow use of sonnet with
+QtQuick based applications.
+
 %package devel
 Summary:KDE spell checking library: Build Environment
 Group:  Development/Libraries/KDE
@@ -149,6 +163,14 @@
 %files -n libKF5SonnetUi%{sonum}
 %{_kf5_libdir}/libKF5SonnetUi.so.*
 
+%files imports
+%dir %{_kf5_qmldir}/org/
+%dir %{_kf5_qmldir}/org/kde/
+%dir %{_kf5_qmldir}/org/kde/sonnet
+%{_kf5_qmldir}/org/kde/sonnet/libsonnetquickplugin.so
+%{_kf5_qmldir}/org/kde/sonnet/plugins.qmltypes
+%{_kf5_qmldir}/org/kde/sonnet/qmldir
+
 %files devel
 %dir %{_kf5_plugindir}/designer
 %{_kf5_bindir}/gentrigrams


++ sonnet-5.87.0.tar.xz -> sonnet-5.88.0.tar.xz ++
 5146 lines of diff (skipped)


commit sonnet for openSUSE:Factory

2021-10-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-10-18 21:59:01

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1890 (New)


Package is "sonnet"

Mon Oct 18 21:59:01 2021 rev:98 rq:924481 version:5.87.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-09-16 
23:16:35.171917228 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1890/sonnet.changes  2021-10-18 
22:01:19.514055942 +0200
@@ -1,0 +2,10 @@
+Sun Oct  3 20:34:08 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+
+---

Old:

  sonnet-5.86.0.tar.xz
  sonnet-5.86.0.tar.xz.sig

New:

  sonnet-5.87.0.tar.xz
  sonnet-5.87.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.QZubVu/_old  2021-10-18 22:01:20.130056388 +0200
+++ /var/tmp/diff_new_pack.QZubVu/_new  2021-10-18 22:01:20.134056391 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.86
+%define _tar_path 5.87
 # 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.86.0
+Version:5.87.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.86.0.tar.xz -> sonnet-5.87.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.86.0/.gitlab-ci.yml 
new/sonnet-5.87.0/.gitlab-ci.yml
--- old/sonnet-5.86.0/.gitlab-ci.yml1970-01-01 01:00:00.0 +0100
+++ new/sonnet-5.87.0/.gitlab-ci.yml2021-10-02 16:36:00.0 +0200
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause 
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.86.0/.kde-ci.yml 
new/sonnet-5.87.0/.kde-ci.yml
--- old/sonnet-5.86.0/.kde-ci.yml   1970-01-01 01:00:00.0 +0100
+++ new/sonnet-5.87.0/.kde-ci.yml   2021-10-02 16:36:00.0 +0200
@@ -0,0 +1,7 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
+  'require':
+'frameworks/extra-cmake-modules': '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.86.0/CMakeLists.txt 
new/sonnet-5.87.0/CMakeLists.txt
--- old/sonnet-5.86.0/CMakeLists.txt2021-09-04 19:09:28.0 +0200
+++ new/sonnet-5.87.0/CMakeLists.txt2021-10-02 16:36:00.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.86.0") # handled by release scripts
+set(KF_VERSION "5.87.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.86.0  NO_MODULE)
+find_package(ECM 5.87.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.86.0/po/zh_CN/sonnet5_qt.po 
new/sonnet-5.87.0/po/zh_CN/sonnet5_qt.po
--- old/sonnet-5.86.0/po/zh_CN/sonnet5_qt.po2021-09-04 19:09:28.0 
+0200
+++ new/sonnet-5.87.0/po/zh_CN/sonnet5_qt.po2021-10-02 16:36:00.0 
+0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2021-08-30 11:44\n"
+"PO-Revision-Date: 2021-09-27 13:09\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
@@ -464,8 +464,8 @@
 msgstr ""
 "\n"
 "???\n"
-"???"
-"???\n"
+"???"
+"???\n"
 ""
 
 #: ui/sonnetui.ui:243
@@ -486,8 +486,8 @@
 msgstr "

commit sonnet for openSUSE:Factory

2021-09-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-09-16 23:14:26

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1899 (New)


Package is "sonnet"

Thu Sep 16 23:14:26 2021 rev:97 rq:919236 version:5.86.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-08-16 
10:12:43.031018869 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1899/sonnet.changes  2021-09-16 
23:16:35.171917228 +0200
@@ -1,0 +2,15 @@
+Wed Sep 15 08:24:28 UTC 2021 - Christophe Giboudeaux 
+
+- Drop the unneeded baselibs.conf.
+
+---
+Mon Sep  6 06:22:26 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.86.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.86.0
+- Changes since 5.85.0:
+  * replace "MacOSX" with "macOS"
+
+---

Old:

  baselibs.conf
  sonnet-5.85.0.tar.xz
  sonnet-5.85.0.tar.xz.sig

New:

  sonnet-5.86.0.tar.xz
  sonnet-5.86.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.CmhHAy/_old  2021-09-16 23:16:35.699917774 +0200
+++ /var/tmp/diff_new_pack.CmhHAy/_new  2021-09-16 23:16:35.699917774 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.85
+%define _tar_path 5.86
 # 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.85.0
+Version:5.86.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
@@ -35,7 +35,6 @@
 Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
-Source99:   baselibs.conf
 #BuildRequires:  aspell-devel
 # Enchant plugin is currently disabled upstream
 #BuildRequires:  enchant-devel


++ sonnet-5.85.0.tar.xz -> sonnet-5.86.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.85.0/.git-blame-ignore-revs 
new/sonnet-5.86.0/.git-blame-ignore-revs
--- old/sonnet-5.85.0/.git-blame-ignore-revs2021-08-06 11:13:20.0 
+0200
+++ new/sonnet-5.86.0/.git-blame-ignore-revs2021-09-04 19:09:28.0 
+0200
@@ -1,3 +1,5 @@
 #clang-format
 c96d7b78cf7b82b6a9f16ccd923e427e47fa9e22
 75599244a47b62d0782a68e2b37e1a99191c40e2
+#clang-tidy
+ae0a07bce2562b28e77398d52cf86654e0d60d48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.85.0/CMakeLists.txt 
new/sonnet-5.86.0/CMakeLists.txt
--- old/sonnet-5.85.0/CMakeLists.txt2021-08-06 11:13:20.0 +0200
+++ new/sonnet-5.86.0/CMakeLists.txt2021-09-04 19:09:28.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.85.0") # handled by release scripts
+set(KF_VERSION "5.86.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.85.0  NO_MODULE)
+find_package(ECM 5.86.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)
 
@@ -25,7 +25,7 @@
 
 set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of 
deprecated API excluded from the build [default=0].")
 
-set(REQUIRED_QT_VERSION 5.15.0)
+set(REQUIRED_QT_VERSION 5.15.2)
 option(SONNET_USE_WIDGETS "Build components using Qt5Widgets" ON)
 if(SONNET_USE_WIDGETS)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
@@ -46,7 +46,7 @@
 add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for 
Qt Designer")
 endif()
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02)
 ecm_install_po_files_as_qm(po)
 add_subdirectory(data)
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.85.0/metainfo.yaml 
new/sonnet-5.86.0/metainfo.yaml
--- old/sonnet-5.85.0/metainfo.yaml 2021-08-06 11:13:20.0 +0200
+++ new/sonnet-5.86.0/metainfo.yaml 2021-09-04 19:09:28.0 +0200
@@ -6,7 +6,7 @@
 - name: Linux
 - name: FreeBSD
 - name: Windows
-- name: MacOSX
+ 

commit sonnet for openSUSE:Factory

2021-08-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-08-16 10:08:22

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.1899 (New)


Package is "sonnet"

Mon Aug 16 10:08:22 2021 rev:96 rq:912179 version:5.85.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-07-16 
00:02:11.204748979 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.1899/sonnet.changes  2021-08-16 
10:12:43.031018869 +0200
@@ -1,0 +2,10 @@
+Fri Aug  6 12:13:39 UTC 2021 - Christophe Giboudeaux 
+
+- 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:
+  * Fix language not being correctly guessed when sentence ends in a dot
+
+---

Old:

  sonnet-5.84.0.tar.xz
  sonnet-5.84.0.tar.xz.sig

New:

  sonnet-5.85.0.tar.xz
  sonnet-5.85.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.wgqB0J/_old  2021-08-16 10:12:43.707018076 +0200
+++ /var/tmp/diff_new_pack.wgqB0J/_new  2021-08-16 10:12:43.711018072 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%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:   sonnet
-Version:5.84.0
+Version:5.85.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.84.0.tar.xz -> sonnet-5.85.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.84.0/CMakeLists.txt 
new/sonnet-5.85.0/CMakeLists.txt
--- old/sonnet-5.84.0/CMakeLists.txt2021-07-03 14:21:51.0 +0200
+++ new/sonnet-5.85.0/CMakeLists.txt2021-08-06 11:13:20.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.84.0") # handled by release scripts
+set(KF_VERSION "5.85.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.84.0/po/ar/sonnet5_qt.po 
new/sonnet-5.85.0/po/ar/sonnet5_qt.po
--- old/sonnet-5.84.0/po/ar/sonnet5_qt.po   2021-07-03 14:21:51.0 
+0200
+++ new/sonnet-5.85.0/po/ar/sonnet5_qt.po   2021-08-06 11:13:20.0 
+0200
@@ -23,7 +23,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-28 15:38+0300\n"
-"PO-Revision-Date: 2021-07-02 21:55+0400\n"
+"PO-Revision-Date: 2021-07-18 05:17+0400\n"
 "Last-Translator: Zayed Al-Saidi \n"
 "Language-Team: ar\n"
 "Language: ar\n"
@@ -275,6 +275,15 @@
 "All.\n"
 ""
 msgstr ""
+"?? ??  \" \" 
  ??  ??  ?? "
+" ??.   ??   
?? ??.\n"
+"  ??    ?? 
?? ?? ??  ?? ?? "
+"??.   ?? ??   
??   ?? ?? ?? "
+" ??  ?? ??.\n"
+"       
?? ??    ?? "
+"??.   ??  ??  ?? 
     "
+" ??.\n"
+""
 
 #: ui/sonnetui.ui:47
 msgctxt "SonnetUi|"
@@ -322,6 +331,12 @@
 "part of the text and then return here to continue proofing.\n"
 ""
 msgstr ""
+" \n"
+" ?? ??  ?? ??   ?? 
  .??  ?? ?? "
+"?? ?? ??    
??  ?? ?? ?? ?? "
+"??   ?? ??  ?? 
  ??

commit sonnet for openSUSE:Factory

2021-07-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-07-16 00:00:15

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.2625 (New)


Package is "sonnet"

Fri Jul 16 00:00:15 2021 rev:95 rq:905543 version:5.84.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-06-16 
20:36:07.471251606 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.2625/sonnet.changes  2021-07-16 
00:02:11.204748979 +0200
@@ -1,0 +2,12 @@
+Sun Jul  4 07:46:00 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.84.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.84.0
+- Changes since 5.83.0:
+  * Const'ify  variable
+  * Const'ify + fix crash when we can't find dictionary
+- Only install the license files once
+
+---

Old:

  sonnet-5.83.0.tar.xz
  sonnet-5.83.0.tar.xz.sig

New:

  sonnet-5.84.0.tar.xz
  sonnet-5.84.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.iNYZNy/_old  2021-07-16 00:02:11.728747123 +0200
+++ /var/tmp/diff_new_pack.iNYZNy/_new  2021-07-16 00:02:11.732747108 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.83
+%define _tar_path 5.84
 # 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.83.0
+Version:5.84.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
@@ -136,7 +136,6 @@
 %endif
 
 %files
-%license LICENSES/*
 %doc README*
 %dir %{_kf5_plugindir}/kf5
 %dir %{_kf5_plugindir}/kf5/sonnet
@@ -149,11 +148,9 @@
 %{_kf5_libdir}/libKF5SonnetCore.so.*
 
 %files -n libKF5SonnetUi%{sonum}
-%license LICENSES/*
 %{_kf5_libdir}/libKF5SonnetUi.so.*
 
 %files devel
-%license LICENSES/*
 %dir %{_kf5_plugindir}/designer
 %{_kf5_bindir}/gentrigrams
 %{_kf5_bindir}/parsetrigrams
@@ -165,7 +162,6 @@
 %{_kf5_plugindir}/designer/sonnetui5widgets.so
 
 %files voikko
-%license LICENSES/*
 %{_kf5_plugindir}/kf5/sonnet/sonnet_voikko.so
 
 %changelog


++ sonnet-5.83.0.tar.xz -> sonnet-5.84.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.83.0/CMakeLists.txt 
new/sonnet-5.84.0/CMakeLists.txt
--- old/sonnet-5.83.0/CMakeLists.txt2021-06-05 11:27:54.0 +0200
+++ new/sonnet-5.84.0/CMakeLists.txt2021-07-03 14:21:51.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.83.0") # handled by release scripts
+set(KF_VERSION "5.84.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.83.0  NO_MODULE)
+find_package(ECM 5.84.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.83.0/data/parsetrigrams.cpp 
new/sonnet-5.84.0/data/parsetrigrams.cpp
--- old/sonnet-5.83.0/data/parsetrigrams.cpp2021-06-05 11:27:54.0 
+0200
+++ new/sonnet-5.84.0/data/parsetrigrams.cpp2021-07-03 14:21:51.0 
+0200
@@ -32,7 +32,8 @@
 QHash> models;
 
 const QRegularExpression rx(QStringLiteral("(?:.{3})\\s+(.*)"));
-for (const QString &fname : td.entryList(QDir::Files)) {
+const QStringList files = td.entryList(QDir::Files);
+for (const QString &fname : files) {
 QFile fin(td.filePath(fname));
 fin.open(QFile::ReadOnly | QFile::Text);
 QTextStream stream(&fin);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.83.0/po/ar/sonnet5_qt.po 
new/sonnet-5.84.0/po/ar/sonnet5_qt.po
--- old/sonnet-5.83.0/po/ar/sonnet5_qt.po   2021-06-05 11:27:54.0 
+0200
+++ new/sonnet-5.84.0/po/ar/sonnet5_qt.po   2021-07-03 14:21:51.0 
+0200
@@ -13,7 +13,7 @@
 # Khaled Hosny , 2007.
 # Youssef Chahibi , 2007.
 # zayed , 2008, 2009.
-# Zayed Al-Saidi , 2009.
+# Zayed Al-Saidi , 2009, 2021.
 # hanny , 2012.
 # Abderrahim Kitouni , 2012.
 # Safa Alfulaij , 2013.
@@ -23,16 +23,16 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-28 15:38+0300\n"
-"PO-Revi

commit sonnet for openSUSE:Factory

2021-06-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-06-16 20:34:27

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.32437 (New)


Package is "sonnet"

Wed Jun 16 20:34:27 2021 rev:94 rq:899780 version:5.83.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-05-10 
15:37:58.949899587 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.32437/sonnet.changes 2021-06-16 
20:36:07.471251606 +0200
@@ -1,0 +2,16 @@
+Sat Jun  5 11:59:26 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.83.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.83.0
+- Changes since 5.82.0:
+  * change link order to fix compile (kde#437458)
+  * Bump required CMake version to 3.16
+  * We depend against qt5.15 so we can use compatibility cmake macro
+  * [hspell] Add back zlib dependency
+  * [hspell] Remove unused zlib dependency
+  * Fix cmake warning:
+  * Sonnet add Malayalam trigram
+
+---

Old:

  sonnet-5.82.0.tar.xz
  sonnet-5.82.0.tar.xz.sig

New:

  sonnet-5.83.0.tar.xz
  sonnet-5.83.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.tQnEnc/_old  2021-06-16 20:36:07.919252370 +0200
+++ /var/tmp/diff_new_pack.tQnEnc/_new  2021-06-16 20:36:07.919252370 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.82
+%define _tar_path 5.83
 # 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.82.0
+Version:5.83.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.82.0.tar.xz -> sonnet-5.83.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.82.0/.gitignore new/sonnet-5.83.0/.gitignore
--- old/sonnet-5.82.0/.gitignore2021-05-01 14:43:39.0 +0200
+++ new/sonnet-5.83.0/.gitignore2021-06-05 11:27:54.0 +0200
@@ -25,3 +25,4 @@
 .clangd
 .idea
 /cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.82.0/CMakeLists.txt 
new/sonnet-5.83.0/CMakeLists.txt
--- old/sonnet-5.82.0/CMakeLists.txt2021-05-01 14:43:39.0 +0200
+++ new/sonnet-5.83.0/CMakeLists.txt2021-06-05 11:27:54.0 +0200
@@ -1,10 +1,10 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.82.0") # handled by release scripts
+set(KF_VERSION "5.83.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.82.0  NO_MODULE)
+find_package(ECM 5.83.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)
 
@@ -48,7 +48,6 @@
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 ecm_install_po_files_as_qm(po)
-add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(data)
 add_subdirectory(src)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.82.0/autotests/CMakeLists.txt 
new/sonnet-5.83.0/autotests/CMakeLists.txt
--- old/sonnet-5.82.0/autotests/CMakeLists.txt  2021-05-01 14:43:39.0 
+0200
+++ new/sonnet-5.83.0/autotests/CMakeLists.txt  2021-06-05 11:27:54.0 
+0200
@@ -7,17 +7,17 @@
 ### unittests ###
 
 ecm_add_tests(
- test_filter
- test_core
- test_suggest
- test_settings
- test_autodetect
+ test_filter.cpp
+ test_core.cpp
+ test_suggest.cpp
+ test_settings.cpp
+ test_autodetect.cpp
  NAME_PREFIX "sonnet-"
  LINK_LIBRARIES KF5::SonnetCore Qt5::Test
 )
 
 ecm_add_tests(
- test_highlighter
+ test_highlighter.cpp
  NAME_PREFIX "sonnet-"
  LINK_LIBRARIES KF5::SonnetUi KF5::SonnetCore Qt5::Test
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.82.0/data/trigrams/ml_IN 
new/sonnet-5.83.0/data/trigrams/ml_IN
--- old/sonnet-5.82.0/data/trigrams/ml_IN   1970-01-01 01:00:00.0 
+0100
+++ new/sonnet-5.83.0/data/trigrams/ml_IN   2021-06-05 11:27:54.0 
+0200
@@ -0,0 +1,300 @@
+?  0
+?  1
+?

commit sonnet for openSUSE:Factory

2021-05-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-05-10 15:36:03

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.2988 (New)


Package is "sonnet"

Mon May 10 15:36:03 2021 rev:93 rq:891797 version:5.82.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-04-12 
12:37:15.749362147 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.2988/sonnet.changes  2021-05-10 
15:37:58.949899587 +0200
@@ -1,0 +2,11 @@
+Sat May  1 16:41:26 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.82.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.82.0
+- Changes since 5.81.0:
+  * Fix assert when bringing up the contextmenu after starting a
+compose sequence.
+
+---

Old:

  sonnet-5.81.0.tar.xz
  sonnet-5.81.0.tar.xz.sig

New:

  sonnet-5.82.0.tar.xz
  sonnet-5.82.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.TpCB34/_old  2021-05-10 15:37:59.537897261 +0200
+++ /var/tmp/diff_new_pack.TpCB34/_new  2021-05-10 15:37:59.541897245 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.81
+%define _tar_path 5.82
 # 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.81.0
+Version:5.82.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
@@ -44,14 +44,14 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  myspell-dictionaries
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5Core) >= 5.14.0
-BuildRequires:  cmake(Qt5Test) >= 5.14.0
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.14.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.14.0
+BuildRequires:  cmake(Qt5Core) >= 5.15.0
+BuildRequires:  cmake(Qt5Test) >= 5.15.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.15.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
 BuildRequires:  pkgconfig(hunspell)
 BuildRequires:  pkgconfig(libvoikko)
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.14.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
 %endif
 
 %description
@@ -92,7 +92,7 @@
 Requires:   extra-cmake-modules
 Requires:   libKF5SonnetCore%{sonum} = %{version}
 Requires:   libKF5SonnetUi%{sonum} = %{version}
-Requires:   cmake(Qt5Core) >= 5.14.0
+Requires:   cmake(Qt5Core) >= 5.15.0
 
 %description devel
 Sonnet is a plugin-based spell checking library for Qt-based
@@ -112,15 +112,15 @@
 %lang_package -n libKF5SonnetCore%{sonum}
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
-  %cmake_build
+%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %fdupes %{buildroot}
+%kf5_makeinstall -C build
+%fdupes %{buildroot}
 
 %if %{with lang}
 %find_lang %{name}5 --with-qt --without-mo


++ sonnet-5.81.0.tar.xz -> sonnet-5.82.0.tar.xz ++
 3947 lines of diff (skipped)


commit sonnet for openSUSE:Factory

2021-04-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-04-12 12:34:54

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.2401 (New)


Package is "sonnet"

Mon Apr 12 12:34:54 2021 rev:92 rq:884303 version:5.81.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-03-16 
15:42:57.156897779 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.2401/sonnet.changes  2021-04-12 
12:37:15.749362147 +0200
@@ -1,0 +2,10 @@
+Mon Apr  5 07:12:58 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.81.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.81.0
+- Changes since 5.80.0:
+  * Add assert as discussed in merge request !2
+
+---

Old:

  sonnet-5.80.0.tar.xz
  sonnet-5.80.0.tar.xz.sig

New:

  sonnet-5.81.0.tar.xz
  sonnet-5.81.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.GvDxXT/_old  2021-04-12 12:37:16.357362854 +0200
+++ /var/tmp/diff_new_pack.GvDxXT/_new  2021-04-12 12:37:16.361362858 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%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:   sonnet
-Version:5.80.0
+Version:5.81.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.80.0.tar.xz -> sonnet-5.81.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.80.0/CMakeLists.txt 
new/sonnet-5.81.0/CMakeLists.txt
--- old/sonnet-5.80.0/CMakeLists.txt2021-03-06 17:35:10.0 +0100
+++ new/sonnet-5.81.0/CMakeLists.txt2021-04-04 13:51:18.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF_VERSION "5.80.0") # handled by release scripts
+set(KF_VERSION "5.81.0") # handled by release scripts
 project(Sonnet VERSION ${KF_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.80.0/data/gentrigrams.cpp 
new/sonnet-5.81.0/data/gentrigrams.cpp
--- old/sonnet-5.80.0/data/gentrigrams.cpp  2021-03-06 17:35:10.0 
+0100
+++ new/sonnet-5.81.0/data/gentrigrams.cpp  2021-04-04 13:51:18.0 
+0200
@@ -58,6 +58,7 @@
 
 for (auto it = model.cbegin(); it != model.cend(); ++it) {
 const QString data = it.key();
+Q_ASSERT(data.size() >= 3);
 bool hasTwoSpaces = ((data.size() > 1 && data[0].isSpace() && 
data[1].isSpace()) //
  || (data.size() > 2 && data[1].isSpace() && 
data[2].isSpace()));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.80.0/po/it/sonnet5_qt.po 
new/sonnet-5.81.0/po/it/sonnet5_qt.po
--- old/sonnet-5.80.0/po/it/sonnet5_qt.po   2021-03-06 17:35:10.0 
+0100
+++ new/sonnet-5.81.0/po/it/sonnet5_qt.po   2021-04-04 13:51:18.0 
+0200
@@ -10,7 +10,7 @@
 # Pino Toscano , 2008.
 # Federico Zenith , 2008, 2012, 2013, 2014, 
2015.
 # Innocenzo Ventre , 2012.
-# Vincenzo Reale , 2014, 2018.
+# Vincenzo Reale , 2014, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.80.0/po/nb/sonnet5_qt.po 
new/sonnet-5.81.0/po/nb/sonnet5_qt.po
--- old/sonnet-5.80.0/po/nb/sonnet5_qt.po   2021-03-06 17:35:10.0 
+0100
+++ new/sonnet-5.81.0/po/nb/sonnet5_qt.po   2021-04-04 13:51:18.0 
+0200
@@ -26,112 +26,112 @@
 "X-Text-Markup: qtrich\n"
 "X-Qt-Contexts: true\n"
 
-#: core/loader.cpp:180
+#: core/loader.cpp:182
 msgctxt "Sonnet::Loader|dictionary variant"
 msgid "40"
 msgstr "40"
 
-#: core/loader.cpp:181
+#: core/loader.cpp:183
 msgctxt "Sonnet::Loader|dictionary variant"
 msgid "60"
 msgstr "60"
 
-#: core/loader.cpp:182
+#: core/loader.cpp:184
 msgctxt "Sonnet::Loader|dictionary variant"
 msgid "80"
 msgstr "80"
 
-#: core/loader.cpp:183
+#: core/loader.cpp:185
 

commit sonnet for openSUSE:Factory

2021-03-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-03-16 15:41:35

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.2401 (New)


Package is "sonnet"

Tue Mar 16 15:41:35 2021 rev:91 rq:878852 version:5.80.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-02-17 
18:13:07.618018502 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.2401/sonnet.changes  2021-03-16 
15:42:57.156897779 +0100
@@ -1,0 +2,13 @@
+Sun Mar  7 09:27:25 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.80.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.80.0
+- Changes since 5.79.0:
+  * aspell: Port away from QTextCodec
+  * Remove enchant plugin
+  * Fix typo in comment
+  * Add clazy:exclude=overloaded-signal comment to already deprecated signal
+
+---

Old:

  sonnet-5.79.0.tar.xz
  sonnet-5.79.0.tar.xz.sig

New:

  sonnet-5.80.0.tar.xz
  sonnet-5.80.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.ge3WEx/_old  2021-03-16 15:42:57.720898681 +0100
+++ /var/tmp/diff_new_pack.ge3WEx/_new  2021-03-16 15:42:57.724898688 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.79
+%define _tar_path 5.80
 # 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.79.0
+Version:5.80.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.79.0.tar.xz -> sonnet-5.80.0.tar.xz ++
 27608 lines of diff (skipped)


commit sonnet for openSUSE:Factory

2021-02-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2021-02-17 18:12:04

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.28504 (New)


Package is "sonnet"

Wed Feb 17 18:12:04 2021 rev:90 rq:871739 version:5.79.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2021-01-13 
18:30:18.337751051 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.28504/sonnet.changes 2021-02-17 
18:13:07.618018502 +0100
@@ -1,0 +2,10 @@
+Mon Feb  8 08:46:55 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.79.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.79.0
+- Changes since 5.78.0:
+  * Dont do multiple lookups when one is enough
+
+---

Old:

  sonnet-5.78.0.tar.xz
  sonnet-5.78.0.tar.xz.sig

New:

  sonnet-5.79.0.tar.xz
  sonnet-5.79.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.dbKbby/_old  2021-02-17 18:13:08.186018967 +0100
+++ /var/tmp/diff_new_pack.dbKbby/_new  2021-02-17 18:13:08.190018970 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.78
+%define _tar_path 5.79
 # 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.78.0
+Version:5.79.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.78.0.tar.xz -> sonnet-5.79.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.78.0/.gitignore new/sonnet-5.79.0/.gitignore
--- old/sonnet-5.78.0/.gitignore2021-01-02 14:30:31.0 +0100
+++ new/sonnet-5.79.0/.gitignore2021-02-06 19:29:42.0 +0100
@@ -20,3 +20,4 @@
 CMakeLists.txt.user*
 *.unc-backup*
 .cmake/
+/.clang-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.78.0/CMakeLists.txt 
new/sonnet-5.79.0/CMakeLists.txt
--- old/sonnet-5.78.0/CMakeLists.txt2021-01-02 14:30:31.0 +0100
+++ new/sonnet-5.79.0/CMakeLists.txt2021-02-06 19:29:42.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.78.0") # handled by release scripts
-project(Sonnet VERSION ${KF5_VERSION})
+set(KF_VERSION "5.79.0") # handled by release scripts
+project(Sonnet VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.78.0  NO_MODULE)
+find_package(ECM 5.79.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.78.0/autotests/test_autodetect.cpp 
new/sonnet-5.79.0/autotests/test_autodetect.cpp
--- old/sonnet-5.78.0/autotests/test_autodetect.cpp 2021-01-02 
14:30:31.0 +0100
+++ new/sonnet-5.79.0/autotests/test_autodetect.cpp 2021-02-06 
19:29:42.0 +0100
@@ -30,6 +30,8 @@
 void initTestCase();
 void autodetect_data();
 void autodetect();
+void benchDistance_data();
+void benchDistance();
 };
 
 using namespace Sonnet;
@@ -92,6 +94,30 @@
 QCOMPARE(actualLangCode, correctLangCode);
 }
 
+void SonnetAutoDetectTest::benchDistance_data()
+{
+QTest::addColumn("sentence");
+QTest::addColumn("correct_lang");
+QTest::addColumn("suggested_langs");
+
+QTest::newRow("English") << QStringLiteral("This is an English sentence.") 
<< QStringLiteral("en_US") << QStringList{QLatin1String("en_US"), 
QLatin1String("de_DE")};
+QTest::newRow("German") << QStringLiteral("Dies ist ein deutscher Satz.") 
<< QStringLiteral("de_DE") << QStringList{QLatin1String("pl_PL"), 
QLatin1String("de_DE_frami")};
+QTest::newRow("Malayam") << QStringLiteral("?? 
?? ? ?? 
??? ? ? 
???.") << QStringLiteral("ml_IN") << 
QStringList{QLatin1String("ml_IN"), QLatin1String("en_US-large")};
+}
+
+void SonnetAutoDetectTest::benchDistance()
+{
+QFETCH(QString, sentence);
+QFETCH(QString, correct_lang);
+QFETCH(QStringList, suggested_langs);
+
+Sonnet::Guess

commit sonnet for openSUSE:Factory

2020-12-15 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2020-12-15 12:30:05

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.2328 (New)


Package is "sonnet"

Tue Dec 15 12:30:05 2020 rev:88 rq:855477 version:5.77.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2020-11-23 
10:50:38.310611158 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new.2328/sonnet.changes  2020-12-15 
12:32:29.240101970 +0100
@@ -1,0 +2,10 @@
+Mon Dec  7 17:14:57 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.77.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.77.0
+- Changes since 5.76.0:
+  * Use contains instead of indexOf
+
+---

Old:

  sonnet-5.76.0.tar.xz
  sonnet-5.76.0.tar.xz.sig

New:

  sonnet-5.77.0.tar.xz
  sonnet-5.77.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.3YSbJw/_old  2020-12-15 12:32:29.828102445 +0100
+++ /var/tmp/diff_new_pack.3YSbJw/_new  2020-12-15 12:32:29.832102447 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.76
+%define _tar_path 5.77
 # 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.76.0
+Version:5.77.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
@@ -44,14 +44,14 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  myspell-dictionaries
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5Core) >= 5.12.0
-BuildRequires:  cmake(Qt5Test) >= 5.12.0
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.12.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5Core) >= 5.13.0
+BuildRequires:  cmake(Qt5Test) >= 5.13.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.13.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.13.0
 BuildRequires:  pkgconfig(hunspell)
 BuildRequires:  pkgconfig(libvoikko)
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.12.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.13.0
 %endif
 
 %description
@@ -92,7 +92,7 @@
 Requires:   extra-cmake-modules
 Requires:   libKF5SonnetCore%{sonum} = %{version}
 Requires:   libKF5SonnetUi%{sonum} = %{version}
-Requires:   cmake(Qt5Core) >= 5.12.0
+Requires:   cmake(Qt5Core) >= 5.13.0
 
 %description devel
 Sonnet is a plugin-based spell checking library for Qt-based


++ sonnet-5.76.0.tar.xz -> sonnet-5.77.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.76.0/CMakeLists.txt 
new/sonnet-5.77.0/CMakeLists.txt
--- old/sonnet-5.76.0/CMakeLists.txt2020-11-07 13:22:36.0 +0100
+++ new/sonnet-5.77.0/CMakeLists.txt2020-12-05 14:02:48.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.76.0") # handled by release scripts
+set(KF5_VERSION "5.77.0") # handled by release scripts
 project(Sonnet VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.76.0  NO_MODULE)
+find_package(ECM 5.77.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)
 
@@ -24,7 +24,7 @@
 
 set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of 
deprecated API excluded from the build [default=0].")
 
-set(REQUIRED_QT_VERSION 5.12.0)
+set(REQUIRED_QT_VERSION 5.13.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.76.0/autotests/test_highlighter.cpp 
new/sonnet-5.77.0/autotests/test_highlighter.cpp
--- old/sonnet-5.76.0/autotests/test_highlighter.cpp2020-11-07 
13:22:36.0 +0100
+++ new/sonnet-5.77.0/autotests/test_highlighter.cpp2020-12-05 
14:02:48.0 +0100
@@ -55,8 +55,9 @@
 textEdit.setPlainText(QString::fromLatin1(s_englishSentence));
 Sonnet::Highlighter highlighter(&textEdit);
 highlighter.setCurrentLanguage(QStringLiteral("en"));
-if(!highlighter.spellCheckerFound())
+if (!highlighter.spellCheckerFound()){
 QSKIP("'en' not available");
+}
 highlighter.rehighlight();
 QTex

[opensuse-commit] commit sonnet for openSUSE:Factory

2020-11-23 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2020-11-19 11:52:21

Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and  /work/SRC/openSUSE:Factory/.sonnet.new.5913 (New)


Package is "sonnet"

Thu Nov 19 11:52:21 2020 rev:87 rq:848597 version:5.76.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2020-10-12 
13:59:03.254209581 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.5913/sonnet.changes  2020-11-23 
10:50:38.310611158 +0100
@@ -1,0 +2,13 @@
+Sat Nov  7 21:35:37 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.76.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.76.0
+- Changes since 5.75.0:
+  * If include is define in .h remove it if it's defined in .cpp too (scripted)
+  * Remove not implement method
+  * Use modern signal-slot connection syntax
+  * Minor code cleanup
+
+---

Old:

  sonnet-5.75.0.tar.xz
  sonnet-5.75.0.tar.xz.sig

New:

  sonnet-5.76.0.tar.xz
  sonnet-5.76.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.2AOAL1/_old  2020-11-23 10:50:39.006611854 +0100
+++ /var/tmp/diff_new_pack.2AOAL1/_new  2020-11-23 10:50:39.006611854 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.75
+%define _tar_path 5.76
 # 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.75.0
+Version:5.76.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later


++ sonnet-5.75.0.tar.xz -> sonnet-5.76.0.tar.xz ++
 6239 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org