diff --git a/aws-c-event-stream.changes b/aws-c-event-stream.changes index 173f596..b4131fc 100644 --- a/aws-c-event-stream.changes +++ b/aws-c-event-stream.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 21 11:22:18 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro: allows us to eliminate usage of deprecated + %patchN syntax. + ------------------------------------------------------------------- Mon Feb 19 15:45:39 UTC 2024 - John Paul Adrian Glaubitz diff --git a/aws-c-event-stream.spec b/aws-c-event-stream.spec index a4f905e..b41da27 100644 --- a/aws-c-event-stream.spec +++ b/aws-c-event-stream.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %bcond_with test %define library_version 1.0.0 @@ -31,13 +32,13 @@ Patch0: aces_fix-cmake-modules-path.patch Patch1: aces_re-add-so-version.patch BuildRequires: cmake BuildRequires: fdupes +BuildRequires: ninja BuildRequires: cmake(aws-c-cal) BuildRequires: cmake(aws-c-common) BuildRequires: cmake(aws-c-io) BuildRequires: cmake(aws-checksums) BuildRequires: cmake(s2n) BuildRequires: pkgconfig(libcrypto) -BuildRequires: ninja %description C99 implementation of the vnd.amazon.eventstream content-type. @@ -62,9 +63,7 @@ C99 implementation of the vnd.amazon.eventstream content-type. This package contains the development files. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build %define __builder ninja