From be6017f114bcdcd63b711ad2e3a1b0f4d2041cc34417fa2df74e63d1a4aa4035 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Tue, 20 Feb 2024 14:42:19 +0000 Subject: [PATCH] - Switch to '%autopatch -M' and '%patch -P' OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtwebengine?expand=0&rev=57 --- libqt5-qtwebengine.changes | 5 +++++ libqt5-qtwebengine.spec | 12 ++---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/libqt5-qtwebengine.changes b/libqt5-qtwebengine.changes index 63141d6..d59de32 100644 --- a/libqt5-qtwebengine.changes +++ b/libqt5-qtwebengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 14:42:07 UTC 2024 - Christophe Marin + +- Switch to '%autopatch -M' and '%patch -P' + ------------------------------------------------------------------- Wed Nov 22 09:44:27 UTC 2023 - christophe@krop.fr diff --git a/libqt5-qtwebengine.spec b/libqt5-qtwebengine.spec index f454a63..01b146a 100644 --- a/libqt5-qtwebengine.spec +++ b/libqt5-qtwebengine.spec @@ -293,15 +293,7 @@ Examples for the libqt5-qtpdf module. %prep %setup -q -n %{tar_version} -# Leap 15 doesn't understand '%%autopatch -m' -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 +%autopatch -M 49 # Replace the whole catapult folder rather than picking individual changes pushd src/3rdparty/chromium/third_party @@ -313,7 +305,7 @@ popd # FFmpeg 5 %if %{with system_ffmpeg} %if %{pkg_vcmp libavcodec-devel >= 5} -%patch50 -p1 +%patch -P50 -p1 %endif %endif