forked from pool/aws-c-common
Accepting request 856424 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.4.63
+ Fix FreeBSD
* Fix thread.c for FreeBSD (#741)
- from version 0.4.62
+ Remove unnecessary API
* Removes an unnecessary API hopefully before anyone uses it externally
- from version 0.4.61
+ Use runtime symbol resolution instead of addr2line for memtrace by default
* Do not use addr2line by default, backtrace_symbols will do the job (#739)
* Fixed memtrace/stack decoding test so it works more robustly
- from version 0.4.60
+ Fixed MSVC 2015 non-constant aggregate initializer warning for all downstreams
* Disabled MSVC 2015's non-constant aggregate initializer warning (#738)
OBS-URL: https://build.opensuse.org/request/show/856424
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 10:54:25 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.4.63
|
||||
+ Fix FreeBSD
|
||||
* Fix thread.c for FreeBSD (#741)
|
||||
- from version 0.4.62
|
||||
+ Remove unnecessary API
|
||||
* Removes an unnecessary API hopefully before anyone uses it externally
|
||||
- from version 0.4.61
|
||||
+ Use runtime symbol resolution instead of addr2line for memtrace by default
|
||||
* Do not use addr2line by default, backtrace_symbols will do the job (#739)
|
||||
* Fixed memtrace/stack decoding test so it works more robustly
|
||||
- from version 0.4.60
|
||||
+ Fixed MSVC 2015 non-constant aggregate initializer warning for all downstreams
|
||||
* Disabled MSVC 2015's non-constant aggregate initializer warning (#738)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 09:59:20 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define library_version 1.0.0
|
||||
%define library_soversion 1
|
||||
Name: aws-c-common
|
||||
Version: 0.4.59
|
||||
Version: 0.4.63
|
||||
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:5007ffedc64f5f979d36e223bbd80a5c03ecaca151c003944b63e06f1b2845ff
|
||||
size 419158
|
||||
3
v0.4.63.tar.gz
Normal file
3
v0.4.63.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6184de1b3502a8e3f078b9e4105e9cdf95d103a94c81774c314645dfb1bd5a2e
|
||||
size 411272
|
||||
Reference in New Issue
Block a user