Accepting request 1064569 from KDE:Frameworks5
KDE Frameworks 5.103.0 (forwarded request 1063796 from krop) OBS-URL: https://build.opensuse.org/request/show/1064569 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=114
This commit is contained in:
commit
aff4a9952e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b78ae92b18aa31c8055d2a0b01dd30ba466ccbd980d0a7f68890e24ac42f9c9
|
|
||||||
size 2337292
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SOMACgkQWNDuZIpI
|
|
||||||
s7sr0Af/ZT591I/sAA9Ld6kIC64QCe+fQ2W4c7hNsv/Gf8ZYY6p0K8hiu5RJMVR4
|
|
||||||
S9A7nZZYnhbmhTJAPc/+UNm/48Owps6cyGag1+G7jIQZn99WWvFX5YHWc6JOBqI/
|
|
||||||
rL0Z0cE7IIm0m4JaofgV/mVbeRT95io+HlWd7hhWA54OyemKRng7NfiDX6oP0OWC
|
|
||||||
IamBN1wTvd58SXkHojJwLWovTDTFipcL2q9qymvNEBlqk9maCuAaR6JtBo36mR3R
|
|
||||||
3xp7owYdx2bFilqgE4m6Up8R4s3mLGFeAc8hMJhydweT8cPGedGeahUTY7G/jdLL
|
|
||||||
vBNaY6eTJrywa2x8FN+QUOamX0Usrg==
|
|
||||||
=MQ7t
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcompletion-5.103.0.tar.xz
Normal file
3
kcompletion-5.103.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d02374cba2bb3da774a938ef72744282af80a6c63851baa5825af173c7cb764f
|
||||||
|
size 2337188
|
11
kcompletion-5.103.0.tar.xz.sig
Normal file
11
kcompletion-5.103.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfemEACgkQWNDuZIpI
|
||||||
|
s7vu8wgAny2cukQJMdOn/PPYhr4M8/4suUAOYjm1AtGVk7qOmwOEMZ85qY98uapp
|
||||||
|
Ozs0U6p48/f4DxaZ5HSK+kMRicTiKH9zusxAMu54XS0nguoPw6E+6QPj8txDli7H
|
||||||
|
A8QXsyXrJVe1lPVWqBQ97bwBebj6ORRVzasrCNSu1UaHhKwkNmZs4PhdsDXmsf2u
|
||||||
|
rg0GQbFlS7+wxghNb8/15RnJggUHlO8U+P7QbTWxnXmOm9gKdphoevpz6IKTG3OI
|
||||||
|
cwGGppqZrYTXkps1DtppnR3xQkUtyjwOXqCENQmckm0joREGLhaBfK1GwVVujiu7
|
||||||
|
OqH+6Ad78dphEn7h2rKpEJ3pc03gew==
|
||||||
|
=eWM6
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 8 09:12:43 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.103.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.103.0
|
||||||
|
- No code change since 5.102.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 08:18:37 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Thu Jan 12 08:18:37 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.102
|
%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.102.0
|
Version: 5.103.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
|
||||||
@ -80,8 +80,7 @@ can be used with own widgets.
|
|||||||
|
|
||||||
%find_lang kcompletion5 --with-qt --without-mo
|
%find_lang kcompletion5 --with-qt --without-mo
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{lname}
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %{lname}-lang -f kcompletion5.lang
|
%files -n %{lname}-lang -f kcompletion5.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user