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.changes    2022-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 <christo...@krop.fr>
+
+- 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_ge    libQt5Core5
 Obsoletes:      libKF5SonnetCore4
@@ -71,7 +69,6 @@
 
 %package -n libKF5SonnetUi%{sonum}
 Summary:        KDE spell checking library
-Group:          System/GUI/KDE
 %requires_ge    libKF5SonnetCore5
 %requires_ge    libQt5Gui5
 %requires_ge    libQt5Widgets5
@@ -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.000000000 +0100
+++ new/sonnet-5.101.0/CMakeLists.txt   2022-12-03 10:54:20.000000000 +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.po    2022-11-05 13:34:28.000000000 
+0100
+++ new/sonnet-5.101.0/poqm/eu/sonnet5_qt.po    2022-12-03 10:54:20.000000000 
+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+0000\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 <xa...@ni.eus>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\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
 msgctxt "SonnetConfigUI|"
 msgid "No backend found for spell checking"
-msgstr "Ortografia-egiaztatzerako atzealdekorik ez"
+msgstr "Ortografia-egiaztatzeko bizkarraldekorik ez"
 
 #: ui/configui.ui:36
 msgctxt "SonnetConfigUI|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.100.0/poqm/zh_CN/sonnet5_qt.po 
new/sonnet-5.101.0/poqm/zh_CN/sonnet5_qt.po
--- old/sonnet-5.100.0/poqm/zh_CN/sonnet5_qt.po 2022-11-05 13:34:28.000000000 
+0100
+++ new/sonnet-5.101.0/poqm/zh_CN/sonnet5_qt.po 2022-12-03 10:54:20.000000000 
+0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2022-10-30 07:48\n"
+"PO-Revision-Date: 2022-12-01 06:53\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.100.0/src/core/textbreaks_p.h 
new/sonnet-5.101.0/src/core/textbreaks_p.h
--- old/sonnet-5.100.0/src/core/textbreaks_p.h  2022-11-05 13:34:28.000000000 
+0100
+++ new/sonnet-5.101.0/src/core/textbreaks_p.h  2022-12-03 10:54:20.000000000 
+0100
@@ -20,7 +20,7 @@
  *
  * TextBreaks is a class that determines the boundaries between graphemes
  * (characters as per the unicode definition,) words and sentences. The
- * default implementation conforms to Unicode Standard Annex #29 
http://unicode.org/reports/tr29/.
+ * default implementation conforms to Unicode Standard Annex #29 
https://unicode.org/reports/tr29/.
  * You can subclass TextBreaks to create the correct behaviour for languages 
that require it.
  *
  * @author Jacob Rideout <k...@jacobrideout.net>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.100.0/src/plugins/CMakeLists.txt 
new/sonnet-5.101.0/src/plugins/CMakeLists.txt
--- old/sonnet-5.100.0/src/plugins/CMakeLists.txt       2022-11-05 
13:34:28.000000000 +0100
+++ new/sonnet-5.101.0/src/plugins/CMakeLists.txt       2022-12-03 
10:54:20.000000000 +0100
@@ -25,7 +25,7 @@
 
 find_package(HUNSPELL)
 set_package_properties(HUNSPELL PROPERTIES
-    URL "http://hunspell.sourceforge.net/";
+    URL "https://hunspell.github.io/";
     DESCRIPTION "Spell checking support via Hunspell"
     TYPE OPTIONAL
 )
@@ -36,7 +36,7 @@
 
 find_package(VOIKKO)
 set_package_properties(VOIKKO PROPERTIES
-    URL "http://voikko.puimula.org/";
+    URL "https://voikko.puimula.org/";
     DESCRIPTION "Spell checking support via Voikko"
     TYPE OPTIONAL
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.100.0/src/plugins/hspell/CMakeLists.txt 
new/sonnet-5.101.0/src/plugins/hspell/CMakeLists.txt
--- old/sonnet-5.100.0/src/plugins/hspell/CMakeLists.txt        2022-11-05 
13:34:28.000000000 +0100
+++ new/sonnet-5.101.0/src/plugins/hspell/CMakeLists.txt        2022-12-03 
10:54:20.000000000 +0100
@@ -2,7 +2,7 @@
 
 find_package(ZLIB)
 set_package_properties(ZLIB PROPERTIES DESCRIPTION "Support for gzip 
compressed files and data streams"
-                       URL "http://www.zlib.net";
+                       URL "https://www.zlib.net";
                        TYPE REQUIRED
                        PURPOSE "Required by the hspell sonnet plugin"
                        )

Reply via email to