From 7c7d5fd3a2bcca2ead5173fcee4b961a79c248a170f18aeb2ddc841764db0e11 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Feb 2024 10:27:43 +0000 Subject: [PATCH] Accepting request 1148207 from home:dimstar:rpm4.20:u Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1148207 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/uuid?expand=0&rev=29 --- uuid.changes | 5 +++++ uuid.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/uuid.changes b/uuid.changes index 19fc3f7..e863f0c 100644 --- a/uuid.changes +++ b/uuid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 15:37:02 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sat Nov 9 19:06:03 UTC 2013 - jengelh@inai.de diff --git a/uuid.spec b/uuid.spec index a67ebbe..b20dbbc 100644 --- a/uuid.spec +++ b/uuid.spec @@ -219,11 +219,11 @@ This package contains the Perl bindings for OSSP uuid. %prep %setup -%patch0 -%patch1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 +%patch -P 0 +%patch -P 1 +%patch -P 3 -p1 +%patch -P 4 -p1 +%patch -P 5 -p1 %build export CXXFLAGS="%{optflags} -fno-strict-aliasing"