SHA256
1
0
forked from pool/sonnet

KDE Frameworks 5.113.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=296
This commit is contained in:
Christophe Marin 2023-12-15 09:00:15 +00:00 committed by Git OBS Bridge
parent f1f600caba
commit 395e95ffa0
6 changed files with 35 additions and 27 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGHMUACgkQWNDuZIpI
s7toLgf7Bcr7tFTQGOLyWXzXM7BR3XF/UEF47AlbMyA4u71FUlBTQSiLSrz3ibpU
QbpkcaEuIhCl3vJulsYSptdDLazXCZNBDAwCuQh9jsRNoOsIEn1yjSzsoHV5MWuE
IoC4iQDO/0fpSEt9YlVEE40S+wKMYuzlJVuIk4PegINNdHBE4ePXVOxzv015XO03
zg2/abP9qFVg28qa85Fug/NfrQnGs1WiK8REkuKoVMiyEcozBKCx+mlN7FJypnCT
xoJQjlwUAkxpRYQNHHgPqcGGRFrb7KdelQ1ueiZ2Oll3hhoSrSf+ZENdhICKr9TW
p2LJmbvoqK1zxLKll2KeOLfmwk+Pbg==
=Kv+a
-----END PGP SIGNATURE-----

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

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 5 11:18:07 UTC 2023 - Christophe Marin <christophe@krop.fr>
- 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)
-------------------------------------------------------------------
Mon Nov 6 09:14:15 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.112.0
Version: 5.113.0
Release: 0
Summary: KDE spell checking library
License: LGPL-2.1-or-later
@ -37,17 +37,16 @@ Source2: frameworks.keyring
#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 @@ HSpell, Enchant, ASpell and HUNSPELL.
%package -n libKF5SonnetCore%{sonum}
Summary: KDE spell checking library
Requires: %{name} >= %{_kf5_bugfix_version}
Requires: %{name} >= %{_kf5_version}
%requires_ge libQt5Core5
Obsoletes: libKF5SonnetCore4
@ -93,10 +92,9 @@ QtQuick based applications.
%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