From 968c8c053a942ae14ddfa67700b63254f8a58fd9 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 6 Jun 2017 00:00:44 +0200 Subject: [PATCH] Revert "- Proper source" This reverts commit 024052080f87f20df7b3cd6f411f2f3d91a0e518. I already told you last time (5.8) that this way of maintaining patches (importing them all into git and reexporting them from there each time) is not how I work (I want only those patches rebased and renamed that actually need rebasing) and that you are only causing me more work. Please keep your hands off my package from now on. --- qt5-qtwebengine.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index ddc64fc..b039a74 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -49,9 +49,9 @@ Release: 1%{?dist} 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 # cleaned tarball with patent-encumbered codecs removed from the bundled FFmpeg -# wget https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtwebengine-opensource-src-5.9.0.tar.xz +# wget http://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtwebengine-opensource-src-5.8.0.tar.xz # ./clean_qtwebengine.sh 5.8.0 -Source0: qtwebengine-opensource-src-%{version}-clean.tar.xz +Source0: https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtwebengine-opensource-src-5.9.0.tar.xz # cleanup scripts used above Source1: clean_qtwebengine.sh Source2: clean_ffmpeg.sh