1
0
forked from pool/kwindowsystem
Christophe Giboudeaux 2022-01-09 10:15:09 +00:00 committed by Git OBS Bridge
parent f8ae823c95
commit 67e7ed0d8e
6 changed files with 35 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwDcACgkQWNDuZIpI
s7uHXgf/dKuWkjjb38u5DVSTyTpWzgJN1M4sPFT0Ssr5jN8Fkpe/4NnS5wBHii4x
DFC04HiFYB4gzMtyNUIcAqGbZooUN5AXi87dmdY9SxGt1X3h/MQcvbmxntAthDg5
ZO2UvyB+pJJuGSZm3E4VTl1cNpXACdlS5Mb3w9eWhJK2ywtUmpDxcTwNANSKq11c
80auskXZ5z5iDCPDi3SjaqDK9Ns0oxS8Ms5bklrEORB4XvBSc74Ml/pP2P4+lusu
WFjyCpHd9Juhg7LgOiuZgjndQO33GLgJmc21sCk7DZZS2/QgNs2mhtjtVWLW7U97
acIZr5OOp3xMoKeIIjUhkZP85PQ4vA==
=46+W
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV7kACgkQWNDuZIpI
s7te1wf+KdTDpjG7apBpO4QqAUarMUUyxmB/aPYlhFBocekI3YgNHBucY5omQkAN
GcPjCLFSCQ/QuEOGvwBxgIJxco1Q4DRSTyorS2uIkw4QtEqZkpZAqW35t+ItQiSJ
z13TrkoT7crQAg5c/MsGpEZesgara+vrqgGkLq7v1w3vA7LPRa1qXYoi0D17n5qZ
selW9fKMBTo/f8jVSll3sL0475xSJgb41OGnl3fWldV4TvRKA0McBviq+helUc3d
Acvem3FAacDALgII1tWZ+OYdG4ylYUdcUeeg2vxrmO6iHw1XO/mSOnlxGfyevJRN
7Ia8tE0n2NTTCdwfVIg47cMftx9kug==
=DdzT
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 3 12:48:00 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Fix kkeyserver_x11_unittest by using static QChar::isLetter()
* Change the build system to enable building with Qt 6
* Avoid using QByteArray::operator[] for the null terminator (kde#434557)
* doc: Add missing @since in KWindowSystem
* Avoid creating and leaking QWindows
-------------------------------------------------------------------
Sat Dec 4 22:57:01 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,21 +17,21 @@
%define lname libKF5WindowSystem5
%define _tar_path 5.89
%define _tar_path 5.90
# 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 lang
%bcond_without released
Name: kwindowsystem
Version: 5.89.0
Version: 5.90.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 lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -47,7 +47,7 @@ BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-keysyms)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xrender)
%if %{with lang}
%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
@ -63,9 +63,6 @@ Summary: KDE Access to window manager
Group: System/GUI/KDE
%requires_ge libQt5Widgets5
%requires_ge libQt5X11Extras5
%if %{with lang}
Recommends: %{lname}-lang = %{version}
%endif
%description -n %{lname}
Convenience access to certain properties and features of the window manager.
@ -105,14 +102,14 @@ Development files.
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%if %{with released}
%find_lang %{name}5 --with-qt --without-mo
%endif
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%if %{with lang}
%if %{with released}
%files -n %{lname}-lang -f %{name}5.lang
%endif