From 8a032e40d79fc2f032d554039d357ede34823bdf Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 10 Aug 2024 17:44:53 +0200 Subject: [PATCH] apply upstream patches to fix https://codereview.qt-project.org/c/qt/qtwayland/+/574983 [release 6.7.2-2mamba;Sat Aug 10 2024] --- qt6-qtwayland.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/qt6-qtwayland.spec b/qt6-qtwayland.spec index d912613..0036de0 100644 --- a/qt6-qtwayland.spec +++ b/qt6-qtwayland.spec @@ -2,14 +2,15 @@ Name: qt6-qtwayland Version: 6.7.2 -Release: 1mamba +Release: 2mamba Summary: Qt6 wayland components Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -39,7 +40,12 @@ This package contains libraries and header files for developing applications tha %debug_package %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 %cmake -d build @@ -109,6 +115,9 @@ This package contains libraries and header files for developing applications tha #%doc README %changelog +* Sat Aug 10 2024 Silvan Calarco 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 6.7.2-1mamba - automatic version update by autodist