From 1f56d5c22bb8ffbd65c7f334e386d25dd59278cf88e6790d2089b51daecaabd9 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 9 Sep 2022 13:15:29 +0000 Subject: [PATCH] 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 --- acc_fix-cmake-modules-path.patch | 19 ++++++++++++------- aws-crt-cpp.changes | 17 +++++++++++++++++ aws-crt-cpp.spec | 4 ++-- v0.17.34.tar.gz | 3 --- v0.18.3.tar.gz | 3 +++ 5 files changed, 34 insertions(+), 12 deletions(-) delete mode 100644 v0.17.34.tar.gz create mode 100644 v0.18.3.tar.gz diff --git a/acc_fix-cmake-modules-path.patch b/acc_fix-cmake-modules-path.patch index b730bc4..cfcf77a 100644 --- a/acc_fix-cmake-modules-path.patch +++ b/acc_fix-cmake-modules-path.patch @@ -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) + + diff --git a/aws-crt-cpp.changes b/aws-crt-cpp.changes index 142b2c6..e0b5c67 100644 --- a/aws-crt-cpp.changes +++ b/aws-crt-cpp.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Sep 6 07:14:17 UTC 2022 - John Paul Adrian Glaubitz + +- 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 diff --git a/aws-crt-cpp.spec b/aws-crt-cpp.spec index 2042998..6456f16 100644 --- a/aws-crt-cpp.spec +++ b/aws-crt-cpp.spec @@ -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 diff --git a/v0.17.34.tar.gz b/v0.17.34.tar.gz deleted file mode 100644 index ecb70c7..0000000 --- a/v0.17.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3956c1d58a5aae0da8f4d614875b525b4143538bf4091128e443d1f60d822643 -size 241157 diff --git a/v0.18.3.tar.gz b/v0.18.3.tar.gz new file mode 100644 index 0000000..e022b86 --- /dev/null +++ b/v0.18.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299d07a58d252b6aa132869ceb11814ee134359c7ee7499340bd6529e7ca6281 +size 241632