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.changes    2021-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 <[email protected]>
+
+- Strip 'Source' URL for faster submissions
+
+-------------------------------------------------------------------
+Sun Nov  7 09:08:31 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- 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)

Reply via email to