Accepting request 1176474 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.5.9 * Buffer-pool allows "forced" buffers, which don't count against memory limit by @graebm in (#429) * Improve async write (fewer copies, polling API) by @graebm in (#430) - Add Provides and Obsoletes for lib%{name}%{library_soversion} OBS-URL: https://build.opensuse.org/request/show/1176474 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-s3?expand=0&rev=48
This commit is contained in:
parent
377c6eb661
commit
2ec03446ab
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 23 10:35:18 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.5.9
|
||||||
|
* Buffer-pool allows "forced" buffers, which don't count
|
||||||
|
against memory limit by @graebm in (#429)
|
||||||
|
* Improve async write (fewer copies, polling API)
|
||||||
|
by @graebm in (#430)
|
||||||
|
- Add Provides and Obsoletes for lib%{name}%{library_soversion}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 13 10:48:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon May 13 10:48:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define library_version 1.0.0
|
%define library_version 1.0.0
|
||||||
%define library_soversion 0unstable
|
%define library_soversion 0unstable
|
||||||
Name: aws-c-s3
|
Name: aws-c-s3
|
||||||
Version: 0.5.8
|
Version: 0.5.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AWS Cross-Platform, C99 wrapper for cryptography primitives
|
Summary: AWS Cross-Platform, C99 wrapper for cryptography primitives
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -29,19 +29,19 @@ Source0: https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz
|
|||||||
Patch0: acs_fix-cmake-modules-path.patch
|
Patch0: acs_fix-cmake-modules-path.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: ninja
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(aws-c-auth)
|
BuildRequires: cmake(aws-c-auth)
|
||||||
BuildRequires: cmake(aws-c-cal)
|
BuildRequires: cmake(aws-c-cal)
|
||||||
BuildRequires: cmake(aws-c-common)
|
BuildRequires: cmake(aws-c-common)
|
||||||
BuildRequires: cmake(aws-c-compression)
|
BuildRequires: cmake(aws-c-compression)
|
||||||
BuildRequires: cmake(aws-checksums)
|
|
||||||
BuildRequires: cmake(aws-c-http)
|
BuildRequires: cmake(aws-c-http)
|
||||||
BuildRequires: cmake(aws-c-io)
|
BuildRequires: cmake(aws-c-io)
|
||||||
BuildRequires: cmake(aws-c-sdkutils)
|
BuildRequires: cmake(aws-c-sdkutils)
|
||||||
|
BuildRequires: cmake(aws-checksums)
|
||||||
BuildRequires: cmake(s2n)
|
BuildRequires: cmake(s2n)
|
||||||
BuildRequires: pkgconfig(numa)
|
|
||||||
BuildRequires: pkgconfig(libssl)
|
BuildRequires: pkgconfig(libssl)
|
||||||
BuildRequires: ninja
|
BuildRequires: pkgconfig(numa)
|
||||||
BuildRequires: pkgconfig
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives.
|
AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives.
|
||||||
@ -60,6 +60,8 @@ This package contains the command line utilities.
|
|||||||
%package -n lib%{name}-%{library_soversion}
|
%package -n lib%{name}-%{library_soversion}
|
||||||
Summary: Shared library files for aws-c-s3 library
|
Summary: Shared library files for aws-c-s3 library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Provides: lib%{name}%{library_soversion} = %{version}
|
||||||
|
Obsoletes: lib%{name}%{library_soversion} < %{version}
|
||||||
|
|
||||||
%description -n lib%{name}-%{library_soversion}
|
%description -n lib%{name}-%{library_soversion}
|
||||||
AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives.
|
AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44963afb99c75e213f467aad7a4b6c12bdd43652989850a8c3ad6208a7cfc7ad
|
|
||||||
size 333035
|
|
3
v0.5.9.tar.gz
Normal file
3
v0.5.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a337195b295406658d163b6dac64ff81f7556291b8a8e79e58ebaa2d55178ee
|
||||||
|
size 335313
|
Loading…
x
Reference in New Issue
Block a user