diff --git a/cpprest.changes b/cpprest.changes index f4dd900..120d4ba 100644 --- a/cpprest.changes +++ b/cpprest.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 10:59:09 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + PatchN. + ------------------------------------------------------------------- Wed Dec 6 20:41:44 UTC 2023 - Antoine Belvire diff --git a/cpprest.spec b/cpprest.spec index 7246a9a..caecbe0 100644 --- a/cpprest.spec +++ b/cpprest.spec @@ -77,10 +77,7 @@ project aims to help C++ developers connect to and interact with services. Development files. %prep -%setup -q -n cpprestsdk-%{version} -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 +%autosetup -p1 -n cpprestsdk-%{version} %build %cmake \