From 2ec03446ab9ef756819ec1def9bc37dfa2837c21692777a618a4f2e00461ab5e Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 31 May 2024 10:33:46 +0000 Subject: [PATCH] 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 --- aws-c-s3.changes | 10 ++++++++++ aws-c-s3.spec | 12 +++++++----- v0.5.8.tar.gz | 3 --- v0.5.9.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 v0.5.8.tar.gz create mode 100644 v0.5.9.tar.gz diff --git a/aws-c-s3.changes b/aws-c-s3.changes index dc5a6c8..acd9695 100644 --- a/aws-c-s3.changes +++ b/aws-c-s3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 23 10:35:18 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/aws-c-s3.spec b/aws-c-s3.spec index 3b4256b..6abb200 100644 --- a/aws-c-s3.spec +++ b/aws-c-s3.spec @@ -19,7 +19,7 @@ %define library_version 1.0.0 %define library_soversion 0unstable Name: aws-c-s3 -Version: 0.5.8 +Version: 0.5.9 Release: 0 Summary: AWS Cross-Platform, C99 wrapper for cryptography primitives 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 BuildRequires: cmake BuildRequires: fdupes +BuildRequires: ninja +BuildRequires: pkgconfig BuildRequires: cmake(aws-c-auth) BuildRequires: cmake(aws-c-cal) BuildRequires: cmake(aws-c-common) BuildRequires: cmake(aws-c-compression) -BuildRequires: cmake(aws-checksums) BuildRequires: cmake(aws-c-http) BuildRequires: cmake(aws-c-io) BuildRequires: cmake(aws-c-sdkutils) +BuildRequires: cmake(aws-checksums) BuildRequires: cmake(s2n) -BuildRequires: pkgconfig(numa) BuildRequires: pkgconfig(libssl) -BuildRequires: ninja -BuildRequires: pkgconfig +BuildRequires: pkgconfig(numa) %description 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} Summary: Shared library files for aws-c-s3 library Group: Development/Libraries/C and C++ +Provides: lib%{name}%{library_soversion} = %{version} +Obsoletes: lib%{name}%{library_soversion} < %{version} %description -n lib%{name}-%{library_soversion} AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives. diff --git a/v0.5.8.tar.gz b/v0.5.8.tar.gz deleted file mode 100644 index 0555c9d..0000000 --- a/v0.5.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44963afb99c75e213f467aad7a4b6c12bdd43652989850a8c3ad6208a7cfc7ad -size 333035 diff --git a/v0.5.9.tar.gz b/v0.5.9.tar.gz new file mode 100644 index 0000000..c01dc7a --- /dev/null +++ b/v0.5.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a337195b295406658d163b6dac64ff81f7556291b8a8e79e58ebaa2d55178ee +size 335313