Christophe Marin 2022-12-11 11:33:04 +00:00 committed by Git OBS Bridge
parent 492757e2a1
commit 0d5461fa9c
6 changed files with 35 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7635cb72365b3f12d45f9126ad2e774835c664af8d02f66d3561c02bcbb84017
size 2519180

View File

@ -1,11 +0,0 @@
-----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-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a208f5af8c83db3979ed28e9a9aa3a80c709a3c08612fbf77792cd314afe476
size 2520068

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLNAACgkQWNDuZIpI
s7t/Hgf7BPqn16kFPpbHsievECFapfN3PF0S6DpUHTbzKV6+ySXg2b9lf/jfKFaE
lpWABSx3Vq1vpqpwDyQ2NWsjH+/fmMVRVPTk570GJtN6+hiWF46GHlp+ENhCt8J8
Ulr6ffE0RL9sSBuCWYL9HptHI5+ZZUsjxH7GuIi1IR2WuW+3DnGY0+lw/5tlMCAj
kz23xwtDRae1Fm3DlJl4fuTp5D7FrNC50oxlUP/WoXhYUzWxFzId3sdKnKJZ6UZ1
blbPUcNl66/QigH24+RBtHOcdEq5TJ80Hn2Xnr97b2Z33wXLx8JG8nPfTIaAXCiD
nY+UO2J0/oymSDY4VlSvZuJ1dPA8Sg==
=gzSa
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Dec 6 20:10:32 UTC 2022 - Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Deprecate unused parts of KWindowSystem import
* tests: add test for multiple KeySequenceItems
* Fixed KF 5.100 compilation
* SimpleKCM: Account for flickable's margins when deciding to show separators
* SimpleKCM: Clean up a bit
* Fix build
* Deprecate QIconItem
* Use const/let for JS variables as appropriate
* Sync header and footer separator code to SimpleKCM (kde#461435)
* AbstractKCM: remove KF6 TODO
-------------------------------------------------------------------
Tue Nov 8 08:35:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,18 +17,17 @@
%define lname libKF5Declarative5
%define _tar_path 5.100
%define _tar_path 5.101
# 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.100.0
Version: 5.101.0
Release: 0
Summary: Integration of QML and KDE workspaces
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with released}
@ -63,7 +62,6 @@ KDeclarative provides integration of QML and KDE workspaces.
Summary: Integration of QML and KDE workspaces
# QQmlPropertyMap leaks private but exported QObjectPrivate symbol
# https://bugreports.qt.io/browse/QTBUG-46433 and https://bugs.launchpad.net/bugs/1426335
Group: System/GUI/KDE
%requires_eq libQt5Core5
%description -n %{lname}
@ -71,21 +69,18 @@ KDeclarative provides integration of QML and KDE workspaces.
%package -n libKF5QuickAddons5
Summary: Integration of QML and KDE workspaces
Group: System/GUI/KDE
%description -n libKF5QuickAddons5
KDeclarative provides integration of QML and KDE workspaces.
%package -n libKF5CalendarEvents5
Summary: Integration of QML and KDE workspaces
Group: System/GUI/KDE
%description -n libKF5CalendarEvents5
KDeclarative provides integration of QML and KDE workspaces.
%package components
Summary: KDeclarative QML components
Group: System/GUI/KDE
Requires: kirigami2 >= %{_kf5_bugfix_version}
%description components
@ -93,14 +88,12 @@ KDeclarative provides integration of QML and KDE workspaces.
%package tools
Summary: KDeclarative tools
Group: System/GUI/KDE
%description tools
KDeclarative provides integration of QML and KDE workspaces.
%package devel
Summary: Integration of QML and KDE workspaces: Build Environment
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: %{name}-components = %{version}
Requires: extra-cmake-modules