From b31fd912b14cbfddcab5430a89a67db553d9d885eeb4bb1dd929f680622d2573 Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Mon, 26 Feb 2024 13:25:36 +0000 Subject: [PATCH] Accepting request 1151486 from home:dimstar:rpm4.20:s Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151486 OBS-URL: https://build.opensuse.org/package/show/security/sha1collisiondetection?expand=0&rev=14 --- sha1collisiondetection.changes | 5 +++++ sha1collisiondetection.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sha1collisiondetection.changes b/sha1collisiondetection.changes index d83d332..4e54dc5 100644 --- a/sha1collisiondetection.changes +++ b/sha1collisiondetection.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 13:08:29 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Jan 31 17:48:45 CET 2018 - ro@suse.de diff --git a/sha1collisiondetection.spec b/sha1collisiondetection.spec index 6c6177a..148a711 100644 --- a/sha1collisiondetection.spec +++ b/sha1collisiondetection.spec @@ -59,8 +59,8 @@ It is very fast and takes less than twice the amount of time as regular SHA-1. %prep %setup -q -n %{name}-stable-v%{version} -%patch0 -p1 -%patch1 +%patch -P 0 -p1 +%patch -P 1 %build export TARGETCFLAGS="%{optflags}"