KDE Frameworks 5.87.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=249
This commit is contained in:
parent
c7d01268e9
commit
5dff5c060c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:12fcb1bab11cde11b14eb20a415bc5112170f68e90ca05a36885b8b05a16a367
|
|
||||||
size 297144
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2ecACgkQWNDuZIpI
|
|
||||||
s7tAUwf6AwLUOkbObrJ72lt/h+AhVhL8IAo86E9ZoyiHiK8GyfAdJeigLd/3lFkq
|
|
||||||
YkXoBfpHOg335fVr/9T/DTKDnKIEl52U6NFMrmt0ZF9vdV409Xq9/VL8KiNxDfLz
|
|
||||||
nGy9N8w40pYrA5lbeTI+580qBoA4BG20fY4dand5HNwzBBB+ojuH60hbIE5LgliR
|
|
||||||
M4WOjtHqUq1Q3DzMR/M44j6aI7Fr6JlOQDaFUYGczhnn+bNFC2ol4McD+3X8jTvS
|
|
||||||
/rIxmE5hbrKzouz78FAmCdC3XiRja2yMaV4M8xspmBaB/Z7mkj8ETOoPNbi4mTdr
|
|
||||||
7hKrB4tKHUgl8VVyau8b08+rIUct4Q==
|
|
||||||
=rJm4
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sonnet-5.87.0.tar.xz
Normal file
3
sonnet-5.87.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ad6fe55c06eeed600511be34a374aa46e1cb1e5fea8007255468fa1679289b1
|
||||||
|
size 297372
|
11
sonnet-5.87.0.tar.xz.sig
Normal file
11
sonnet-5.87.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYl/oACgkQWNDuZIpI
|
||||||
|
s7udcwf8CipOsgMRJEufpyBRg/Xiar57kty80fBAGqjywSMEMu2+kjT2G3ZADthU
|
||||||
|
O78CAqMgxqvXBDxuFtDfXEsvHyCrnkw935a+Reqq68lcIQKmPTsVSSyEuTCFeVFg
|
||||||
|
8BSb31AlyFu488ZuZ7Jg8S/8lj70fY2EmA4PmqUtJNAa3q54iHBxunQAMkla50lt
|
||||||
|
CGcIjYaqSNvtjpwNK/HNwHpD1KZ28DIPFi/dIWxEsvB9q4kJODlftI/OEof+glPo
|
||||||
|
mq8yWjWsrpxmnW97admzckSrWmMfPckAy6gtqWvN29dE5Hq24+swWPcqV+wO9+y5
|
||||||
|
6d9J8nR9qaE2wqHPnA58NL3a4aOJJQ==
|
||||||
|
=arIN
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 3 20:34:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.87.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.87.0
|
||||||
|
- Changes since 5.86.0:
|
||||||
|
* Add Gitlab CI configuration
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 15 08:24:28 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Wed Sep 15 08:24:28 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.86
|
%define _tar_path 5.87
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: sonnet
|
Name: sonnet
|
||||||
Version: 5.86.0
|
Version: 5.87.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE spell checking library
|
Summary: KDE spell checking library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user