automatic version update by autodist [release 5.22.5-1mamba;Wed Sep 01 2021]

This commit is contained in:
Automatic Build System 2024-01-06 03:27:03 +01:00
parent f04092830f
commit 291e9fdb42
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/src/plugins/platforms/x11/common/eglonxbackend.cpp b/src/plugins/platforms/x11/common/eglonxbackend.cpp
index c62ec170d..33b75eee1 100644
--- a/src/plugins/platforms/x11/common/eglonxbackend.cpp
+++ b/src/plugins/platforms/x11/common/eglonxbackend.cpp
@@ -224,7 +224,7 @@
// cannot be an xcb_window_t.
surface = eglCreatePlatformWindowSurfaceEXT(eglDisplay(), config(), (void *) &window, nullptr);
} else {
- surface = eglCreateWindowSurface(eglDisplay(), config(), window, nullptr);
+ surface = eglCreateWindowSurface(eglDisplay(), config(), (void *) &window, nullptr);
}
return surface;

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
%define plasmaver %(echo %version | cut -d. -f1-3)
Name: kwin
Version: 5.22.4
Version: 5.22.5
Release: 1mamba
Summary: KDE Frameworks 5 window manager
Group: Graphical Desktop/Applications/Environment
@ -10,6 +10,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/
Source: http://download.kde.org/stable/plasma/%{plasmaver}/kwin-%{version}.tar.xz
Patch0: kwin-5.22.5-libglvnd-1.3.4.patch
License: GPL
## AUTOBUILDREQ-BEGIN
#libKF5GlobalAccelPrivate.so.5()(64bit): .so link not found
@ -106,6 +107,8 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q
#-D -T
#:<< _EOF
%patch0 -p1
%build
#:<< _EOF
@ -224,6 +227,9 @@ export QV4_FORCE_INTERPRETER=1
%{_libdir}/cmake/KWinEffects/KWinEffects*.cmake
%changelog
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 5.22.5-1mamba
- automatic version update by autodist
* Wed Jul 28 2021 Automatic Build System <autodist@mambasoft.it> 5.22.4-1mamba
- automatic version update by autodist