diff --git a/aws-c-auth.changes b/aws-c-auth.changes index 902442d..7adb655 100644 --- a/aws-c-auth.changes +++ b/aws-c-auth.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Feb 20 11:12:58 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + +------------------------------------------------------------------- +Mon Feb 19 15:27:03 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 0.7.16 + * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#229) +- from version 0.7.15 + * Make Partial Creds a Transient Error by @waahm7 in (#226) + ------------------------------------------------------------------- Sat Jan 27 16:37:26 UTC 2024 - Dirk Müller diff --git a/aws-c-auth.spec b/aws-c-auth.spec index dd1aae4..0c965ad 100644 --- a/aws-c-auth.spec +++ b/aws-c-auth.spec @@ -1,7 +1,7 @@ # # spec file for package aws-c-auth # -# 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 @@ -20,7 +20,7 @@ %define library_pkg 1_0_0 %define library_soversion 1 Name: aws-c-auth -Version: 0.7.14 +Version: 0.7.16 Release: 0 Summary: AWS C99 library implementation of AWS client-side authentication License: Apache-2.0 @@ -72,8 +72,7 @@ standard credentials providers and signing. This package contains the development files. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %define __builder ninja diff --git a/v0.7.14.tar.gz b/v0.7.14.tar.gz deleted file mode 100644 index 93bb20d..0000000 --- a/v0.7.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93d622cd3cb434b4edcaa48bf278f8bd12fbc4ae18893b07f5b94f8ae93e0bdb -size 245089 diff --git a/v0.7.16.tar.gz b/v0.7.16.tar.gz new file mode 100644 index 0000000..f99344a --- /dev/null +++ b/v0.7.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee5afe05482f750dd0406b8b5b55dafb446fc21288f98c0b4118d62795003ba +size 245107