Christophe Marin 2022-12-11 11:32:58 +00:00 committed by Git OBS Bridge
parent b227a762df
commit 840b64bfba
6 changed files with 25 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:959d54e508b5d285d3f8e4c35d0cea3a0eb7687ae2bb6f9e4918e441412ee5a0
size 1759992

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmToACgkQWNDuZIpI
s7siowf9HQvpjagk5LSOhfd8b8PA8jtV1k2n3o7iG//cKCy7SZBJTQhY0lO0c/os
9o/jbcGgRfGlyIXIJS2h5yXDaGiEcVvkNeKdbiN7hmUiQM7Tj/WJJJoIQm6bPppU
VevgiX6COqRJfVM4i6KTKer2YIknittd4VfpBT2nn+B1E0lXzF08bVf0ifeSkuam
bQSNKVcSnWr09U7psRzSN5n2gnqsi6j+tDTLCicVgSNGHQZ0YbexpM0XEB1hOv50
HShl7LGC9nwcoK2mTpJgdNElWGWLtMcshztNejtTAOj3jf8o03y01BMIgk27CYHg
nglKULDbQY/wTy8ZgNSstAkLPyDB9Q==
=eXCw
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c52b56140ab79ad38e4a3a32a7765a3c955476d46208a821cb1ed3b3f6fb47c
size 1759996

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLIUACgkQWNDuZIpI
s7uy6AgArT97Iq6nyhX0vLBr/BBRUeT3zVg6ih/Tffjq/OSP9aHUX6SUcvPlXmmV
57LAL7RNlC4Py153S2omnS8pq1nM5raosZQinDPcEUzHsPuwCuZdDTTHJjXu7bVQ
uuwOW4ET/TVqrkLBfN4+oNJpj6FIlVqGFwQ5GjPUkQNkQ/pjVY+GomNTxpOocTrv
+OZrFx6sNRrXZzT5kHacLh0bpqJLkK/UvfZAkLdz2Ws2H88ItuApN90JYt0vfXcj
cHF2bFYXWFP9O9cM5aWGalcjHs8t6+OdavWg1Gf+BqSzLZ9L0em/0jcN/l66Ur4W
mxnjYxUwvF/CmA7Bwg7+bob0C1ZuZg==
=A2RO
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 6 20:10:20 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
- No code change since 5.100.0
-------------------------------------------------------------------
Tue Nov 8 08:34:50 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Style5
%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)
@ -25,11 +25,10 @@
# Only needed for the package signature condition
%bcond_without released
Name: frameworkintegration
Version: 5.100.0
Version: 5.101.0
Release: 0
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with released}
@ -61,7 +60,6 @@ Applications do not need to link to this directly.
%package -n %{lname}
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
Group: System/GUI/KDE
Obsoletes: %{lname}-lang < %{version}
Obsoletes: libKF5Style4
@ -74,7 +72,6 @@ Applications do not need to link to this directly.
%package plugin
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
Group: System/GUI/KDE
Requires: plasma5-integration-plugin
Conflicts: %{lname} < 5.6.0
@ -87,7 +84,6 @@ Applications do not need to link to this directly.
%package devel
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}