Accepting request 840865 from KDE:Frameworks5

KDE Frameworks 5.75

OBS-URL: https://build.opensuse.org/request/show/840865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2020-10-12 11:57:28 +00:00 committed by Git OBS Bridge
commit 24964fd9e1
6 changed files with 32 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec72860cac92a9611b15f1055592434cf2bb44fe428abb474f4f227b4f9f94d6
size 293316

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9Uyj4ACgkQWNDuZIpI
s7vfaAf7BPgYofmFxNjTGUu68+0ba09aXIvJTMLrLBHkBU3rDO93fExRUI2FhHOJ
ZgH2GdDmne05gno2EK6crV2DJpZUQqe3PM8Ye2j4hXjBsHAAHS8G7zQFHqga3rHT
k949pImKI10l7tlCVZ3dCrGxDK4Mi0Z6wjxGIIiP34pqIJlyncKhm46cRjii90/u
GRpA0/sJtbunAVUq0X0335q/K/rv6gqaSxlTj5jVxyf7MnIG1yTp3EDuPeypkrWT
Q/Zky31OA630hLlWn5CHdAmEEIEnSySXlLMDUj3dOIS3TZ4yjXrV9XDG2ylEP67Z
RjsoP2WPKiURFTNuvRSItELrybatWQ==
=RBtp
-----END PGP SIGNATURE-----

3
sonnet-5.75.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:626055b262b3a43e6e947cf7f0383565324f42d6b24ab07b98c6cf054271c9e0
size 293896

11
sonnet-5.75.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl96Nc8ACgkQWNDuZIpI
s7s6GAf+MpyM8QPskeKEuxtRGnC5RTo6VMYL9Nk1d3WlFvQ7r9fEhmR3OU1Nxzgn
aziEFmJzPXnERFgB8jv+XnOBEikQgqWa+Kak7syHtuUgN2fOHT1cc6/DbuwywFOn
CFbbtDyu7T3Nap92hRbt07mwR6AMD2u4RdGPaBLRfido5KoPHBO/Vp1dl1Z+UCZ5
26T8DiY9InY+MThpp8McWmXBCO2m9L4R9Ao4+qr1iKmNbq5JM7hr++4h+l+PNJoJ
oemVXs/LD46pDZwNqBrwUkrxRUr+1YPont/KzRWq9gbxteNmn6SZqHEmENJXt7QV
bdASmzVx/9wi8gJGjxsQFNcvizCYYg==
=NQO5
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Oct 5 08:33:47 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.75.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.75.0
- Changes since 5.74.0:
* Fix cppcheck warning
* Compile without deprecated method against qt5.15.
* downgrade trigrams output
* Prevent unnecessary temporary container creations
* const'ify pointer + initialize variable
* Use QMultiMap in createOrderedModel
* Fix test_highlighter to not fail if dict not found
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 6 12:50:37 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Sep 6 12:50:37 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define sonum 5 %define sonum 5
%define _tar_path 5.74 %define _tar_path 5.75
# 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.74.0 Version: 5.75.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