forked from pool/aws-c-auth
Accepting request 1148524 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1148524 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-auth?expand=0&rev=2
This commit is contained in:
commit
316c90a73a
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 11:12:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||
%patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 15:27:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.7.16
|
||||
* Fix a bunch of places we forget to aws_raise_error() by @graebm in (#229)
|
||||
- from version 0.7.15
|
||||
* Make Partial Creds a Transient Error by @waahm7 in (#226)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 27 16:37:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aws-c-auth
|
||||
#
|
||||
# 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
|
||||
@ -20,7 +20,7 @@
|
||||
%define library_pkg 1_0_0
|
||||
%define library_soversion 1
|
||||
Name: aws-c-auth
|
||||
Version: 0.7.14
|
||||
Version: 0.7.16
|
||||
Release: 0
|
||||
Summary: AWS C99 library implementation of AWS client-side authentication
|
||||
License: Apache-2.0
|
||||
@ -72,8 +72,7 @@ standard credentials providers and signing.
|
||||
This package contains the development files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%define __builder ninja
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93d622cd3cb434b4edcaa48bf278f8bd12fbc4ae18893b07f5b94f8ae93e0bdb
|
||||
size 245089
|
3
v0.7.16.tar.gz
Normal file
3
v0.7.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee5afe05482f750dd0406b8b5b55dafb446fc21288f98c0b4118d62795003ba
|
||||
size 245107
|
Loading…
Reference in New Issue
Block a user