diff --git a/aws-c-http.changes b/aws-c-http.changes index b1d6529..c777ded 100644 --- a/aws-c-http.changes +++ b/aws-c-http.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Feb 20 11:14:07 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + +------------------------------------------------------------------- +Mon Feb 19 15:24:29 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 0.8.1 + * Minor GitHub workflow changes by @kellertk in (#461) + * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#462) + * API to query http server listener endpoint by @bretambrose in (#463) + ------------------------------------------------------------------- Wed Jan 3 13:25:59 UTC 2024 - John Paul Adrian Glaubitz diff --git a/aws-c-http.spec b/aws-c-http.spec index d94f62e..46fea6e 100644 --- a/aws-c-http.spec +++ b/aws-c-http.spec @@ -1,7 +1,7 @@ # # spec file for package aws-c-http # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define library_version 1.0.0 %define library_soversion 1_0_0 Name: aws-c-http -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications License: Apache-2.0 @@ -62,8 +62,7 @@ C99 implementation of the HTTP/1.1 and HTTP/2 specifications. This package contains the development files. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %define __builder ninja diff --git a/v0.8.0.tar.gz b/v0.8.0.tar.gz deleted file mode 100644 index 30dcfdd..0000000 --- a/v0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0eae3d4b84f10c64ca4c9ba4b143745ad46532fdcac081f1cda90f1e956c98a -size 470320 diff --git a/v0.8.1.tar.gz b/v0.8.1.tar.gz new file mode 100644 index 0000000..3cde275 --- /dev/null +++ b/v0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fb47e2d7956469bb328f16dea96663e96f8f20dc60dc4e9676b82804588530 +size 470523