diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 9ce0146..d6e214b 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -51,7 +51,7 @@ Summary: Qt5 - QtWebEngine components Name: qt5-qtwebengine Version: 5.11.1 -Release: 5%{?dist} +Release: 6%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html @@ -165,10 +165,10 @@ BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(zlib) -%if 0%{?fedora} > 29 -BuildRequires: minizip-compat-devel -%else BuildRequires: pkgconfig(minizip) +# make sure we get the right minizip +%if 0%{?fedora} > 29 +BuildRequires: minizip-compat-devel %endif BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xi) @@ -583,6 +583,9 @@ done %changelog +* Tue Sep 18 2018 Rex Dieter - 5.11.1-6 +- cleaner (imo) minizip deps, unconditionally and explicitly use pkgconfig + * Tue Aug 28 2018 Patrik Novotný - 5.11.1-5 - change requires to minizip-compat(-devel), rhbz#1609830, rhbz#1615381