- Update to 6.1.1.2:

* New bugfix release
- Changes since 6.1.1:
  * 3rdparty: Reformat xcursor.{h,c}
  * utils: Load Xcursor themes using QFile (kde#489241)
  * 3rdparty: Drop xcursor write hook
  * plugins/hidecursor: Set minimum to allow disabling hiding cursor on inactivity
  * WindowHeapDelegate: Label text background (kde#483016)
  * plugins/backgroundcontrast,blur: correct support checks
  * opengl/glframebuffer: handle missing support for blits on Wayland (kde#484193)
  * opengl: glBufferStorage is not supported on GL ES by default
  * core/renderloop: assume high render times if the last frame has been a while ago

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kwin6?expand=0&rev=26
This commit is contained in:
Christophe Marin 2024-06-28 06:45:51 +00:00 committed by Git OBS Bridge
parent 45f46bab18
commit e1d44a06bc
6 changed files with 39 additions and 22 deletions

3
kwin-6.1.1.2.tar.xz Normal file
View File

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

16
kwin-6.1.1.2.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmZ9QTsACgkQ11dEg7tX
sY1mUxAAmamZ4i6wGj80xNKvnAxsEsjvDzS5tdKJJu8yHjq1XwNFsmji1dUallEt
h7cEhghTZCwcdfd6AWhSD9jRl3pLuDfOYBtKeduQB/l0Cm29qSZcogQgn56IjHBr
A9DTwU/e76UYY2MpqpGNAoNBbSI9gPmcRQUyZQQfEapgdUy0E0MgpkzNsEnxthLj
JmypMTtbOmKY9PrgcUYKIfVsJbcqDUuBkvtvZCnB2kTb+0lWyq2+MiqT8hTS6haP
QIoOuYPybPCQ72JcfvTvxKhZ8UckZVXKABdY+XuFvcnJR/gh44JZzSqRBim48ONy
L0AVSHUoA8gglRw6IgdyjYdKxbCbpVqlHTLN7CwZEiVhObX/nEd6u4beaFn+dOJt
rHiPHF193j9oje18JQCtCYq714qvawykh0Vlw0drisSth9gYKn9jkQ5DU5s6K2G0
H81gsLiNnY8/Nt2QvwjNvajfyymp4PQnTlLmRn5naU3QePIk4VwxzGrCyWp/s9En
PNvqN0Qfb2eF43kxEOV1v4+n9ZSh9LBGNBdeh64I+nQ3FXIeZV/wZuugjniDJ4T2
4d5KEo7m+tB++PwndH562Rx8UYTdrKwlCrYGTtyt5r/UDL35QUhOmFRfIoDLnAN3
gulyhirWnI4M+V3A8EYFVI6ZV1k84WbnLqcLjquu9rsko38NYeY=
=TAsF
-----END PGP SIGNATURE-----

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmZ65NsACgkQ11dEg7tX
sY2v1Q/8CJJm617WmIGkFtdGDvQ67lOszv3M2JokneFzmiEtoChRkvOI1X/edO26
XU0xdw73aJhiFzz8gVxunqhfh6dYETAf06Fdz+AkppTZOPkQNUYjCgJunxsveAPa
cQF8YM+xfw1UYDigAnZFy0sDVW+nmQPvak/aUTbfLYFMyghyxtHYU54/G25hxWzf
s23ON0XEop3lNgRwy56s2SwmNIuzKHW5ptYqig7FmYuriifHCwgBmYC5awH2kTom
eUBDxwMqEf21E4e2lqAnwPYFSdnYpyIJHEbD6JPHZqj1C+X1INlwKhhsKPKRuGZC
7Z9Enf/9nVHt5+QibOl2egVyWb3ix1TB6dMmjGYh4dgiNmxpuUuncGIpj2jrnco9
WcM3yau8os351IrTCrppsjMCjCTqpaWsBsAfrXK/DvErMcWxMJudUaLzBT9f/3O0
0yLMfJCKJWX1Mga1ySVcVaHcthxluT2bnt2XfPOLpV9bEb4CyUYiNPiH5+Rz2oAu
6CUnBrd42jgbAQPQx3mpiGvs9o6voOIGfBWprVqop0aD1jiLbKvnEdwBif3UBLHD
qWUfEG/K8kR0Hd25v981J+4Cefuv94i6eD8yF8nE1WFq3qWTPV6whnbOiIKShQ+4
CHl0pCUFNd3kFqiStIUBrqNJLtcnpR0wNrxG0HLSLVv2Sx9YnGI=
=a6mY
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jun 27 11:42:31 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.1.1.2:
* New bugfix release
- Changes since 6.1.1:
* 3rdparty: Reformat xcursor.{h,c}
* utils: Load Xcursor themes using QFile (kde#489241)
* 3rdparty: Drop xcursor write hook
* plugins/hidecursor: Set minimum to allow disabling hiding cursor on inactivity
* WindowHeapDelegate: Label text background (kde#483016)
* plugins/backgroundcontrast,blur: correct support checks
* opengl/glframebuffer: handle missing support for blits on Wayland (kde#484193)
* opengl: glBufferStorage is not supported on GL ES by default
* core/renderloop: assume high render times if the last frame has been a while ago
-------------------------------------------------------------------
Tue Jun 25 17:13:30 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -29,14 +29,15 @@
%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kwin6
Version: 6.1.1
Version: 6.1.1.2
%global _plasma6_bugfix 6.1.1
Release: 0
Summary: KDE Window Manager
License: GPL-2.0-or-later AND GPL-3.0-or-later
URL: https://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
Source: https://download.kde.org/stable/plasma/6.1.1/%{rname}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/plasma/6.1.1/%{rname}-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: fdupes