From 97df07ca1dccaae5a92201549d7aa1dabffbfe117094df2eb6fda1187642abb0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Feb 2024 10:13:31 +0000 Subject: [PATCH 1/2] Accepting request 1147622 from home:glaubitz:branches:devel:libraries:c_c++ - Update to version 0.5.1 * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#405) OBS-URL: https://build.opensuse.org/request/show/1147622 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-s3?expand=0&rev=40 --- aws-c-s3.changes | 6 ++++++ aws-c-s3.spec | 4 ++-- v0.5.0.tar.gz | 3 --- v0.5.1.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 v0.5.0.tar.gz create mode 100644 v0.5.1.tar.gz diff --git a/aws-c-s3.changes b/aws-c-s3.changes index 3884bc4..8024d89 100644 --- a/aws-c-s3.changes +++ b/aws-c-s3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 19 15:35:46 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 0.5.1 + * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#405) + ------------------------------------------------------------------- Sun Jan 28 16:45:47 UTC 2024 - Dirk Müller diff --git a/aws-c-s3.spec b/aws-c-s3.spec index 32200a1..2ab85f8 100644 --- a/aws-c-s3.spec +++ b/aws-c-s3.spec @@ -1,7 +1,7 @@ # # spec file for package aws-c-s3 # -# 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 @@ -19,7 +19,7 @@ %define library_version 1.0.0 %define library_soversion 0unstable Name: aws-c-s3 -Version: 0.5.0 +Version: 0.5.1 Release: 0 Summary: AWS Cross-Platform, C99 wrapper for cryptography primitives License: Apache-2.0 diff --git a/v0.5.0.tar.gz b/v0.5.0.tar.gz deleted file mode 100644 index 37409ea..0000000 --- a/v0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8289b2c560ebf49fe9b3d163ebcd284a2083976637d9aa9f8d5e59e0d19836fb -size 334553 diff --git a/v0.5.1.tar.gz b/v0.5.1.tar.gz new file mode 100644 index 0000000..5fc344f --- /dev/null +++ b/v0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8737af410b66d20890bf446de3724722f7916f6a66114b1f79892dc83884ffb +size 334545 From 3bb7faff843e948e377007270ee48f9b6bc1c929db719ca2b244f8ad6fcfdc36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Feb 2024 10:17:52 +0000 Subject: [PATCH 2/2] Accepting request 1147858 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147858 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-s3?expand=0&rev=41 --- aws-c-s3.changes | 6 ++++++ aws-c-s3.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/aws-c-s3.changes b/aws-c-s3.changes index 8024d89..d09020c 100644 --- a/aws-c-s3.changes +++ b/aws-c-s3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 20 11:15:24 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Mon Feb 19 15:35:46 UTC 2024 - John Paul Adrian Glaubitz diff --git a/aws-c-s3.spec b/aws-c-s3.spec index 2ab85f8..a4a97b9 100644 --- a/aws-c-s3.spec +++ b/aws-c-s3.spec @@ -77,8 +77,7 @@ AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primi This package contains the development files. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %define __builder ninja