Accepting request 747093 from KDE:Frameworks5
5.64.0 OBS-URL: https://build.opensuse.org/request/show/747093 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=74
This commit is contained in:
commit
65870791c1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4bc7458e44fe5fba0e18aa296236de4523acb47b51f73d5f0a8ca904def5ef81
|
|
||||||
size 118976
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyTYACgkQWNDuZIpI
|
|
||||||
s7tUkQf+K4LCXrYR/Tev2XDfaEhb6K+LqcQ8C3kRnWqtW7rkrMDwzX13qCew6e1I
|
|
||||||
C4UUOzNlrPbuz39IN41wZKAFq140YWvQdVUainF/2U1nhdCYLR6FtL83xPi6ER+E
|
|
||||||
B33ubXFj56OnwyiVb0NbgbNfny+wJiKuJ240ltXWIGa+KyoUfmw6CuiUTtEVWiUF
|
|
||||||
PiAFVcGZnUaHjRkhvjoFPR6UtDFtQXVL8Jkw6RxeY5xuvQoRTGc6778o7vQJWHrI
|
|
||||||
mJMxO7d+Q7fALIAlxMg9i2YUmSXlMZjdh2o7hqd2RTuGefJBnSjgmGch4R+sFVrn
|
|
||||||
9bAZw8+299ywuwj50DECEZfsyQ71Zw==
|
|
||||||
=3eDy
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcompletion-5.64.0.tar.xz
Normal file
3
kcompletion-5.64.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4fe5b9254e038e654d55167163b2812582f31fe550c977979d692b69424c2508
|
||||||
|
size 119888
|
11
kcompletion-5.64.0.tar.xz.sig
Normal file
11
kcompletion-5.64.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+ygAACgkQWNDuZIpI
|
||||||
|
s7uxhwf+NTuR28egZHQ/z466WyCJduTbtGUSUXxmhCVhljksF3XcnsruUBreaCIz
|
||||||
|
PyXH70lMXYfpeK7zbQcTN6rjPlGUIodILD6BDtcStv/eQoLpQYeqqVmjVgwwAduC
|
||||||
|
PSZ0uSlmphTfNRhG/SqmI5TBKqY6wG9VJ/TCBQUXdzZ/HGSvB3oOo2qcLTn+u9O3
|
||||||
|
6W5J8mkuaYJfglq4ymUHBZs4zfGD759DWGQM1wMiKK4swjK4vFiIJHeuUAwQP31L
|
||||||
|
4ok5CFGwRTbGVgbNAWYZZGE/QP7QCw8bs9hiQWmJiWHQb1yBNOVRnCph1Hs1WHqb
|
||||||
|
+bJB4LckQTltI0LB3AeTONrYPbf9Pw==
|
||||||
|
=Tavy
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 3 15:46:51 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.64.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
|
||||||
|
- Changes since 5.63.0:
|
||||||
|
* Use ECMGenerateExportHeader to manage deprecated API better
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 6 13:26:20 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Oct 6 13:26:20 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.63
|
%define _tar_path 5.64
|
||||||
# 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.63.0
|
Version: 5.64.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