Christophe Giboudeaux 2021-11-12 12:20:50 +00:00 committed by Git OBS Bridge
parent c537234a4b
commit 8bdf4ff2a5
6 changed files with 36 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYltYACgkQWNDuZIpI
s7tEqgf/cEu8IWF32lH9V7L7IOBRgJ2C+a16tot1U3RekCWbE61PgOsN0eRCQPa2
HFiMT3Uq1Hs6VY6OIRrPf5Q42Pj6U0We+DVOvkMTahfX2KFcsX4msfYg5pSXzG5/
AvRvenPv2uvO5z8my+mg9gJqRn9VyvVDSbMWmArVuPMugcABo2CibyoTvt5dne8i
hCrW0CKUoXYt0MP0b/C7fUNSBcAv8DKiMdEosgXg6fW3Sd5FUr9ZUimzqwCSibdG
uIEcQrisz0u6fN3kNu6ejlrq8+dqNi6V74dz+DcYl43V/CHz7OSgUIXxvphXxo0z
lHG5j3DcDxYJNPP/Up6v2pKqRAlaEQ==
=XNxg
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjggACgkQWNDuZIpI
s7vOzAgAulhN5fqk/B2KPwSNr7y8gT1FUdu+tIbCCmLIcWjm6ykAFDMBC0q+lp5D
mpiy5CTulf3p5i0S/P/Ynkkjk/ce0GfP+Q1upfuO5w0lTIKxGv+KHA1qNEaQiKXD
1doYIUavTbHBsZo8IBZBJER+o9kp0fsapX7KSrPj3os3NF1UVLyHPW4buo8n6OyU
ec2Apcnd5aZ3/drQSQ+p9imszYxTq677DK1ghXpjFzL1baMjFAp7u/CJHMv7/tHe
lLPhWgngvdZ8syxsifOxPbgT798HADkdG9adM+2hk1cBfWG6wsVa3dP7uL2bBNcx
he+SBn0uRFy/ZUTokjr0c/VKsd0LNA==
=OsvV
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Nov 7 09:13:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Strip 'Source' URL for faster submissions
-------------------------------------------------------------------
Sun Nov 7 09:07:52 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.88.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.88.0
- Changes since 5.87.0:
* New KCompletion::setSorterFunction() to allow custom sorting by providing function
* Port QStringRef (deprecated) to QStringView
* Add FreeBSD CI
* Add Android CI
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 3 20:33:36 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Sun Oct 3 20:33:36 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,22 +17,22 @@
%define lname libKF5Completion5 %define lname libKF5Completion5
%define _tar_path 5.87 %define _tar_path 5.88
# 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.87.0 Version: 5.88.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
Group: System/GUI/KDE Group: System/GUI/KDE
URL: https://www.kde.org URL: https://www.kde.org
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}