diff --git a/aws-c-s3.changes b/aws-c-s3.changes index 452d3c6..77eb74e 100644 --- a/aws-c-s3.changes +++ b/aws-c-s3.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Dec 6 10:06:20 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 0.2.0 + * Add if-match to auto-range get by @TingDaoK in (#226) + * Handle async error by @TingDaoK in (#225) + * s3_request: fix broken requests_in_flight counter by @grrtrr in (#216) + * Update CI to fix downstream build by @waahm7 in (#227) + * Handle async error for default type by @TingDaoK in (#233) + * acquire() and release() functions return pointers, + for better ergonomics by @graebm in (#234) + * Use AWS_ARRAY_SIZE() macro by @graebm in (#236) + * Fix off-by-one error in calculating the + number of parts by @grrtrr in (#232) + * Pause resume update by @DmitriyMusatkin in (#235) + ------------------------------------------------------------------- Tue Nov 1 12:26:31 UTC 2022 - John Paul Adrian Glaubitz diff --git a/aws-c-s3.spec b/aws-c-s3.spec index 98b143c..79ff257 100644 --- a/aws-c-s3.spec +++ b/aws-c-s3.spec @@ -1,7 +1,7 @@ # # spec file for package aws-c-s3 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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 0unstable Name: aws-c-s3 -Version: 0.1.51 +Version: 0.2.0 Release: 0 Summary: AWS Cross-Platform, C99 wrapper for cryptography primitives License: Apache-2.0 @@ -27,7 +27,6 @@ Group: Development/Libraries/C and C++ URL: https://github.com/awslabs/aws-c-s3 Source0: https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz Patch0: acs_fix-cmake-modules-path.patch -#Patch1: acc_add-so-version.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: cmake(aws-c-auth) diff --git a/v0.1.51.tar.gz b/v0.1.51.tar.gz deleted file mode 100644 index a011a55..0000000 --- a/v0.1.51.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46b8ef3d42a1973ffcd17ea25540baecc4b4e35216a276c7f93bc8e8e9dc3d9e -size 181643 diff --git a/v0.2.0.tar.gz b/v0.2.0.tar.gz new file mode 100644 index 0000000..564f5b1 --- /dev/null +++ b/v0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c80527550571119cb8528b163bf2aa00da5014c0fa65a09b5f72bc484d11e48 +size 185635