apply upstream patches to fix https://codereview.qt-project.org/c/qt/qtwayland/+/574983 [release 6.7.2-2mamba;Sat Aug 10 2024]

This commit is contained in:
Silvan Calarco 2024-08-10 17:44:53 +02:00
parent 6071e3277a
commit 8a032e40d7

View File

@ -2,14 +2,15 @@
Name: qt6-qtwayland Name: qt6-qtwayland
Version: 6.7.2 Version: 6.7.2
Release: 1mamba Release: 2mamba
Summary: Qt6 wayland components Summary: Qt6 wayland components
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.qt.io/ URL: https://www.qt.io/
Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qtwayland-everywhere-src-%{version}.tar.xz Source: https+git://code.qt.io/qt/qtwayland.git/%{version}/qtwayland-%{version}.tar.bz2
#Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qtwayland-everywhere-src-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -39,7 +40,12 @@ This package contains libraries and header files for developing applications tha
%debug_package %debug_package
%prep %prep
%setup -q -n qtwayland-everywhere-src-%{version} %setup -q -n qtwayland-%{version}
git cherry-pick -n 92bcb8f6b7a852c7a5d662fc34de561692a7a454
git cherry-pick -n c2f61bc47baacf2e6a44c6c3c4e4cbf0abfa4095
git cherry-pick -n 406995207eae8d644b6e5262aa716a48c7e471a8
git cherry-pick -n 632127d7f1d86cba4dd17361f24f9fd70a0ae44c
%build %build
%cmake -d build %cmake -d build
@ -109,6 +115,9 @@ This package contains libraries and header files for developing applications tha
#%doc README #%doc README
%changelog %changelog
* Sat Aug 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7.2-2mamba
- apply upstream patches to fix https://codereview.qt-project.org/c/qt/qtwayland/+/574983
* Fri Jun 21 2024 Automatic Build System <autodist@openmamba.org> 6.7.2-1mamba * Fri Jun 21 2024 Automatic Build System <autodist@openmamba.org> 6.7.2-1mamba
- automatic version update by autodist - automatic version update by autodist