forked from pool/sonnet
Accepting request 961291 from KDE:Frameworks5
KDE Frameworks 5.92 (forwarded request 961114 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/961291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=103
This commit is contained in:
commit
30ed1cd573
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bda19e339d19ffcfa6bfa74eb6f0cdaf75e2537450d2deed03f45f4a6b91fd18
|
|
||||||
size 308264
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kxcACgkQWNDuZIpI
|
|
||||||
s7vTcwf9HoRRRixQWVo3lqqtGeaZFsOoQWkVmvv0ISQNKSS9alOZlqxW7lLlC5rT
|
|
||||||
IbzHkfhCfXGUyGefix3Dpj8+Urx/gT6xuXF7jqZcB0BDusL9FUW5wWiV/PtPhq3I
|
|
||||||
mmJceJtsiiP/xtVFKGS0JFD2QQ9G9ZdeQe2ntsNXA1jmHf1hA+PYe6xHw1AvN0LD
|
|
||||||
1divTb36URx4Jd5Odhkk1mnsto2Tn6hpJpiPrAubhK1UJXO6TO8EIeWAk7Pnzko9
|
|
||||||
G7xnj7tECkMBQq2IK3QSxogGofH3bA4Qj3UOU2Vcpxs8szvUfzo+5aP+zcGPYLM3
|
|
||||||
zQYBqpqowR4wD93FqoTkdaW9SnJ6Yg==
|
|
||||||
=I4QR
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sonnet-5.92.0.tar.xz
Normal file
3
sonnet-5.92.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31fc1dda3db582337529922d38b6eac72b1551c4a0d86fb9307363e061d05722
|
||||||
|
size 308336
|
11
sonnet-5.92.0.tar.xz.sig
Normal file
11
sonnet-5.92.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjw4kACgkQWNDuZIpI
|
||||||
|
s7tXgggAuD/J9pVEnShBeKlAh/kJVmbS1/mRYkz+UPL08bMxOgTo+rH/pH2ESQnt
|
||||||
|
yHnJw2Zz1ifAQRwO+r2ynSmb3YgxmqNCj0HTvYN1tcea5ixc8rJXGaoS48EtEAmD
|
||||||
|
asKILeij2xdgPc2QatJjqK2RTYyMKGTNsVc2ZkWr2q68TeCU41rNMPf2NCaqJiZ+
|
||||||
|
e5reskh6FGrkU5VtZKelC4ukdc016KjaMtCDYja2gdOQo0QnA/66lwyTbyzxPcUC
|
||||||
|
7t8SrTTpclWfEv06qKN+AQsRr5pgvxMBuFmn95czDsRkX+DfQwcankGHzYo42lmZ
|
||||||
|
SS0/ay1/x+qYaylnsURyk34CqggWmQ==
|
||||||
|
=jwYd
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 7 09:27:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.92.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.92.0
|
||||||
|
- Changes since 5.91.0:
|
||||||
|
* settings: Emit `autodetectLanguageChanged`
|
||||||
|
* Add Qt6 Android CI
|
||||||
|
* Make the BUILD_DESIGNERPLUGIN option dependent on not cross-compiling
|
||||||
|
* QMake pri files: fix missing new path to version header
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 6 10:17:21 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Feb 6 10:17:21 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.91
|
%define _tar_path 5.92
|
||||||
# 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.91.0
|
Version: 5.92.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