diff --git a/qt6-webengine.changes b/qt6-webengine.changes index 9d44c1d..bdf9bf9 100644 --- a/qt6-webengine.changes +++ b/qt6-webengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 8 16:11:11 UTC 2023 - Christophe Marin + +- Build with older re2 release on Tumbleweed. + ------------------------------------------------------------------- Thu Jul 20 09:07:35 UTC 2023 - Christophe Marin diff --git a/qt6-webengine.spec b/qt6-webengine.spec index 735c093..dd4881b 100644 --- a/qt6-webengine.spec +++ b/qt6-webengine.spec @@ -124,7 +124,8 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(nss) >= 3.26 BuildRequires: pkgconfig(opus) >= 1.3.1 -BuildRequires: pkgconfig(re2) +# Build fails with newer re2 versions (https://bugreports.qt.io/browse/QTBUG-115931) +BuildRequires: pkgconfig(re2) <= 10.0.0 BuildRequires: pkgconfig(vpx) >= 1.10.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcomposite)