1
0
forked from pool/kwindowsystem
Christophe Marin 2023-12-15 09:00:04 +00:00 committed by Git OBS Bridge
parent a1584e490d
commit 2091abcbe3
6 changed files with 32 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGHAwACgkQWNDuZIpI
s7un4Qf+KsBAxX6QR61OaXhrcvM4bg8lH2ng8PufRj0wYR7AYKZgJ2htC+MFNaOV
UUI1vamJBI2ImGVhSfjtUrcPiIwLwqGkk7wRLuL6/b28moSzt4ElGHS9IuqHm3+B
c0V0CKeBwoOuQATcZVV5ZST+fnSpVGv8D3tEOod0jJoBN/XvkJOFmTMQEY0J3xh+
391vYGpVfmXBjqKgC3Snw23hvyj9W7O6aeT0EB1fnUtzy3UkfpPvKFx/LxZW9FfN
QnSX6Zx9kU1T7jlaLRgryxZ2WkC+LRWnVvWP0pZ6iL6G/rru/aSGfsZxGoTWNCKF
fm0dms1kpTraNq9PXWQCKWWArTy69w==
=CJp/
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAz8ACgkQWNDuZIpI
s7u4HQf9FMQgKsY6Yd7Z+8EUTUpRN1y0lGG+m96ITzZ9ANVL1ymRHApZ7k9IKnzx
ZQYnN79OoInPOQ0XSkomjsP5b4CEFQMRJ2X8TNlhKtyeir49UNMoWy2KEJBa58i8
d82gtGdkf66xEBZaDQOKh9nikT2afbrzmqVnUstx8srzUVNWS+3BgYbho/vOlbPB
LXx+ktRsOuFrs11fiBPzPfpCVEtmyk2e/AyXZJnZelVVPT0H0vYXhb8+rhLfirmF
gcgJmmaTDmk7QZMDCF+V+Es6J5Ovj9ghIyQfI3KqPPHWhOKkTrhGtgtDYxOoGEK+
+uESDMk1Av3YhDwS1P3jH77otzuG1A==
=ano1
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 5 11:18:01 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
-------------------------------------------------------------------
Mon Nov 6 09:14:10 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5WindowSystem5
%define _tar_path 5.103
# 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}')}
%define qt5_version 5.15.2
%bcond_without released
Name: kwindowsystem
Version: 5.112.0
Version: 5.113.0
Release: 0
Summary: KDE Access to window manager
License: LGPL-2.1-or-later
@ -34,14 +34,13 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
BuildRequires: cmake(Qt5LinguistTools) >= %{qt5_version}
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
BuildRequires: cmake(Qt5X11Extras) >= %{qt5_version}
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-keysyms)
@ -70,9 +69,8 @@ interface than the NETWinInfo/NETRootInfo low-level classes.
%package devel
Summary: KDE Access to window manager: Build Environment
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.15.0
Requires: cmake(Qt5Widgets) >= 5.15.0
Requires: cmake(Qt5Core) >= %{qt5_version}
Requires: cmake(Qt5Widgets) >= %{qt5_version}
Requires: pkgconfig(x11)
Requires: pkgconfig(xcb)