From 323372859ba390b82fbec0207f30668b3edb6d5e3822c75123efa91fe53d06a8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 17 May 2025 10:02:52 +0000 Subject: [PATCH] - Use extended %autopatch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=176 --- python311.changes | 5 +++++ python311.spec | 20 ++------------------ 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/python311.changes b/python311.changes index 362456b..37954db 100644 --- a/python311.changes +++ b/python311.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 17 10:02:27 UTC 2025 - Matej Cepl + +- Use extended %autopatch. + ------------------------------------------------------------------- Sat May 10 11:38:24 UTC 2025 - Matej Cepl diff --git a/python311.spec b/python311.spec index 615dfd9..fc56507 100644 --- a/python311.spec +++ b/python311.spec @@ -432,27 +432,11 @@ other applications. %prep %setup -q -n %{tarname} -%patch -p1 -P 02 -%patch -p1 -P 03 -%patch -p1 -P 04 -%patch -p1 -P 05 -%patch -p1 -P 07 -%patch -p1 -P 08 - +%autopatch -p1 -M 08 %if 0%{?suse_version} <= 1500 %patch -P 09 -p1 %endif - -%patch -p1 -P 10 -%patch -p1 -P 11 -%patch -p1 -P 13 -%patch -p1 -P 15 -%patch -p1 -P 16 -%patch -p1 -P 17 -%patch -p1 -P 19 -%patch -p1 -P 22 -%patch -p1 -P 24 -%patch -p1 -P 25 +%autopatch -p1 -m 10 # drop Autoconf version requirement sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac