forked from pool/sonnet
Accepting request 977217 from KDE:Frameworks5
KDE Frameworks 5.94.0 OBS-URL: https://build.opensuse.org/request/show/977217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=105
This commit is contained in:
commit
34c1fa9a97
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c146ba45edee43bf2e8bc48b116a38e0c28d2294fe61b44dc8254b881210d9c
|
|
||||||
size 308492
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJITO4ACgkQWNDuZIpI
|
|
||||||
s7tY5ggAj2FTgbKp7MqkNtm5KLtCgYL/0se5wVwNzUXBrXxeMA7a/jHHFZCSRLNd
|
|
||||||
lQmO6gMt3mB4CmfqewW8XLzr2xd3XfHVfNwgcFqa6xmBFpxUMSDfalaq29+11bcm
|
|
||||||
XtTDd8oS6+jwLFDOw9kRIrINqtmYS1xmL9Hs+N5oVdbfPV8FnacESWIUGx66aTFT
|
|
||||||
UngF9d4LGa9Z0P8RnjhmDcV/4+IYMpEx+MQRSAqiFkgcMRdTSydkxZ/JNlUh7QuU
|
|
||||||
1bBOIWpIze+fYmsIsXeunND1QFySdX2ertF7DbaGDhIwlMlxgQpm6PzVpYV3TJ++
|
|
||||||
fJlzKNHgGtXorYIaKDbS+ZlF4qohsg==
|
|
||||||
=okVa
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sonnet-5.94.0.tar.xz
Normal file
3
sonnet-5.94.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c570a64748d6bb6b91dff6fbf5e0cc5da7634c9a6f867944e99442066b7474c
|
||||||
|
size 308140
|
11
sonnet-5.94.0.tar.xz.sig
Normal file
11
sonnet-5.94.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2//gACgkQWNDuZIpI
|
||||||
|
s7uATgf/WP+5W4Aiyk0B26fH46fAC3dLwVnMN7nF8FRF2ZD0ixgXIPQ2UBc68OGR
|
||||||
|
0kHB0ris/rp+Czp/lrQ8J5jXW6TSHd7Nr10obV3SGq9lsH8NL7RMUX0dleWn5o15
|
||||||
|
LuWX0K3cpfkEyAp7TDWuQmvcxn7pTCz+wfZP0NRzY0/1QWMWASIpxGyMRdpjVsao
|
||||||
|
KJjDyVYYxA0E9dJSuXA0N0aMdI+fSnlh8AHO9h35BSVfL8d6UIU6BoiydVLYUXpd
|
||||||
|
EuUBUb30wrl9aWsS+q/rS66N0t2W2dDH3gG1qV+01Dpd02FbyzoQaop+kg6IpJjj
|
||||||
|
xQWAg6J+rMBPErv+GDmWEoxpF1B94g==
|
||||||
|
=d+a/
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 08:18:17 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.94.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.94.0
|
||||||
|
- Changes since 5.93.0:
|
||||||
|
* Fix license identifier
|
||||||
|
* Add windows CI
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 3 10:47:34 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Apr 3 10:47:34 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.93
|
%define _tar_path 5.94
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: sonnet
|
Name: sonnet
|
||||||
Version: 5.93.0
|
Version: 5.94.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…
x
Reference in New Issue
Block a user