forked from pool/aws-crt-cpp
Accepting request 1127897 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.24.7 * Latest Submodules by @waahm7 in (#565) - from version 0.24.6 * Fix WSL by @waahm7 in (#563) - from version 0.24.5 * Unit test for removing callback severance on 5-to-3 adapter by @xiazhvera in (#553) * Generate files in build directory by @sfod in (#559) * Update submodules to pull aws-lc build fix by @sfod in (#560) - Refresh patches for new version * acc_fix-cmake-modules-path.patch OBS-URL: https://build.opensuse.org/request/show/1127897 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-crt-cpp?expand=0&rev=27
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
diff -Nru aws-crt-cpp-0.18.13.orig/CMakeLists.txt aws-crt-cpp-0.18.13/CMakeLists.txt
|
||||
--- aws-crt-cpp-0.18.13.orig/CMakeLists.txt 2022-11-09 04:52:33.000000000 +0000
|
||||
+++ aws-crt-cpp-0.18.13/CMakeLists.txt 2022-11-11 12:51:50.150393984 +0000
|
||||
@@ -60,11 +60,8 @@
|
||||
diff -Nru aws-crt-cpp-0.24.7.orig/CMakeLists.txt aws-crt-cpp-0.24.7/CMakeLists.txt
|
||||
--- aws-crt-cpp-0.24.7.orig/CMakeLists.txt 2023-11-13 20:37:29.000000000 +0100
|
||||
+++ aws-crt-cpp-0.24.7/CMakeLists.txt 2023-11-21 12:51:17.191157144 +0100
|
||||
@@ -39,11 +39,8 @@
|
||||
file(TO_CMAKE_PATH "${CMAKE_INSTALL_PREFIX}" CMAKE_INSTALL_PREFIX)
|
||||
endif()
|
||||
|
||||
@@ -15,7 +15,7 @@ diff -Nru aws-crt-cpp-0.18.13.orig/CMakeLists.txt aws-crt-cpp-0.18.13/CMakeLists
|
||||
|
||||
if(${CMAKE_INSTALL_LIBDIR} STREQUAL "lib64")
|
||||
set(FIND_LIBRARY_USE_LIB64_PATHS true)
|
||||
@@ -360,7 +357,7 @@
|
||||
@@ -348,7 +345,7 @@
|
||||
endif()
|
||||
|
||||
install(EXPORT "${PROJECT_NAME}-targets"
|
||||
@@ -24,15 +24,15 @@ diff -Nru aws-crt-cpp-0.18.13.orig/CMakeLists.txt aws-crt-cpp-0.18.13/CMakeLists
|
||||
NAMESPACE AWS::
|
||||
COMPONENT Development)
|
||||
|
||||
@@ -376,11 +373,11 @@
|
||||
@@ -364,11 +361,11 @@
|
||||
)
|
||||
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
|
||||
install(FILES "${GENERATED_ROOT_DIR}/${PROJECT_NAME}-config.cmake"
|
||||
- DESTINATION "${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}/cmake/"
|
||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}"
|
||||
COMPONENT Development)
|
||||
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config-version.cmake"
|
||||
install(FILES "${GENERATED_ROOT_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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 11:51:31 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.24.7
|
||||
* Latest Submodules by @waahm7 in (#565)
|
||||
- from version 0.24.6
|
||||
* Fix WSL by @waahm7 in (#563)
|
||||
- from version 0.24.5
|
||||
* Unit test for removing callback severance on 5-to-3
|
||||
adapter by @xiazhvera in (#553)
|
||||
* Generate files in build directory by @sfod in (#559)
|
||||
* Update submodules to pull aws-lc build fix by @sfod in (#560)
|
||||
- Refresh patches for new version
|
||||
* acc_fix-cmake-modules-path.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 09:45:37 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define library_soversion 1
|
||||
|
||||
Name: aws-crt-cpp
|
||||
Version: 0.24.3
|
||||
Version: 0.24.7
|
||||
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:de58496e30d735e2daab5f6810cf5e8e7f89b85c420fe94d3d26ec0edccd1289
|
||||
size 331598
|
||||
3
v0.24.7.tar.gz
Normal file
3
v0.24.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b27d7309df388c117f71d946be885540a8ae37d4a458a9119da871ba94ccd4fa
|
||||
size 331894
|
||||
Reference in New Issue
Block a user