1
0
forked from pool/kwindowsystem
Christophe Marin 2022-12-11 11:33:16 +00:00 committed by Git OBS Bridge
parent f1becc81b9
commit 5ea9f11f01
6 changed files with 36 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69b24ebaa5c94aa040c46dc1270a8fc9e44ed35d497c16b9b3244bb200834fb3
size 2433288

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmnIACgkQWNDuZIpI
s7udcAf/X6hr/LPNyYXbZXIt9rBXc9zgi0Nk06uV8NzQwsfkTzokf/zmHfisS2L5
3zWgLHnDVOZ5I13LT+cqoAMcNdI6NgKv+YBoZO2R5dx7hgg1q6kgtq2YbC9qDywg
xwf8GpBapWBB06Vag3q5pt5+LsGoIEM6H2/YFStxDNZ+Vs3sq4Tb/4vEKQFgGZb/
7VXh2jb59l9437yPlxNfpyWiv6nXlbQhXJNmTjXZPAZR9cmMvwhsq0fvlxlAPiz+
1U412z+l/SaXPfqyAnm+YQDxLCa3S3PQBSimEhW5xa6XwzvGgKHDAHweCi4tujz9
YPhutLKyu2P9tNPd8t1KVd4dIp2/Bw==
=QxXh
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLbwACgkQWNDuZIpI
s7u90wf/bB0aOy7IWSKl23kVYmTJN9U/WUixdThfwxUJM28DZpHakOhr0cf8g5bk
bXq6vhapHAW4CE7P+GtsmV6AciZYsBmHSQu6Nh0zoICWFmSTualqbxUzZDvoQquQ
ZAXYcUiKQXRTgUU2Nm5nChXDvYIfOzEBB4pbPtcuGwyL31PoW71taVY93SSOF8ur
GKS9MI8rY/oJpCqr8tbSp6vH06+k/X7tspQuEjyT5J/jx5l1C0ft/b7DoZQq4KOT
BlfbE0EWmZRIxcfBMP8DIi5HqtqTgO0WCjGdrV+74EQiKSrOhV9KoPe8u9kVkaaF
75IPr1oOopSaePQ+i0vuui180YBv5g==
=gaxz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Dec 6 20:11:05 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:
* Use QGuiApplication to read devicePixelRatio
* Deprecate KWindowSystem::demandAttention
* Deprecate KWindowSystem::setIcons
* Move X11-specific KWindowSystem functions to new KX11Extras class
* xcb/kwindoweffects: Fix stripes when dpr is not an integer.
* Deprecate KWindowSystem::setUserTime
* Deprecate KWindowSystem::setBlockingCompositing
* Deprecate KWindowSystem::icccmCompliantMappingState
* Deprecate KWindowSystem::lowerWindow
* Deprecate KWindowSystem::constrainViewportRelativePosition
* Port to PMF signal/slot syntax
-------------------------------------------------------------------
Tue Nov 8 08:35:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,18 +17,17 @@
%define lname libKF5WindowSystem5
%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: kwindowsystem
Version: 5.100.0
Version: 5.101.0
Release: 0
Summary: KDE Access to window manager
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with released}
@ -58,7 +57,6 @@ interface than the NETWinInfo/NETRootInfo low-level classes.
%package -n %{lname}
Summary: KDE Access to window manager
Group: System/GUI/KDE
%requires_ge libQt5Widgets5
%requires_ge libQt5X11Extras5
@ -71,7 +69,6 @@ interface than the NETWinInfo/NETRootInfo low-level classes.
%package devel
Summary: KDE Access to window manager: Build Environment
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.15.0