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"