From 1ccf186cfeab640947ca0c4fe0e326df0b398f38 Mon Sep 17 00:00:00 2001 From: hht8 Date: Sat, 20 Jun 2020 19:01:04 +0800 Subject: [PATCH] Solved the unresolved problem --- qt5-qtwebengine.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 1426855..b59451b 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -6,7 +6,7 @@ Name: qt5-qtwebengine Version: 5.11.1 -Release: 7 +Release: 8 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 @@ -52,7 +52,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 python pkgconfig(glib-2.0) +BuildRequires: pkgconfig(nss) pkgconfig(lcms2) perl-interpreter python2 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 @@ -218,6 +218,8 @@ done %{_qt5_examplesdir}/ %changelog +* Sat Jun 20 2020 huanghaitao -5.11.1-8 +- Solved the unresolved problem * Wed Mar 18 2020 gulining - 5.11.1-7 - Fix build error -- Gitee