SHA256
1
0
forked from pool/aws-c-s3

Accepting request 1040580 from home:glaubitz:branches:devel:libraries:c_c++

- 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)

OBS-URL: https://build.opensuse.org/request/show/1040580
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-s3?expand=0&rev=8
This commit is contained in:
Marcus Meissner 2022-12-06 14:43:32 +00:00 committed by Git OBS Bridge
parent f99dee9c0d
commit 356b85596a
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Dec 6 10:06:20 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@ -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)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46b8ef3d42a1973ffcd17ea25540baecc4b4e35216a276c7f93bc8e8e9dc3d9e
size 181643

3
v0.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c80527550571119cb8528b163bf2aa00da5014c0fa65a09b5f72bc484d11e48
size 185635