KDE Frameworks 5.105.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=268
This commit is contained in:
parent
7f991d7314
commit
339476409f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0ed0246871283df04c62f0df2b221e32911cb4d292d5ae42f860958032eb510
|
|
||||||
size 2337504
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmQDJCIACgkQWNDuZIpI
|
|
||||||
s7sjmAf9Gtwd7d2obKfgqatluDt94uOL0M+3W1LmWKpOjvo5dSYcT3qKYtE0VZUY
|
|
||||||
GxLL3zz23UxVi+Z5ySg9v50YiDLjZvu9Iq5TEBIqsVvpo17Ei5fi8fsGUM8+COTw
|
|
||||||
BGALOhCaYlcS5//lKtGuFfoBnJ8kiKIu3FXlHdlFNZY620E69Gw+QGGn3G2c3gMW
|
|
||||||
xFyfZfz8UK8sTI8sjGs4JCL8HPfUcAtFzbLjM2u4YjjD0nPl/znVhnrAbqHIimeG
|
|
||||||
daE6TTrc68SA3aubMyoDDyAmDrEfZnDmnQGkV+oY9Q+ZwEPNkXxAuSosFFxX+nHI
|
|
||||||
UN7aLtZycbTqdGQbZg25JvPusmCeMQ==
|
|
||||||
=gdN4
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcompletion-5.105.0.tar.xz
Normal file
3
kcompletion-5.105.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e76e822a8b4e49d3357958fd3880858a59ccf4defd45a0e248c57535788b981
|
||||||
|
size 2337496
|
11
kcompletion-5.105.0.tar.xz.sig
Normal file
11
kcompletion-5.105.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmQoCHIACgkQWNDuZIpI
|
||||||
|
s7sJuwf7BlEZ/Z6cRpj+TVBh6X0vCvo2Ck+OKjXRcqFku8cG0eMVWu8AWwDYvXRK
|
||||||
|
3TkfHGrcLr8/VPvulOSfz1QWnGA0xEj6NTQKAj6CFlfDzNaFofDp8FUrvl+urfZm
|
||||||
|
EQJLeRBSxpiVHLq0YcfjeqVvlc8Ki4p4GxDePjofi9Lx9VnmpOzJ9CLmeW7eVMFb
|
||||||
|
+LZ2hpDONOnt06fuZqbDLWeu8+YQyq/8eNNFK/XOmKUExOgUMWW5JHi2LiHwzQLy
|
||||||
|
JAGAgTqVC3/APnwbVdOaP/+GczZNDvXDaENZlhxkg6XupyMm7v/Ryo1ypOkoK2+/
|
||||||
|
W8MlEzYLrO9tAKwKMT2FJ5J4Xxo9Zw==
|
||||||
|
=YyJ8
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 1 17:00:37 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.105.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.105.0
|
||||||
|
- No code change since 5.104.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 6 09:07:41 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Mon Mar 6 09:07:41 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.104
|
%define _tar_path 5.103
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: kcompletion
|
Name: kcompletion
|
||||||
Version: 5.104.0
|
Version: 5.105.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…
x
Reference in New Issue
Block a user