Christophe Marin 2024-06-07 14:18:27 +00:00 committed by Git OBS Bridge
parent a75a985ac4
commit 2257676a59
6 changed files with 23 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58cb938eb111e8859dd1baa51062467f226b8c67cb1fdb98748d3e97fabf08e9
size 2323864

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXWwAKCRAsjfWHptSq
wd8WAP9VatE0N2sJaenevQmBzDz5J3z/3G+kPAfyB2IICQ106gD+PaKJCOlUG4A5
NMyRd78NHxUdKQ472tDBvMXLiDzIwgA=
=g1cg
-----END PGP SIGNATURE-----

3
kcompletion-6.3.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f027ac6bd285d040a5038c31b10e306bd2cb099d396e88536cd149e88ee712e
size 2324180

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPjQAKCRAsjfWHptSq
wYWdAQC1xIpRouK7YdlJsZlh7ABovROTIt++7AsBl+wdq2EA+QEA/E8/xD/6edBu
FbcNr4KBv+czxF7GLqq2cf0TMHAIVwE=
=3HLE
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jun 5 10:11:26 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.3.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.3.0/
- Changes since 6.2.0:
* It compiles fine without qt6.7 deprecated methods
* Remove explicit maintainer from metainfo
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 6 12:22:23 UTC 2024 - Christophe Marin <christophe@krop.fr> Mon May 6 12:22:23 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -19,13 +19,13 @@
%define qt6_version 6.6.0 %define qt6_version 6.6.0
%define rname kcompletion %define rname kcompletion
# Full KF6 version (e.g. 6.2.0) # Full KF6 version (e.g. 6.3.0)
%{!?_kf6_version: %global _kf6_version %{version}} %{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0) # Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kf6-kcompletion Name: kf6-kcompletion
Version: 6.2.0 Version: 6.3.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