Christophe Giboudeaux 2022-10-08 17:27:51 +00:00 committed by Git OBS Bridge
parent 8653ac7e53
commit fdabd71be2
6 changed files with 39 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0672c0b57be19d1efa2b208f9836e2f0c1f67a2aab39d3cff29bc36f5965ba78
size 207124

View File

@ -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-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:168acc11b96a0f47dc7458390d31bb46f5fdd7337488ab18a60bfc0368113aa4
size 208156

View File

@ -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-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Oct 1 15:55:39 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- 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 <christophe@krop.fr>

View File

@ -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/*