Accepting request 912116 from KDE:Frameworks5
KDE Frameworks 5.85.0 (forwarded request 912073 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/912116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=96
This commit is contained in:
commit
df7c84238e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7a9314d37c98a7c67f8e40af5c9c02b6bbfe2afdb0512f89edeee2c1860b72cd
|
|
||||||
size 122020
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDgio8ACgkQWNDuZIpI
|
|
||||||
s7ttSggAnjFYK+1GqcU/YpYefARmSou69DNCOQ1/9qfMzZpCxevgJTXl/J5ZOjLQ
|
|
||||||
ZnpECaVn8Cs3KFla/CLVpBP7kbRGbOxBZvtAK17AEe1JnKmIW6baqwqMVxSk+Pbf
|
|
||||||
Dm2bI3mLcug2+QeRHica/H+/PxiLBlvJvVCZkdb2BYs9iw477WVI7odiP+POFrka
|
|
||||||
DhW/IVsmSvDmvaw11PjF7c3u3AAFXSiKU13amg8Sd+/BgmbajmNmByp4xavLW/W/
|
|
||||||
YCZ1ISnIEdLpoSHsP8cRMtglf1/JBDPnK0aaL9secgEh5mEWVPK8tZXqGe0glajh
|
|
||||||
gMMglTFKjRRrXecVCrEla8wLV/+uuA==
|
|
||||||
=sqan
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcompletion-5.85.0.tar.xz
Normal file
3
kcompletion-5.85.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41baead36a7466b9184cf4bef2662e91b07f2bd1fe6a2753de0ad5b5550dc4ef
|
||||||
|
size 122020
|
11
kcompletion-5.85.0.tar.xz.sig
Normal file
11
kcompletion-5.85.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBUEACgkQWNDuZIpI
|
||||||
|
s7sA2ggAn4LH8/Uufaz4Jm3vvEl+i7/yGQOP+WJ9FUhfWGCWsQo+q3Kj38CbZYiZ
|
||||||
|
jU4Uef7aABe+tHvndaOUxmQQ0iky8QE389HDlWQURYVFomx1FPBniIBeX1K0pZgq
|
||||||
|
W0wId+W3zwf8nIhIp5Htin2WmyQZ8ceLbbracrU7NusTydCnjeQyimdolAS2/gen
|
||||||
|
Sfb2GlbgYYVHE6hzdfNJKkh2ypEjyPOEREEN43t2HzRFzMDCJL2sEM/4mrdli8lE
|
||||||
|
GD99bZLRIZsU9nsAluXnkg07RIe4nbdtVGlrk47CFCukyRgPi5QyoeTDU/pOQJG4
|
||||||
|
QF28cEFzahIxwo+/krS4qE2LW5yFPQ==
|
||||||
|
=Mkib
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 6 12:11:35 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.85.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.85.0
|
||||||
|
- Changes since 5.84.0:
|
||||||
|
* Use const'ref here.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 4 07:45:13 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Jul 4 07:45:13 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.84
|
%define _tar_path 5.85
|
||||||
# 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: kcompletion
|
Name: kcompletion
|
||||||
Version: 5.84.0
|
Version: 5.85.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Widgets with advanced completion support
|
Summary: Widgets with advanced completion support
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user