KDE Frameworks 5.101.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=272
This commit is contained in:
parent
ba64f2bcaa
commit
88434223bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4e72b9385900d53afec16fd1272c91b56d39d849dc54974b7d9178b3c3a1e19
|
||||
size 2463748
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmysACgkQWNDuZIpI
|
||||
s7tvlwgApJQqKpu3bVrLNwUA4puDyNy6IP1LotZdmmylFxH7+Bt30pdELUnXGkNE
|
||||
waA6RPDwVW9HP6Xqpgn5BCclgn4rHSNQV2mYhWhTgRQjXR3P+ta7qsjZOd0E5eDS
|
||||
SfL7j1mBhK8DFDJclOyKZItHrMJUBsDHtZqNf7LOfEr1qLhRR3XhF3IWgL2q6Qog
|
||||
hUxBgdMNoihY8zPFNUsCYYWSxU+kGzt0IH+j4Fy4pk8vcVoxoxlLn2X+GvZMs8tm
|
||||
nJ42asUw0N/54uZ692nvg5EChejrljSJFkU7rvWOJhHuI2fbxxuh/PW+WRnYb6bC
|
||||
WEuw/CsFsxha2BM+Wz/BsZf9BUSdPQ==
|
||||
=5/6f
|
||||
-----END PGP SIGNATURE-----
|
3
sonnet-5.101.0.tar.xz
Normal file
3
sonnet-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b03178b279ceed9a46742e87537fa23a43e3c471b7a73908564c20d42788ed0
|
||||
size 2463740
|
11
sonnet-5.101.0.tar.xz.sig
Normal file
11
sonnet-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLnUACgkQWNDuZIpI
|
||||
s7u0cQf/fk7+jHZYRfWjQ+4qeIo2Fq/u6zJMDCzKSc8kWIdfqNKmrEYZbfwwUycD
|
||||
TwXa4xoamvQfYJi3X/lVUgZVrKZIw6tv5JGKCWxhZ1SLevrp8F5ocbnutRjEIXAR
|
||||
+g/GlXMcnT1kJVXgpxaemVtWltJ6WN6npH1swIOANmYTFK66FQrnMq9gM8Uc50y7
|
||||
h1W9jjEYklK6TqMqPGZ/dffkCyzng3Sj4GWDKJID+vLFM5sn37gs+nG05N7b6IRS
|
||||
4z0Zx3w473E9sG0igMs7kCamyko6cOLcwMNpsB1Uvf+XYG1hkaOpJoMKlN4I0Ce9
|
||||
BQYy/Pjl0E+ydiLG7RaIjYpu/Hqnvw==
|
||||
=CFG7
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:11:12 UTC 2022 - Christophe Marin <christophe@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 08:35:35 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -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 @@ HSpell, Enchant, ASpell and HUNSPELL.
|
||||
|
||||
%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 @@ HSpell, Enchant, ASpell and HUNSPELL.
|
||||
|
||||
%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 @@ QtQuick based applications.
|
||||
|
||||
%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 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
||||
|
||||
%package voikko
|
||||
Summary: KDE spell checking library: Support for Voikko
|
||||
Group: System/GUI/KDE
|
||||
Requires: %{name} = %{version}
|
||||
Provides: locale(sonnet:fi)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user