diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 72aeacfe9bb2f4572532d476797ad52563419c2e..06f79fe81426443477e3b79cc5995c7007d1ca29 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -6,7 +6,7 @@ Name: qt5-qtwebengine Version: 5.11.1 -Release: 10 +Release: 11 Summary: Qt5 - QtWebEngine components License: (LGPLv2 with exceptions or GPLv3 with exceptions) and BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2) URL: http://www.qt.io @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(opus) pkgconfig(libevent) pkgconfig(zlib) pkgconfig(mi BuildRequires: pkgconfig(xi) pkgconfig(xcursor) pkgconfig(xext) pkgconfig(xfixes) pkgconfig(xrender) BuildRequires: pkgconfig(xdamage) pkgconfig(xcomposite) pkgconfig(xtst) pkgconfig(xrandr) pkgconfig(xscrnsaver) BuildRequires: pkgconfig(libcap) pkgconfig(libpulse) pkgconfig(alsa) pkgconfig(libpci) pkgconfig(dbus-1) -BuildRequires: pkgconfig(nss) pkgconfig(lcms2) perl-interpreter python2 pkgconfig(glib-2.0) +BuildRequires: pkgconfig(nss) pkgconfig(lcms2) perl-interpreter python3 pkgconfig(glib-2.0) Provides: bundled(chromium) = 61.0.3163.140 bundled(angle) = 2422 bundled(boringssl) bundled(brotli) Provides: bundled(ffmpeg) = 3.3 bundled(hunspell) = 1.6.0 bundled(iccjpeg) bundled(khronos_headers) Provides: bundled(leveldb) = 1.20 bundled(libjingle) bundled(libsrtp) = 2.1.0 bundled(libvpx) = 1.6.1 @@ -99,7 +99,7 @@ sed -i -e 's!\./!!g' src/3rdparty/chromium/third_party/angle/src/compiler/prepro sed -i -e '/toolprefix = /d' -e 's/\${toolprefix}//g' src/3rdparty/chromium/build/toolchain/linux/BUILD.gn cp -bv /usr/include/re2/*.h src/3rdparty/chromium/third_party/re2/src/re2/ cd src/3rdparty -python2 chromium/tools/licenses.py --file-template ../../tools/about_credits.tmpl \ +python3 chromium/tools/licenses.py --file-template ../../tools/about_credits.tmpl \ --entry-template ../../tools/about_credits_entry.tmpl credits >../webengine/doc/src/qtwebengine-3rdparty.qdoc cd - cp -p src/3rdparty/chromium/LICENSE LICENSE.Chromium