Accepting request 1138487 from home:krop:frameworks-5.114.0

KDE Frameworks 5.114.0

OBS-URL: https://build.opensuse.org/request/show/1138487
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=298
This commit is contained in:
Christophe Marin 2024-01-14 15:37:10 +00:00 committed by Git OBS Bridge
parent 395e95ffa0
commit a9e88c3865
6 changed files with 35 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6c31f9ce82337f92f96ab87edb57aa75444849ff8390ef6afa7c30da450639f
size 2437896

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrA/kACgkQWNDuZIpI
s7tZCwgAn4yyewR7G9MWX9/pDVci4Zm/pINClnN50xmcqXbJsOOhr5a7hTa7OaLq
8URS0mzPGTBxhW5TgrlDVILXASx8ks5/Ho8QCBnbJeY7KRTR8BWyC8A46xMHepbS
JNEejzUG+ZmSkFX3Nx7CihLrz6GF20qC4tGvfb1LfIneyrMgUr7VSeC29NDvZWa6
ha1fC+ZtALPT1F0KisnOuseRGrQcY2SYz6F2ImOEkeScQhMi6trzobafWTZYjKmi
/sKmrDY9KjTR6SGty2qLmqR4RQj2jkpdmHaOhqGLwRdwzbX3F9bPGaWtQ1tWKg8c
wd9zHK5nu3fjy2Iud+BrbYEHDbZV5w==
=8ghu
-----END PGP SIGNATURE-----

3
sonnet-5.114.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bda9195374a587aad77a8987fc762c8f6b8ae5f9de06865339fdba37a249b17f
size 2437940

11
sonnet-5.114.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZKIQACgkQWNDuZIpI
s7v3cgf9EsCRrBJ1QXkOxrJ+3MTI4tCNk2qNbcpryZOkC2ZIDLyZRxZkMLa0wGs+
hUsE7uDUazMWcnP44iwB/byP4yXCtHK1aN8AcsgVsEOZK0mEv3mfgEj14Fp9tVkk
/BHeRvQ5n5jmvHs2Dji4IG2DH0vuIO7HB7WPKKBzX09m6lKDrDjKvjdL2P/2GEIh
FfO2GZvUnJ6mZyEQ89gSarj2vFa4n32FjRZZs1LrAOYQHlfYj88n1Qz3wNW/5RpN
ehZM+zYwfTYOUnbohTQC1Yn4AT6zqSq1hKz4baQm47Lhc9lEmpRS/mQRukImh/C/
1DhaBDY+C2SptF2bUhmmwx/yJOEgjw==
=zFHb
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 13 11:22:14 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
-------------------------------------------------------------------
Tue Dec 5 11:18:07 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -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.113.0
Version: 5.114.0
Release: 0
Summary: KDE spell checking library
License: LGPL-2.1-or-later
@ -37,16 +37,17 @@ Source2: frameworks.keyring
#BuildRequires: aspell-devel
# Enchant plugin is currently disabled upstream
#BuildRequires: enchant-devel
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: myspell-dictionaries
BuildRequires: pkgconfig
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: 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)
@ -57,7 +58,7 @@ HSpell, Enchant, ASpell and HUNSPELL.
%package -n libKF5SonnetCore%{sonum}
Summary: KDE spell checking library
Requires: %{name} >= %{_kf5_version}
Requires: %{name} >= %{_kf5_bugfix_version}
%requires_ge libQt5Core5
Obsoletes: libKF5SonnetCore4
@ -94,7 +95,7 @@ QtQuick based applications.
Summary: KDE spell checking library: Build Environment
Requires: libKF5SonnetCore%{sonum} = %{version}
Requires: libKF5SonnetUi%{sonum} = %{version}
Requires: cmake(Qt5Core) >= %{qt5_version}
Requires: cmake(Qt5Core) >= 5.15.0
%description devel
Sonnet is a plugin-based spell checking library for Qt-based