From 33131a9eb85e3ed01cda6969c1fa7ce8e9d17bbf Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 12 Jan 2016 03:43:19 +0100 Subject: [PATCH] Fix patch file names --- qt5-qtwebengine.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 97d0aea..57ffceb 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -54,12 +54,12 @@ Patch4: qtwebengine-opensource-src-5.6.0-beta-no-neon.patch # use the system NSPR prtime (based on Debian patch) # We already depend on NSPR, so it is useless to copy these functions here. # Debian uses this just fine, and I don't see relevant modifications either. -Patch5: qtwebengine-opensource-src-5.6.0-system-nspr-prtime.patch +Patch5: qtwebengine-opensource-src-5.6.0-beta-system-nspr-prtime.patch # use the system ICU UTF functions # We already depend on ICU, so it is useless to copy these functions here. # I checked the history of that directory, and other than the renames I am # undoing, there were no modifications at all. Must be applied after Patch5. -Patch6: qtwebengine-opensource-src-5.6.0-system-icu-utf.patch +Patch6: qtwebengine-opensource-src-5.6.0-beta-system-icu-utf.patch BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtdeclarative-devel >= %{version}