forked from pool/aws-crt-cpp
Accepting request 1001372 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.18.3 * Use latest versions of S2N-TLS and AWS-LC by @graebm in (#397) * Adds support for Anonymous credentials by @waahm7 in (#398) - from version 0.18.2 * Fix script that keeps AWS_CRT_CPP_VERSION up to date by @graebm in (#394) - from version 0.18.1 * Fix to cmake detection of CRT version by consumers by @sdavtaker in (#393) - from version 0.18.0 * Latest submodules by @TingDaoK in (#392) - Refresh patches for new version * acc_fix-cmake-modules-path.patch OBS-URL: https://build.opensuse.org/request/show/1001372 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-crt-cpp?expand=0&rev=4
This commit is contained in:
parent
8a72a8952d
commit
1f56d5c22b
@ -1,6 +1,6 @@
|
||||
diff -Nru aws-crt-cpp-0.17.1.orig/CMakeLists.txt aws-crt-cpp-0.17.1/CMakeLists.txt
|
||||
--- aws-crt-cpp-0.17.1.orig/CMakeLists.txt 2021-09-30 22:46:57.000000000 +0000
|
||||
+++ aws-crt-cpp-0.17.1/CMakeLists.txt 2021-10-12 09:21:56.938935370 +0000
|
||||
diff -Nru aws-crt-cpp-0.18.3.orig/CMakeLists.txt aws-crt-cpp-0.18.3/CMakeLists.txt
|
||||
--- aws-crt-cpp-0.18.3.orig/CMakeLists.txt 2022-08-25 01:22:44.000000000 +0000
|
||||
+++ aws-crt-cpp-0.18.3/CMakeLists.txt 2022-09-06 07:07:36.220015929 +0000
|
||||
@@ -48,11 +48,8 @@
|
||||
file(TO_CMAKE_PATH "${CMAKE_INSTALL_PREFIX}" CMAKE_INSTALL_PREFIX)
|
||||
endif()
|
||||
@ -15,7 +15,7 @@ diff -Nru aws-crt-cpp-0.17.1.orig/CMakeLists.txt aws-crt-cpp-0.17.1/CMakeLists.t
|
||||
|
||||
if (${CMAKE_INSTALL_LIBDIR} STREQUAL "lib64")
|
||||
set(FIND_LIBRARY_USE_LIB64_PATHS true)
|
||||
@@ -338,7 +335,7 @@
|
||||
@@ -340,7 +337,7 @@
|
||||
endif()
|
||||
|
||||
install(EXPORT "${PROJECT_NAME}-targets"
|
||||
@ -24,12 +24,17 @@ diff -Nru aws-crt-cpp-0.17.1.orig/CMakeLists.txt aws-crt-cpp-0.17.1/CMakeLists.t
|
||||
NAMESPACE AWS::
|
||||
COMPONENT Development)
|
||||
|
||||
@@ -347,7 +344,7 @@
|
||||
@ONLY)
|
||||
@@ -359,11 +356,11 @@
|
||||
)
|
||||
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
|
||||
- DESTINATION "${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}/cmake/"
|
||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}"
|
||||
COMPONENT Development)
|
||||
|
||||
if (NOT CMAKE_CROSSCOMPILING)
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config-version.cmake"
|
||||
- DESTINATION "${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}/cmake/"
|
||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}"
|
||||
COMPONENT Development)
|
||||
|
||||
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:14:17 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.18.3
|
||||
* Use latest versions of S2N-TLS and AWS-LC by @graebm in (#397)
|
||||
* Adds support for Anonymous credentials by @waahm7 in (#398)
|
||||
- from version 0.18.2
|
||||
* Fix script that keeps AWS_CRT_CPP_VERSION up
|
||||
to date by @graebm in (#394)
|
||||
- from version 0.18.1
|
||||
* Fix to cmake detection of CRT version by
|
||||
consumers by @sdavtaker in (#393)
|
||||
- from version 0.18.0
|
||||
* Latest submodules by @TingDaoK in (#392)
|
||||
- Refresh patches for new version
|
||||
* acc_fix-cmake-modules-path.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 10:18:15 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aws-crt-cpp
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define library_soversion 1
|
||||
|
||||
Name: aws-crt-cpp
|
||||
Version: 0.17.34
|
||||
Version: 0.18.3
|
||||
Release: 0
|
||||
Summary: AWS C++ wrapper for AWS SDK C libraries
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3956c1d58a5aae0da8f4d614875b525b4143538bf4091128e443d1f60d822643
|
||||
size 241157
|
3
v0.18.3.tar.gz
Normal file
3
v0.18.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:299d07a58d252b6aa132869ceb11814ee134359c7ee7499340bd6529e7ca6281
|
||||
size 241632
|
Loading…
Reference in New Issue
Block a user