From 395e95ffa09aec6f2b000d0f08158389d5068b705eb4b807f1961eea0768ef6d Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Fri, 15 Dec 2023 09:00:15 +0000 Subject: [PATCH] KDE Frameworks 5.113.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=296 --- sonnet-5.112.0.tar.xz | 3 --- sonnet-5.112.0.tar.xz.sig | 11 ----------- sonnet-5.113.0.tar.xz | 3 +++ sonnet-5.113.0.tar.xz.sig | 11 +++++++++++ sonnet.changes | 10 ++++++++++ sonnet.spec | 24 +++++++++++------------- 6 files changed, 35 insertions(+), 27 deletions(-) delete mode 100644 sonnet-5.112.0.tar.xz delete mode 100644 sonnet-5.112.0.tar.xz.sig create mode 100644 sonnet-5.113.0.tar.xz create mode 100644 sonnet-5.113.0.tar.xz.sig diff --git a/sonnet-5.112.0.tar.xz b/sonnet-5.112.0.tar.xz deleted file mode 100644 index 43edbb0..0000000 --- a/sonnet-5.112.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c10cf34f9cf10cc85c48feeb73de9ee1348bd9e2d8d0c9ef24fbb423fe8ed108 -size 2437888 diff --git a/sonnet-5.112.0.tar.xz.sig b/sonnet-5.112.0.tar.xz.sig deleted file mode 100644 index 7f65a6f..0000000 --- a/sonnet-5.112.0.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/sonnet-5.113.0.tar.xz b/sonnet-5.113.0.tar.xz new file mode 100644 index 0000000..97cac41 --- /dev/null +++ b/sonnet-5.113.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c31f9ce82337f92f96ab87edb57aa75444849ff8390ef6afa7c30da450639f +size 2437896 diff --git a/sonnet-5.113.0.tar.xz.sig b/sonnet-5.113.0.tar.xz.sig new file mode 100644 index 0000000..f6e5262 --- /dev/null +++ b/sonnet-5.113.0.tar.xz.sig @@ -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----- diff --git a/sonnet.changes b/sonnet.changes index a1b800c..12aec01 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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) + ------------------------------------------------------------------- Mon Nov 6 09:14:15 UTC 2023 - Christophe Marin diff --git a/sonnet.spec b/sonnet.spec index d8a1296..3317d49 100644 --- a/sonnet.spec +++ b/sonnet.spec @@ -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