KDE Frameworks 5.74. Release next saturday
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=225
This commit is contained in:
parent
31a554fd41
commit
7a807444fd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:009f76fc4317e407d30c4e162a807d620a95217f5db271a14b1f9fc4339d232c
|
|
||||||
size 295256
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lz/YACgkQWNDuZIpI
|
|
||||||
s7t/wQf/bTJBfxl/ryrU2WRJstOjlmpQOKTRabkolrFr3RqE4t0H/QYe2LP/NnVO
|
|
||||||
DYAWOotbl1nl1BIZ5dYwS4DbHU6MIS9p1BIQ6MPUwV/E63H3weootUwfoyltFAdh
|
|
||||||
YJctuUnpfQrEE3mOxTb3pC7bc/tYtRuDnPzHf3AEykOQJBZiBWeUBdukfgXFUZgx
|
|
||||||
fviImCYfhtguuige5kigYFofWA2+2l8AMCWfFUveqt9rBt0/Ewpb7NghQhGg5QHe
|
|
||||||
4sWkrWNa4rHoavktJHhriW6AwhQRgUmjSIxzcrw1dZjVj46OC12XXYi2f2S6rOYr
|
|
||||||
49ip2+Lx5l424HcwkH4dCeElCqaTgg==
|
|
||||||
=nVNy
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sonnet-5.74.0.tar.xz
Normal file
3
sonnet-5.74.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec72860cac92a9611b15f1055592434cf2bb44fe428abb474f4f227b4f9f94d6
|
||||||
|
size 293316
|
11
sonnet-5.74.0.tar.xz.sig
Normal file
11
sonnet-5.74.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9Uyj4ACgkQWNDuZIpI
|
||||||
|
s7vfaAf7BPgYofmFxNjTGUu68+0ba09aXIvJTMLrLBHkBU3rDO93fExRUI2FhHOJ
|
||||||
|
ZgH2GdDmne05gno2EK6crV2DJpZUQqe3PM8Ye2j4hXjBsHAAHS8G7zQFHqga3rHT
|
||||||
|
k949pImKI10l7tlCVZ3dCrGxDK4Mi0Z6wjxGIIiP34pqIJlyncKhm46cRjii90/u
|
||||||
|
GRpA0/sJtbunAVUq0X0335q/K/rv6gqaSxlTj5jVxyf7MnIG1yTp3EDuPeypkrWT
|
||||||
|
Q/Zky31OA630hLlWn5CHdAmEEIEnSySXlLMDUj3dOIS3TZ4yjXrV9XDG2ylEP67Z
|
||||||
|
RjsoP2WPKiURFTNuvRSItELrybatWQ==
|
||||||
|
=RBtp
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 6 12:50:37 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.74.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.74.0
|
||||||
|
- Changes since 5.73.0:
|
||||||
|
* Clean forward declaration
|
||||||
|
* Remove obsolete COPYING files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 2 07:14:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Aug 2 07:14:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.73
|
%define _tar_path 5.74
|
||||||
# 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.73.0
|
Version: 5.74.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