Accepting request 1058540 from KDE:Frameworks5
KDE Frameworks 5.102.0 (forwarded request 1058155 from krop) OBS-URL: https://build.opensuse.org/request/show/1058540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=113
This commit is contained in:
commit
88dd7dab62
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b03178b279ceed9a46742e87537fa23a43e3c471b7a73908564c20d42788ed0
|
|
||||||
size 2463740
|
|
@ -1,11 +0,0 @@
|
|||||||
-----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-----
|
|
3
sonnet-5.102.0.tar.xz
Normal file
3
sonnet-5.102.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0eaa21b763fcf6607fa1db1789115484fcd58e993a0dfb1cd2638f0d288aac11
|
||||||
|
size 2437512
|
11
sonnet-5.102.0.tar.xz.sig
Normal file
11
sonnet-5.102.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO/PSYACgkQWNDuZIpI
|
||||||
|
s7s/pgf5Ae8+XGJLtoL5GY450bgko2yxf8Xj2I/04vJvTppD0AzHbHnm7IldywNl
|
||||||
|
Hz/GWbjW1/jlA3Lk24xDUAtObOidWgJcwdhcccsdPxCZiqFamh7pwBcvRUjsTkAz
|
||||||
|
Hb/xlre7xpp4tPeIcXIw3+F25bXoiKgSgRgUg3ceVqZ8TWM1ijqxO7Iw/nfYnBFi
|
||||||
|
X+yckqbuvaJUd9fQViYX0eVb2b9B1S6TNatCMk/f2IJPYFwNzppbYupEM9d0THii
|
||||||
|
WrSgytbmXKoKQsyeS6ykzCQOQst0SDX0BFIxuQMGMh4eGVsC/CTrqcIyPMItGB4D
|
||||||
|
xF6UKUB04HEFXWizdSVvaNzO90ycEw==
|
||||||
|
=2Adp
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 12 08:19:19 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.102.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.102.0
|
||||||
|
- Changes since 5.101.0:
|
||||||
|
* Change underscores to spaces in Esperanto trigrams
|
||||||
|
* Add Esperanto trigram data file
|
||||||
|
* SpellCheckDecorator: manage the d-pointer with a std::unique_ptr
|
||||||
|
* SpellCheckDecorator: remove eventfilter in destructor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 20:11:12 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
Tue Dec 6 20:11:12 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.101
|
%define _tar_path 5.102
|
||||||
# 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.101.0
|
Version: 5.102.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