forked from pool/aws-c-io
Accepting request 937773 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.10.14
* Remove Windows.h from header
+ Removed Windows.h from public header
+ Improved error reporting when getaddrinfo() fail
+ Set default cpu_id on thread_options
+ Better use of const in aws_tls_ctx_pkcs11_options
- from version 0.10.13
* Support PKCS#11 for mutual TLS on Unix platforms
+ Support PKCS#11 for mutual TLS on Unix platforms (#451)
- from version 0.10.12
* Path API updates
+ Moved aws_path_exist checks over to the safe variant. (#448)
- from version 0.10.11
* Updated S2N PQ Crypto cipher preference list
+ Add Round 3 Cipher Pref List to Allowlist (#447)
- from version 0.10.10
* Removed file utils, moved to common
+ Replace tls double channel (#441)
- Remove test first
- Add codebuild job spec that will run downstream integration
tests (aws-c-http) that exercise double tls
- Add channel API to read from initial handler
- Rename devel package to "devel"
- Switch BuildRequires to use cmake() and pkgconfig() macros
OBS-URL: https://build.opensuse.org/request/show/937773
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=11
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
%define library_version 1.0.0
|
||||
%define library_soversion 0unstable
|
||||
Name: aws-c-io
|
||||
Version: 0.10.9
|
||||
Version: 0.10.14
|
||||
Release: 0
|
||||
Summary: I/O and TLS package AWS SDK for C
|
||||
License: Apache-2.0
|
||||
@@ -31,10 +31,10 @@ Patch0: aci_fix-cmake-modules-path.patch
|
||||
Patch1: aci_add-so-version.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libaws-c-cal-devel
|
||||
BuildRequires: libaws-c-common-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libs2n-devel
|
||||
BuildRequires: cmake(aws-c-cal)
|
||||
BuildRequires: cmake(aws-c-common)
|
||||
BuildRequires: pkgconfig(libssl)
|
||||
BuildRequires: cmake(s2n)
|
||||
BuildRequires: ninja
|
||||
|
||||
%description
|
||||
@@ -51,12 +51,12 @@ and TLS work for application protocols.
|
||||
|
||||
This package contains the dynamically linked library.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
%package devel
|
||||
Summary: Development files for aws-c-io library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: lib%{name}%{library_soversion} = %{version}
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
%description devel
|
||||
This is a module for the AWS SDK for C. It handles all I/O
|
||||
and TLS work for application protocols.
|
||||
|
||||
@@ -92,7 +92,7 @@ export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/build
|
||||
%{_libdir}/*.so.%{library_soversion}
|
||||
%{_libdir}/*.so.%{library_version}
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%files devel
|
||||
%{_libdir}/cmake/%{name}/
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/*
|
||||
|
||||
Reference in New Issue
Block a user