From fdabd71be205be5c3d092f4245a5488b9e8d9dd0c5e22dd91dce6d457aac3e7e Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 8 Oct 2022 17:27:51 +0000 Subject: [PATCH] KDE Frameworks 5.99 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=273 --- kdeclarative-5.98.0.tar.xz | 3 --- kdeclarative-5.98.0.tar.xz.sig | 11 ----------- kdeclarative-5.99.0.tar.xz | 3 +++ kdeclarative-5.99.0.tar.xz.sig | 11 +++++++++++ kdeclarative.changes | 20 ++++++++++++++++++++ kdeclarative.spec | 13 +++++-------- 6 files changed, 39 insertions(+), 22 deletions(-) delete mode 100644 kdeclarative-5.98.0.tar.xz delete mode 100644 kdeclarative-5.98.0.tar.xz.sig create mode 100644 kdeclarative-5.99.0.tar.xz create mode 100644 kdeclarative-5.99.0.tar.xz.sig diff --git a/kdeclarative-5.98.0.tar.xz b/kdeclarative-5.98.0.tar.xz deleted file mode 100644 index f105eb6..0000000 --- a/kdeclarative-5.98.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0672c0b57be19d1efa2b208f9836e2f0c1f67a2aab39d3cff29bc36f5965ba78 -size 207124 diff --git a/kdeclarative-5.98.0.tar.xz.sig b/kdeclarative-5.98.0.tar.xz.sig deleted file mode 100644 index 28ff2f5..0000000 --- a/kdeclarative-5.98.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9QEACgkQWNDuZIpI -s7uXIAf8CykFeCHaLgX+RrYsjhlKO9MD9u2XrNNXUsMT7lhnU/mulu5RRsjZqCNI -jYKqZlElHTR0bVUsx45kDeaBAfpaEdrTPZ8PQCJGfa0GEbb3M8c38ayLeiKZH/QK -AoFA5+gF6zOPtORwo+/zcOu0KDk6NUaNYRE4VaYk614YAOv8SFShH6dTg3tkWaqO -v0ZOYQKrzdpF1FGjBp2jMr//JxfWXAxJWwbkp2TFjjLYtGpr+Lh7C+C7aY23mDGM -STv0I76A3HcRbG+flS7V/38cq14I4VVItvjSEKf/8TUU0jEcaI4X/ZCl27+1ix4W -i8rc1WCxHKZpOkL2a1I9MWKA6673AA== -=viTn ------END PGP SIGNATURE----- diff --git a/kdeclarative-5.99.0.tar.xz b/kdeclarative-5.99.0.tar.xz new file mode 100644 index 0000000..4ca16d7 --- /dev/null +++ b/kdeclarative-5.99.0.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..15ab057 --- /dev/null +++ b/kdeclarative-5.99.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----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 f553be2..1bf87e3 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Oct 1 15:55:39 UTC 2022 - Christophe Giboudeaux + +- Update to 5.99.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.99.0 +- Changes since 5.98.0: + * KeySequenceItem: Restore the previous value when it fails + * Remove project() calls from subdirs + * KeySequenceItem: Allow detecting when the key sequence is cleared (kde#458799) + * KeySequenceItem: Use the helper's shortcut instead of duplicating them + * KeySequenceItem: Disable clear button when there's no key sequence (kde#458798) + * KeySequenceItem: Cancel sequence recording when pressing the button + * KeySequenceItem: Remove workaround, it was addressed upstream + * KeySequenceItem: Show a cancel button when recording (kde#458796) + * GridDelegate: show tooltip when `toolTip` is empty and title/caption is elided + * AbstractKCM: make footer top padding optional + * [kquickaddons/configmodule] Make getters const + ------------------------------------------------------------------- Tue Sep 6 07:16:52 UTC 2022 - Christophe Giboudeaux diff --git a/kdeclarative.spec b/kdeclarative.spec index bc77b96..cdf5d7f 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -17,14 +17,14 @@ %define lname libKF5Declarative5 -%define _tar_path 5.98 +%define _tar_path 5.99 # 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.98.0 +Version: 5.99.0 Release: 0 Summary: Integration of QML and KDE workspaces License: LGPL-2.1-or-later @@ -126,11 +126,10 @@ Development files. %install %kf5_makeinstall -C build + %fdupes %{buildroot} -%if %{with released} -%find_lang %{name}5 -%endif +%find_lang kdeclarative5 %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig @@ -139,9 +138,7 @@ Development files. %post -n libKF5CalendarEvents5 -p /sbin/ldconfig %postun -n libKF5CalendarEvents5 -p /sbin/ldconfig -%if %{with released} -%files -n %{lname}-lang -f %{name}5.lang -%endif +%files -n %{lname}-lang -f kdeclarative5.lang %files -n %{lname} %license LICENSES/*