Accepting request 785367 from KDE:Frameworks5
KDE Frameworks 5.68 OBS-URL: https://build.opensuse.org/request/show/785367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=78
This commit is contained in:
commit
03d2b340df
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d66e4e03aa5e49be34447f38bf78cd0815d11896c3fb2ddf7aa187b4236b757
|
|
||||||
size 288752
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420r4ACgkQWNDuZIpI
|
|
||||||
s7ugrAf5ARBWhU/ssLsketJXadXZoQQP3hay9NAy6S33xq3zyQgQa9KutkEU5QAa
|
|
||||||
S8I1iXaUpv8mIoSZdmDXYH3FLW/bbbrqy+qW9HjeF4q+zY697NXe4GkhMeK+NGfW
|
|
||||||
QjEf30M/FfxUaaE+GSZ6sGrGay1qrvOdnnhPqvSTejhJaqBhY2moL28D8y7a2QXS
|
|
||||||
R30tnlSfjN0hT2eMoTU8Zh5xp3RoaO/b4t9kMjKUtU9KZq4MmShxG8zg635Wl2Kc
|
|
||||||
U0W0pU6wsDQRdrfwFgScE8gNy1cbEWpxM8rClLsRU8sKagmcpWxioMZwVgEd5Vvs
|
|
||||||
ZA7NUfIfnnZvumiUz/0gZqV9LJvDkA==
|
|
||||||
=6rYA
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sonnet-5.68.0.tar.xz
Normal file
3
sonnet-5.68.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:079c4f5fcb9fe670e1242b18648e178aaa01eb81dbdfc881805eea1ec585bd67
|
||||||
|
size 290792
|
11
sonnet-5.68.0.tar.xz.sig
Normal file
11
sonnet-5.68.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jmRYACgkQWNDuZIpI
|
||||||
|
s7uSIQf/SF/n9KqdlFFEBnURv8clwXj+HWYskh+ALAyeUQix5eoix2XTGoZhZnEj
|
||||||
|
oxpftJ83kRVapYV9WaBoqoi9je6ywuDkTySut5ExUF3PtgFV3TpOMhlH03xfjkuD
|
||||||
|
peNWaPw813V3oGALSvMjDu5yyqkogvHvPW2j4pPLtnEjO/rz5XMRL38ceohonVeb
|
||||||
|
84CDjLLH4QW3tA3heUpV4otdzwcOc5e7FWugJXi8GxGCHBmuuFkfZoY9PK3i1/m2
|
||||||
|
YOtwsNs8FWj9MTvQt6SAthF6N5/mHnXmOwsbWX/0+bLUUj1BOZPddAWylq7iaPah
|
||||||
|
fVyAKBIBEkI1BPr03gi7M8O/FRlGLw==
|
||||||
|
=xFey
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 09:18:07 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.68.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
|
||||||
|
- Changes since 5.67.0:
|
||||||
|
* Port QRegExp to QRegularExpression
|
||||||
|
* fix segfault at exit
|
||||||
|
* Use ecm_qt_install_logging_categories over manual categories file
|
||||||
|
* Convert license statements to SPDX
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 2 18:07:20 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Feb 2 18:07:20 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.67
|
%define _tar_path 5.68
|
||||||
# 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.67.0
|
Version: 5.68.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