diff --git a/kdeclarative-5.73.0.tar.xz b/kdeclarative-5.73.0.tar.xz deleted file mode 100644 index a1dcfaa..0000000 --- a/kdeclarative-5.73.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:713ae2ea41e1bac8f6d47cffa376d62c7805eb3e4cc41c3168c1f1b2ca70a598 -size 179428 diff --git a/kdeclarative-5.73.0.tar.xz.sig b/kdeclarative-5.73.0.tar.xz.sig deleted file mode 100644 index 66c2c36..0000000 --- a/kdeclarative-5.73.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzpUACgkQWNDuZIpI -s7uVBAgAhAQ8TxXsQtC0oAnj28VMfIUDk+FUq65fRlO1A7tAfU4tRkIKNhhR30kC -utO+vrwvz95w7StOVNs8Sr1tQ4pREg4H+DAvMV41++tu6c85ZvUEaz2JqwmDAVyq -P/ZNn6i7zyGJidFz7N7vR087MthIwcVOkukt6BF6Vc1eHbzpTK5b/BpmdxJos+oU -r76HzjRd7Xz/Z08UyzaGQN0lqqC8bWZaN+8EBy7TPILHpUgci5+UrVFo1XdGuhJD -rbgQzqxJ/cfmoMvnq0kpvJwqsTJAUbChKyrt7xM3aSrtTX52CDmLvPuoeBfkXhVF -SskIzsaGJziFIvFjSBf8bf+qwcobGQ== -=Iy1v ------END PGP SIGNATURE----- diff --git a/kdeclarative-5.74.0.tar.xz b/kdeclarative-5.74.0.tar.xz new file mode 100644 index 0000000..ec1b4d2 --- /dev/null +++ b/kdeclarative-5.74.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387c41626c145ddd1fc76d102b5ceaf37321cd02ca7395a10084cfd009bd0422 +size 190360 diff --git a/kdeclarative-5.74.0.tar.xz.sig b/kdeclarative-5.74.0.tar.xz.sig new file mode 100644 index 0000000..b391a75 --- /dev/null +++ b/kdeclarative-5.74.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyPEACgkQWNDuZIpI +s7vr5wf9GX5sK/09xJjGcqpcKTdGCOt1OuYTIPeo1lMubT6b0vnxiYxfYqBLcNXk +DH9y94G6zAuXt1K0y5N6ISkYvnhizkcCXF/M/DPlaSN6kVxeiOqgAvesgD/N346W +WCeKtSCohBuQeHECRVpNmOZMFPITE1wpnDsKwz1zzzVp1QVaEslYBdgOMjHOphKx +GZGcdOeIu6hGkASuFvqXBsV6bG2dtJJPWnt3L9Y/NORuWLRArK33JaN6h7rA5EtX +y8qqkYvrrMthQ1Sr5EefwdAop7XuoQ8oTths87n+px9s3HztQR+a382FuGlkFcu4 +7iMJKwqHkJW1Gw476SAnGfAzHwi49g== +=nUPy +-----END PGP SIGNATURE----- diff --git a/kdeclarative.changes b/kdeclarative.changes index 8afffd8..a35d5ab 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Sep 6 12:49:04 UTC 2020 - Christophe Giboudeaux + +- Update to 5.74.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.74.0 +- Changes since 5.73.0: + * [KKeySequenceItem] Make Meta+Shift+num shortcuts work + * Expose checkForConflictsAgainst property + * Add a new AbstractKCM class + * Using no deprecated enum Qt::MiddleButton + * typo-- + * Remove obsolete COPYING files + * Port KRunProxy away from KRun + * Fix warning: zero as null pointer constant + * KDeclarative: Convert copyright statements to SPDX expressions + ------------------------------------------------------------------- Sun Aug 2 07:13:15 UTC 2020 - Christophe Giboudeaux diff --git a/kdeclarative.spec b/kdeclarative.spec index 568ed45..bc3082e 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -17,14 +17,14 @@ %define lname libKF5Declarative5 -%define _tar_path 5.73 +%define _tar_path 5.74 # 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: kdeclarative -Version: 5.73.0 +Version: 5.74.0 Release: 0 Summary: Integration of QML and KDE workspaces License: LGPL-2.1-or-later @@ -47,6 +47,7 @@ BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} @@ -147,27 +148,27 @@ Development files. %endif %files -n %{lname} -%license COPYING* +%license LICENSES/* %doc README* %{_kf5_libdir}/libKF5Declarative.so.* %files -n libKF5QuickAddons5 -%license COPYING* +%license LICENSES/* %doc README* %{_kf5_libdir}/libKF5QuickAddons.so.* %files -n libKF5CalendarEvents5 -%license COPYING* +%license LICENSES/* %doc README* %{_kf5_libdir}/libKF5CalendarEvents.so.* %files components -%license COPYING* +%license LICENSES/* %doc README* %{_kf5_libdir}/qt5/qml/ %files tools -%license COPYING* +%license LICENSES/* %doc README* %{_kf5_bindir}/kpackagelauncherqml