diff --git a/kcompletion-5.62.0.tar.xz b/kcompletion-5.62.0.tar.xz deleted file mode 100644 index 03e29fd..0000000 --- a/kcompletion-5.62.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af774190ca1a0e4d335485548d6e5c1e02042a5d0e29a3c0db17c24e3656edec -size 119356 diff --git a/kcompletion-5.62.0.tar.xz.sig b/kcompletion-5.62.0.tar.xz.sig deleted file mode 100644 index cf47f22..0000000 --- a/kcompletion-5.62.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz14ACgkQWNDuZIpI -s7vNXwf/RcSh98aeiO6evV/L9pMRbVM18zA6C4v7Vv3lz7sJALMQF+gkRiqs4aSV -X64nQ3gkhH20R6Mwi8bxyHD0d8nT22jhFn18o2KYLiSUWmcfOv3cX6gmKiF7LbJD -QoNHkKhikNQPKNu0wIXXzfqi6xxTJM75W3yxAVex7pjYxRDBajYf4moxrTlPz0HR -BAZ8LiR416pLvV1jWBm+Nd4kAtVQco5OujNBXxOhnfAXF1eO+RlGScEeze258Uwv -/tOCnRr6my72Qg5GsKhaa4Lwv4UKrAuvJb7aS+d3tUfDHMO19VdaAa/fnH32YFlI -lIfySZBgT1j0VSRh72TQ4lDtEA29Jw== -=Jlif ------END PGP SIGNATURE----- diff --git a/kcompletion-5.63.0.tar.xz b/kcompletion-5.63.0.tar.xz new file mode 100644 index 0000000..38dee08 --- /dev/null +++ b/kcompletion-5.63.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc7458e44fe5fba0e18aa296236de4523acb47b51f73d5f0a8ca904def5ef81 +size 118976 diff --git a/kcompletion-5.63.0.tar.xz.sig b/kcompletion-5.63.0.tar.xz.sig new file mode 100644 index 0000000..ffe9dcb --- /dev/null +++ b/kcompletion-5.63.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyTYACgkQWNDuZIpI +s7tUkQf+K4LCXrYR/Tev2XDfaEhb6K+LqcQ8C3kRnWqtW7rkrMDwzX13qCew6e1I +C4UUOzNlrPbuz39IN41wZKAFq140YWvQdVUainF/2U1nhdCYLR6FtL83xPi6ER+E +B33ubXFj56OnwyiVb0NbgbNfny+wJiKuJ240ltXWIGa+KyoUfmw6CuiUTtEVWiUF +PiAFVcGZnUaHjRkhvjoFPR6UtDFtQXVL8Jkw6RxeY5xuvQoRTGc6778o7vQJWHrI +mJMxO7d+Q7fALIAlxMg9i2YUmSXlMZjdh2o7hqd2RTuGefJBnSjgmGch4R+sFVrn +9bAZw8+299ywuwj50DECEZfsyQ71Zw== +=3eDy +-----END PGP SIGNATURE----- diff --git a/kcompletion.changes b/kcompletion.changes index 08073af..a220b64 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Oct 6 13:26:20 UTC 2019 - Christophe Giboudeaux + +- Update to 5.63.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.63.0.php +- Changes since 5.62.0: + * [KComboBox] Properly disable Qt's builtin completer [regression fix] + * [KCompletion] Port away from deprecated methods in Qt 5.14 + * Port from delta(); to angleDelta().y() + ------------------------------------------------------------------- Sat Sep 7 20:36:33 UTC 2019 - Christophe Giboudeaux diff --git a/kcompletion.spec b/kcompletion.spec index 0625558..eb32544 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -17,14 +17,14 @@ %define lname libKF5Completion5 -%define _tar_path 5.62 +%define _tar_path 5.63 # 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.62.0 +Version: 5.63.0 Release: 0 Summary: Widgets with advanced completion support License: LGPL-2.1-or-later @@ -42,10 +42,10 @@ BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5UiPlugin) >= 5.6.0 -BuildRequires: cmake(Qt5Widgets) >= 5.6.0 +BuildRequires: cmake(Qt5UiPlugin) >= 5.11.0 +BuildRequires: cmake(Qt5Widgets) >= 5.11.0 %if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0 %endif %description @@ -68,7 +68,7 @@ Summary: Header files for kcompletion, a widget collection with completio Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: extra-cmake-modules -Requires: cmake(Qt5Widgets) >= 5.6.0 +Requires: cmake(Qt5Widgets) >= 5.11.0 %description devel Development files for KCompletion, a widget collection with advanced