From 14a13fc9a4315337835ef03f9c7b33e3c811c9e3ee54c1e25bb932ad1aa84fd4 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Thu, 5 Sep 2019 11:14:49 +0000 Subject: [PATCH] Accepting request 727774 from home:glaubitz:branches:devel:libraries:c_c++ - Update to version 0.4.5 + Move allocator functions to their own file * Move the allocator related functions to allocator.c * Add overrides for the allocator functions * PR Comments - from version 0.4.4 + Relaxed constraints on gcc+x86/x64 to gcc 4.1.2 * Relaxed constraints on gcc+x86/x64 to gcc 4.1.2, added ARM and Itanium detection for gcc 4.4 - from version 0.4.3 + Use CMake Threads module instead of manual pthreads linking * Depend on pthreads via Threads rather than manually - from version 0.4.2 + Fix error info * Fixed issue where the wrong info was returned for some error codes. - from version 0.4.1 + Logging refactor * Add yaml file for aws_byte_buf_cat proof (#448) * Proof harness for aws_byte_buf_cat with a fixed number of arguments - from version 0.4.0 + Task logging * Adds string tags to tasks and task logging for easier identification - from version 0.3.15 + Fix nasty overflow bug in high-res clock on 32-bit systems. + Fixed typo that broke osx build. (#425) - Disable link-time optimization (LTO) as it currently breaks the testsuite + https://github.com/awslabs/aws-c-common/issues/456 OBS-URL: https://build.opensuse.org/request/show/727774 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=6 --- aws-c-common.changes | 31 +++++++++++++++++++++++++++++++ aws-c-common.spec | 5 +++-- v0.3.14.tar.gz | 3 --- v0.4.5.tar.gz | 3 +++ 4 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 v0.3.14.tar.gz create mode 100644 v0.4.5.tar.gz diff --git a/aws-c-common.changes b/aws-c-common.changes index fca5610..c2eb536 100644 --- a/aws-c-common.changes +++ b/aws-c-common.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Sep 2 13:44:18 UTC 2019 - John Paul Adrian Glaubitz + +- Update to version 0.4.5 + + Move allocator functions to their own file + * Move the allocator related functions to allocator.c + * Add overrides for the allocator functions + * PR Comments +- from version 0.4.4 + + Relaxed constraints on gcc+x86/x64 to gcc 4.1.2 + * Relaxed constraints on gcc+x86/x64 to gcc 4.1.2, + added ARM and Itanium detection for gcc 4.4 +- from version 0.4.3 + + Use CMake Threads module instead of manual pthreads linking + * Depend on pthreads via Threads rather than manually +- from version 0.4.2 + + Fix error info + * Fixed issue where the wrong info was returned for some error codes. +- from version 0.4.1 + + Logging refactor + * Add yaml file for aws_byte_buf_cat proof (#448) + * Proof harness for aws_byte_buf_cat with a fixed number of arguments +- from version 0.4.0 + + Task logging + * Adds string tags to tasks and task logging for easier identification +- from version 0.3.15 + + Fix nasty overflow bug in high-res clock on 32-bit systems. + + Fixed typo that broke osx build. (#425) +- Disable link-time optimization (LTO) as it currently breaks the testsuite + + https://github.com/awslabs/aws-c-common/issues/456 + ------------------------------------------------------------------- Tue Jun 18 09:39:29 UTC 2019 - John Paul Adrian Glaubitz diff --git a/aws-c-common.spec b/aws-c-common.spec index ce15fa7..cf65613 100644 --- a/aws-c-common.spec +++ b/aws-c-common.spec @@ -15,11 +15,12 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - %define library_version 1.0.0 %define library_soversion 0unstable +# Enabling LTO breaks testsuite: https://github.com/awslabs/aws-c-common/issues/456 +%define _lto_cflags %{nil} Name: aws-c-common -Version: 0.3.14 +Version: 0.4.5 Release: 0 Summary: Core c99 package for AWS SDK for C License: Apache-2.0 diff --git a/v0.3.14.tar.gz b/v0.3.14.tar.gz deleted file mode 100644 index 3d4b196..0000000 --- a/v0.3.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edeb105b2337379f622941b788e1c4d704e86af8197a5ebbe1cd1fb67288368b -size 254747 diff --git a/v0.4.5.tar.gz b/v0.4.5.tar.gz new file mode 100644 index 0000000..77ea1ca --- /dev/null +++ b/v0.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a29a4e4288478108b33fb0d6d3aa0df36c23b77c2597d779425c8e7331ab84b +size 303272