From 866463e9eee262e163288901dd3f55ec372327c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 26 Oct 2017 11:19:06 +0200 Subject: [PATCH] Drop explicit dependency on rubypick. Better then depend on rubypick would be dependency on %{_bindir}/ruby. But rubypick is pulled in via transitive dependencies anyway, so drop the dependnecy altogether. --- qt5-qtwebkit.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec index e932844..a6944c3 100644 --- a/qt5-qtwebkit.spec +++ b/qt5-qtwebkit.spec @@ -15,7 +15,7 @@ Name: qt5-%{qt_module} Version: 5.212.0 -Release: 0.12.%{?prerel}%{?dist} +Release: 0.13.%{?prerel}%{?dist} Summary: Qt5 - QtWebKit components License: LGPLv2 and BSD @@ -60,9 +60,6 @@ BuildRequires: pkgconfig(Qt5WebChannel) %endif BuildRequires: pkgconfig(ruby) BuildRequires: rubygems -%if 0%{?fedora} -BuildRequires: rubypick -%endif BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(zlib) @@ -224,6 +221,9 @@ sed -i "s,Libs: -L%{_qt5_libdir}/qt5/../ -lQt5WebKitWidgets,Libs: -L%{_qt5_libdi %changelog +* Thu Oct 26 2017 Vít Ondruch - 5.212.0-0.13.alpha2 +- Drop explicit dependency on rubypick. + * Tue Oct 24 2017 Christian Dersch - 5.212.0-0.12.alpha2 - Added patch to fix null pointer dereference (#1470778)