diff --git a/baselibs.conf b/baselibs.conf deleted file mode 100644 index 4d953b1..0000000 --- a/baselibs.conf +++ /dev/null @@ -1,3 +0,0 @@ -libKF5Completion5 -kcompletion-devel - requires "libKF5Completion5- = " diff --git a/kcompletion-5.85.0.tar.xz b/kcompletion-5.85.0.tar.xz deleted file mode 100644 index e46c769..0000000 --- a/kcompletion-5.85.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41baead36a7466b9184cf4bef2662e91b07f2bd1fe6a2753de0ad5b5550dc4ef -size 122020 diff --git a/kcompletion-5.85.0.tar.xz.sig b/kcompletion-5.85.0.tar.xz.sig deleted file mode 100644 index 5d4fc63..0000000 --- a/kcompletion-5.85.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBUEACgkQWNDuZIpI -s7sA2ggAn4LH8/Uufaz4Jm3vvEl+i7/yGQOP+WJ9FUhfWGCWsQo+q3Kj38CbZYiZ -jU4Uef7aABe+tHvndaOUxmQQ0iky8QE389HDlWQURYVFomx1FPBniIBeX1K0pZgq -W0wId+W3zwf8nIhIp5Htin2WmyQZ8ceLbbracrU7NusTydCnjeQyimdolAS2/gen -Sfb2GlbgYYVHE6hzdfNJKkh2ypEjyPOEREEN43t2HzRFzMDCJL2sEM/4mrdli8lE -GD99bZLRIZsU9nsAluXnkg07RIe4nbdtVGlrk47CFCukyRgPi5QyoeTDU/pOQJG4 -QF28cEFzahIxwo+/krS4qE2LW5yFPQ== -=Mkib ------END PGP SIGNATURE----- diff --git a/kcompletion-5.86.0.tar.xz b/kcompletion-5.86.0.tar.xz new file mode 100644 index 0000000..de033f7 --- /dev/null +++ b/kcompletion-5.86.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec689554239e05186fe1114467732b939849a649f9526112954a8f599ba86a6 +size 122128 diff --git a/kcompletion-5.86.0.tar.xz.sig b/kcompletion-5.86.0.tar.xz.sig new file mode 100644 index 0000000..7cb49b0 --- /dev/null +++ b/kcompletion-5.86.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2LEACgkQWNDuZIpI +s7t2igf/RhM9fNAz3163gbkDcyFRLVQZtIKvY0QX2BnjD2db3HrR2NfNEIlucgtW +i0KT5EH+bWckvppI9uodFtTivk83PiGwUFx+RmuDy9oVh8r95TEskQI36DoRnUm/ +RMlpAn0z6c4U7Tx0E8p+DWF1wtgiaTzbnQdJQxoPBDdqPxPpKhhH6uyc8nCjnX+w +c6w7UTkKyJmGrcOgMGR2RbMN3f8yvB23fC4l3mDsEToWtOTZReVw87nlOHslC4Jh +70XRzmQgub0MGJwbkY/znG/lCabAjC9lhi1H1Z69oRbO1bPtwLmaFKH68JwaHwp7 +tX5A8Yi1XV2cpA2eIKSGIkMDtVPNSA== +=jhm1 +-----END PGP SIGNATURE----- diff --git a/kcompletion.changes b/kcompletion.changes index 686c560..62c753c 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Sep 15 08:23:59 UTC 2021 - Christophe Giboudeaux + +- Drop the unneeded baselibs.conf. + +------------------------------------------------------------------- +Mon Sep 6 06:21:56 UTC 2021 - Christophe Giboudeaux + +- Update to 5.86.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.86.0 +- Changes since 5.85.0: + * We depend against c++-17 so we can use qOverload directly + ------------------------------------------------------------------- Fri Aug 6 12:11:35 UTC 2021 - Christophe Giboudeaux diff --git a/kcompletion.spec b/kcompletion.spec index dfa1871..8eb9117 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -17,14 +17,14 @@ %define lname libKF5Completion5 -%define _tar_path 5.85 +%define _tar_path 5.86 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # 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}')} %bcond_without lang Name: kcompletion -Version: 5.85.0 +Version: 5.86.0 Release: 0 Summary: Widgets with advanced completion support License: LGPL-2.1-or-later @@ -35,7 +35,6 @@ Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}- Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif -Source99: baselibs.conf BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem