diff --git a/aws-c-sdkutils.changes b/aws-c-sdkutils.changes index 0c6dd73..f53ec11 100644 --- a/aws-c-sdkutils.changes +++ b/aws-c-sdkutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 17 19:17:53 UTC 2024 - Dirk Müller + +- update to 0.1.15: + * Fix a bunch of places we forget to aws_raise_error() + ------------------------------------------------------------------- Tue Feb 20 11:15:49 UTC 2024 - Dominique Leuenberger diff --git a/aws-c-sdkutils.spec b/aws-c-sdkutils.spec index 61627b6..8f7450a 100644 --- a/aws-c-sdkutils.spec +++ b/aws-c-sdkutils.spec @@ -1,7 +1,7 @@ # # spec file for package aws-c-sdkutils # -# 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-sdkutils -Version: 0.1.14 +Version: 0.1.15 Release: 0 Summary: AWS C SDK Utils License: Apache-2.0 @@ -28,10 +28,10 @@ Group: Development/Libraries/C and C++ URL: https://github.com/awslabs/aws-c-sdkutils Source0: https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz Patch0: acs_fix-cmake-modules-path.patch -BuildRequires: cmake(aws-c-common) BuildRequires: cmake BuildRequires: fdupes BuildRequires: ninja +BuildRequires: cmake(aws-c-common) %description AWS C SDK Utils diff --git a/v0.1.14.tar.gz b/v0.1.14.tar.gz deleted file mode 100644 index a12c22e..0000000 --- a/v0.1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5acb6dd916511a3dff14faea43385d117d755f4ad4a9c52314cc74e427398f37 -size 79220 diff --git a/v0.1.15.tar.gz b/v0.1.15.tar.gz new file mode 100644 index 0000000..b33bd1e --- /dev/null +++ b/v0.1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fa30b8b0a357128388f2f40ab0ba3df63742fd333cc2f89cb91a9169f03bdc +size 79223