diff --git a/kdeclarative-5.100.0.tar.xz b/kdeclarative-5.100.0.tar.xz new file mode 100644 index 0000000..f02c9ab --- /dev/null +++ b/kdeclarative-5.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7635cb72365b3f12d45f9126ad2e774835c664af8d02f66d3561c02bcbb84017 +size 2519180 diff --git a/kdeclarative-5.100.0.tar.xz.sig b/kdeclarative-5.100.0.tar.xz.sig new file mode 100644 index 0000000..3882cdb --- /dev/null +++ b/kdeclarative-5.100.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmYQACgkQWNDuZIpI +s7vJGwf+P9Iyjtlyp5Tb7XfwbSIKYbFgNqU29r4H6D8ueJkoBxNVd72mNV2aIyBr +3NNFC5aZizcBjOhwzHXhIrduzwD+n07l56/38VhDGapMtsprNKhhDDm3WOGMJ8LG +neaCMwuMNkKy/PfI5mUXENjWR9hM8gapjCKINvokRmT3181kTziusEmV3mA4yNOj +o43oZz4kiUsp0z+NXfBEQPMPS1D6QuB3/aAdwxSbJ/XLVfqVmWJgOdr+neck+XDV +Th6AK/tzaF8Si3tNU6FF5dtqzHFo/FmhKmb4Aq5IrtypERmaoofHHdRpE042Jexc +nDJWIJnzEcEEvC5piIslSrXm/0PpXw== +=z+v/ +-----END PGP SIGNATURE----- diff --git a/kdeclarative-5.99.0.tar.xz b/kdeclarative-5.99.0.tar.xz deleted file mode 100644 index 4ca16d7..0000000 --- a/kdeclarative-5.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:168acc11b96a0f47dc7458390d31bb46f5fdd7337488ab18a60bfc0368113aa4 -size 208156 diff --git a/kdeclarative-5.99.0.tar.xz.sig b/kdeclarative-5.99.0.tar.xz.sig deleted file mode 100644 index 15ab057..0000000 --- a/kdeclarative-5.99.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VVgACgkQWNDuZIpI -s7u9kAgAvq0vDR62vrmo274veEQ865rA+gtdJdMsFNGQ0slyD24t4VsXw8wjEwFq -5oe6XR/cmLJsUEeLZGN1cca8dgXMmfzK9/bZPvVqJTPRdrHRRkIIx8skLubqEutY -XCkLU0/1xGxRZYhO0JnyzgLosgM+YB4FcEfJz+3wHUNJbiODb38V+daLH03Yilfm -27+OnHQyLAyeegAbptSkuT1FphlJ+ccDp9G8h4o7XHJJUacgFllkLZxCTb+Z3IYw -qoHzCsMdz2EEzbKY24NzRLO6PpdJNqSH//shPWp2MghBXIe3snuty318yjnMeWAm -pJHCqcrS8g5H/G0pEtt5rS8oINy9ow== -=XLwN ------END PGP SIGNATURE----- diff --git a/kdeclarative.changes b/kdeclarative.changes index 1bf87e3..381bcba 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 8 08:35:01 UTC 2022 - Christophe Giboudeaux + +- Update to 5.100.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.100.0 +- Changes since 5.99.0: + * Make QQmlContext's contextObject outlive the QQmlContext + * Completely deprecate KDeclarative class + * Port manual test app away from deprecated KDeclarative API + * Add Qt6 windows CI support + ------------------------------------------------------------------- Sat Oct 1 15:55:39 UTC 2022 - Christophe Giboudeaux diff --git a/kdeclarative.spec b/kdeclarative.spec index cdf5d7f..bfa0dbc 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -17,14 +17,14 @@ %define lname libKF5Declarative5 -%define _tar_path 5.99 +%define _tar_path 5.100 # 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.99.0 +Version: 5.100.0 Release: 0 Summary: Integration of QML and KDE workspaces License: LGPL-2.1-or-later