From 3fa86c47813838ed991841b3c2d3f7202d3b6867f447992ff3348d81d64895e5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 18 Jul 2024 22:46:00 +0000 Subject: [PATCH] Revert %autopatch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=133 --- python311.changes | 1 - python311.spec | 19 +++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/python311.changes b/python311.changes index f2ced63..a860038 100644 --- a/python311.changes +++ b/python311.changes @@ -4,7 +4,6 @@ Thu Jul 18 22:37:07 UTC 2024 - Matej Cepl - Adding bso1227999-reproducible-builds.patch fixing bsc#1227999 adding reproducibility patches from gh#python/cpython!121872 and gh#python/cpython!121883. -- Trying %autopatch again (bsc#1189495 seems to be fixed) ------------------------------------------------------------------- Mon Jul 15 12:14:05 UTC 2024 - Matej Cepl diff --git a/python311.spec b/python311.spec index 8b7ca8b..05b45ac 100644 --- a/python311.spec +++ b/python311.spec @@ -419,13 +419,28 @@ other applications. %prep %setup -q -n %{tarname} -%autopatch -p1 -M 08 + +%patch -p1 -P 02 +%patch -p1 -P 03 +%patch -p1 -P 04 +%patch -p1 -P 05 +%patch -p1 -P 06 +%patch -p1 -P 07 +%patch -p1 -P 08 %if 0%{?suse_version} <= 1500 %patch -P 09 -p1 %endif -%autopatch -p1 -m 10 +%patch -p1 -P 10 +%patch -p1 -P 11 +%patch -p1 -P 13 +%patch -p1 -P 14 +%patch -p1 -P 15 +%patch -p1 -P 16 +%patch -p1 -P 17 +%patch -p1 -P 18 +%patch -p1 -P 19 # drop Autoconf version requirement sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac