diff --git a/kdeclarative-5.90.0.tar.xz b/kdeclarative-5.90.0.tar.xz deleted file mode 100644 index 4d6c1ca..0000000 --- a/kdeclarative-5.90.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e342a4735d40cdfaf3456afb6aac9eae22a827f77a6107f1cd50b7e8df4fffc -size 199308 diff --git a/kdeclarative-5.90.0.tar.xz.sig b/kdeclarative-5.90.0.tar.xz.sig deleted file mode 100644 index 0d981b0..0000000 --- a/kdeclarative-5.90.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0oACgkQWNDuZIpI -s7udJwgAj/xY3Ys9tsgLUPYSDsPidQ4RB/iqMBv47RT/2CP59bNuno8KqKIaLK3f -7FX0sjUhCxwEHLhmW2YWOsQ4drKPynE6fkxdnqgxmPgxXb027Bita3Wvf8T7PrbS -ToYiB+AJN3ByfKP/55HlpMMofelHv78EzqBpDGbZAHwt3IXLAcIYFMJr1sxH0xDy -+lEkc80ZeRlo/Oob8jlb2s6GIaaj2bCvGmdO/B2R0SyIUdDYjwXuJnQiH8VKSnAQ -v9NjUqtIwJG59JSBPIABFzaHEwoyyXuQAFeoYh0nJ9FBHUpMQr4laZ/ediBMUtnV -fefpq/cVGc3Ke2UWeSuvwhjMvGoN9w== -=UM7W ------END PGP SIGNATURE----- diff --git a/kdeclarative-5.91.0.tar.xz b/kdeclarative-5.91.0.tar.xz new file mode 100644 index 0000000..b2e2475 --- /dev/null +++ b/kdeclarative-5.91.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb8fb0edb1036aa310f1a80344e5a7209cfc9dc1bff086ed458fa0e58716da0 +size 201884 diff --git a/kdeclarative-5.91.0.tar.xz.sig b/kdeclarative-5.91.0.tar.xz.sig new file mode 100644 index 0000000..c7f90a4 --- /dev/null +++ b/kdeclarative-5.91.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kf8ACgkQWNDuZIpI +s7sA+wf+JsfDftrofVhnAviJmBNJJjrCFxSbNQG5z3ZtupYekR59vqDvRM7OgTVz +mt3rngYHdepLNLgZgsp33pfdSj+YMVJzu6tm4zsaVPaGnAyrGMOMlpXnehsV4sQX +juSZwQMD4pEqLeomK004yV7Lx76chZm8K5ZNUgJlvvVv/KhTc3VpNaIQ0q+kmoCw +ZrJ8UK9M+lryj3qVdXB3+ChJUuQUyJAc5PyozCbdcWqddILhLG927k8NFw55ihC/ +r67U/O10wuJixFDgX2y8NTrHroXNkyGJ/+Zm62UIEp5p3AA11gDTFH2atatlSK0H +tGa+54/mDIPQkZvABVQb3oxbnr9Bgg== +=Mc5z +-----END PGP SIGNATURE----- diff --git a/kdeclarative.changes b/kdeclarative.changes index 9c47574..98fb04f 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Feb 6 10:16:54 UTC 2022 - Christophe Giboudeaux + +- Update to 5.91.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.91.0 +- Changes since 5.90.0: + * proper position for top separator + * [KeySequenceItem] Make keySequence «non-null», «non-undefined» and «non-""» + * [KeySequenceItem] Fix code style and bump QML imports + * Make QML code depend less on the `kcm` context property + * Fix QT_NO_OPENGL build after 66c5bb0efa + * kquickcontrols: Improve accessibility in ColorButton.qml (kde#449282) + * GridDelegate: Focus on the delegate after a menu is closed + * GridDelegate: Open menu when Menu key is pressed + * Add CI qt6 support + * Exclude epoxy in qt6 => exclude plotter class + * Fix some compile error against qt6 + * Deprecate KDeclarative::ConfigPropertyMap in favor of KConfigPropertyMap + * Apply fix from Volker + * Prepare build system for building against qt6 + * fix autotests, avoid clash with bin/data on Windows + * Don't use KGlobalAccel on Windows + ------------------------------------------------------------------- Mon Jan 3 12:47:25 UTC 2022 - Christophe Giboudeaux diff --git a/kdeclarative.spec b/kdeclarative.spec index 9b56007..dfb39d5 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -17,14 +17,14 @@ %define lname libKF5Declarative5 -%define _tar_path 5.90 +%define _tar_path 5.91 # 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 released Name: kdeclarative -Version: 5.90.0 +Version: 5.91.0 Release: 0 Summary: Integration of QML and KDE workspaces License: LGPL-2.1-or-later @@ -165,9 +165,7 @@ Development files. %{_kf5_libdir}/libKF5QuickAddons.so %{_kf5_libdir}/libKF5CalendarEvents.so %{_kf5_libdir}/cmake/KF5Declarative/ -%{_kf5_includedir}/*.h -%dir %{_kf5_includedir}/*/ -%{_kf5_includedir}/*/ +%{_kf5_includedir}/KDeclarative/ %{_kf5_mkspecsdir}/qt_KDeclarative.pri %{_kf5_mkspecsdir}/qt_QuickAddons.pri