forked from pool/sonnet
KDE Frameworks 5.76
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=229
This commit is contained in:
parent
b60cbd3dd7
commit
15d65e25b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:626055b262b3a43e6e947cf7f0383565324f42d6b24ab07b98c6cf054271c9e0
|
||||
size 293896
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
sonnet-5.76.0.tar.xz
Normal file
3
sonnet-5.76.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb6bacae27cfa3f8b3ce300b18efe16730783f143c4a7fccfa634f528262ef9b
|
||||
size 294000
|
11
sonnet-5.76.0.tar.xz.sig
Normal file
11
sonnet-5.76.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5bwACgkQWNDuZIpI
|
||||
s7urcgf/RuYFIjk4Bjmo0SWvc0TAY2wnYDLVh9gl2gluzkPeNrymikJ0OnGV+fvL
|
||||
D2456nyzNEVo6FETScGee5D+SQFkmQpXUvHyN64WoXc0AHuoOGAHf1S92vsQMLdC
|
||||
3gw5N7Nho5I27mgk3dfPGTfvzR0ojV1s7eFGw3iCY93hSV5dGT5Pox3IQ5sPPsmp
|
||||
dQh5Q1jqo3JwRYtT79o6dz102qCE8qhPwPdxv5VsFurj9thjvomW1d+HaGihhsDE
|
||||
OujcdHjNnQyRCsX+mrwwgOGZbxYYNx33kN78bj0h88Au/uPkYVGk9WdgFW6TcLJE
|
||||
Yf2R633pPyZm1Ixs0sG3JuUnBoSt3Q==
|
||||
=O6+Y
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:35:37 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.76.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.76.0
|
||||
- Changes since 5.75.0:
|
||||
* If include is define in .h remove it if it's defined in .cpp too (scripted)
|
||||
* Remove not implement method
|
||||
* Use modern signal-slot connection syntax
|
||||
* Minor code cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 08:33:47 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define sonum 5
|
||||
%define _tar_path 5.75
|
||||
%define _tar_path 5.76
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# 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}')}
|
||||
%bcond_without lang
|
||||
Name: sonnet
|
||||
Version: 5.75.0
|
||||
Version: 5.76.0
|
||||
Release: 0
|
||||
Summary: KDE spell checking library
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user