forked from pool/aws-c-common
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
This commit is contained in:
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 13:44:18 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edeb105b2337379f622941b788e1c4d704e86af8197a5ebbe1cd1fb67288368b
|
||||
size 254747
|
||||
3
v0.4.5.tar.gz
Normal file
3
v0.4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a29a4e4288478108b33fb0d6d3aa0df36c23b77c2597d779425c8e7331ab84b
|
||||
size 303272
|
||||
Reference in New Issue
Block a user