8
0
forked from pool/aws-c-common

Accepting request 734788 from home:glaubitz:branches:devel:libraries:c_c++

- Update to version 0.4.11
  + Fix stupid bad boolean logic in macro.
    * Fix stupid bad boolean logic in macro
    * simplified gcc macro for assume
- from version 0.4.10
  + Fixed support for gcc 4.1.2.
- from version 0.4.9
  + fixed mixed static/shared builds.
    * Reorder thread shutdown so that only truly necessary
      memory is still allocated at shutdown callback town
- from version 0.4.8
  + Made AWS_ENABLE_LTO an option
    * AWS_ENABLE_LTO=ON|OFF now controls LTO globally
    * Made AWS_ENABLE_LTO an option
- from version 0.4.7
  + Added support for thread exit callbacks
    * Added support for thread exit callbacks
    * Added user data support to aws_thread_call_once
- from version 0.4.6
  + LTO support
    * Added IPO/LTO support to cmake
    * Removed the requirement that release builds produce good backtrace output
    * Check for IPO policy in older versions of CMake
    * Add policy existence check to c flags
- Re-enable link-time optimization (LTO) in spec file

OBS-URL: https://build.opensuse.org/request/show/734788
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=7
This commit is contained in:
2019-10-05 12:45:34 +00:00
committed by Git OBS Bridge
parent 14a13fc9a4
commit b1369de9a2
4 changed files with 33 additions and 6 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Oct 3 11:58:04 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.4.11
+ Fix stupid bad boolean logic in macro.
* Fix stupid bad boolean logic in macro
* simplified gcc macro for assume
- from version 0.4.10
+ Fixed support for gcc 4.1.2.
- from version 0.4.9
+ fixed mixed static/shared builds.
* Reorder thread shutdown so that only truly necessary
memory is still allocated at shutdown callback town
- from version 0.4.8
+ Made AWS_ENABLE_LTO an option
* AWS_ENABLE_LTO=ON|OFF now controls LTO globally
* Made AWS_ENABLE_LTO an option
- from version 0.4.7
+ Added support for thread exit callbacks
* Added support for thread exit callbacks
* Added user data support to aws_thread_call_once
- from version 0.4.6
+ LTO support
* Added IPO/LTO support to cmake
* Removed the requirement that release builds produce good backtrace output
* Check for IPO policy in older versions of CMake
* Add policy existence check to c flags
- Re-enable link-time optimization (LTO) in spec file
-------------------------------------------------------------------
Mon Sep 2 13:44:18 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -17,10 +17,8 @@
%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.4.5
Version: 0.4.11
Release: 0
Summary: Core c99 package for AWS SDK for C
License: Apache-2.0

3
v0.4.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62e20730ddc129f4f07de5887b2067f8c59efb3fe6fdda15896359f373db32da
size 306933

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a29a4e4288478108b33fb0d6d3aa0df36c23b77c2597d779425c8e7331ab84b
size 303272