Compare commits
34 Commits
Author | SHA256 | Date | |
---|---|---|---|
df8e8d5c44 | |||
c07762d8f6 | |||
f7717bd1c9 | |||
83ce6e7da7 | |||
859238ce5e | |||
99836dc760 | |||
2a7ef64234 | |||
472238a9b3 | |||
e49aa5e00d | |||
1cc5c3ee1b | |||
ced0e0423b | |||
230e12388f | |||
1698ad3229 | |||
351ed593d3 | |||
0779856860 | |||
fc917e4cde | |||
42b50aae5a | |||
b3051c9192 | |||
475550b8b7 | |||
a496bd63ee | |||
196bd48cff | |||
cfac1a14ae | |||
e90a0c216b | |||
d5a92d4c8a | |||
9219fd460c | |||
6fec202732 | |||
8cc9483d2a | |||
bd35f6ff1f | |||
be800bedcf | |||
334527e7d3 | |||
9c304d8bf4 | |||
269f755c89 | |||
45bd15bdfd | |||
aa266bcb24 |
13
acc_add-so-version.patch
Normal file
13
acc_add-so-version.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
diff -Nru aws-crt-cpp-0.31.0.orig/CMakeLists.txt aws-crt-cpp-0.31.0/CMakeLists.txt
|
||||||
|
--- aws-crt-cpp-0.31.0.orig/CMakeLists.txt 2025-02-25 21:44:05.000000000 +0000
|
||||||
|
+++ aws-crt-cpp-0.31.0/CMakeLists.txt 2025-02-27 12:14:32.348326331 +0000
|
||||||
|
@@ -311,6 +311,9 @@
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)
|
||||||
|
+set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION 1)
|
||||||
|
+
|
||||||
|
target_include_directories(${PROJECT_NAME} PUBLIC
|
||||||
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||||
|
$<BUILD_INTERFACE:${GENERATED_INCLUDE_DIR}>
|
@@ -1,40 +0,0 @@
|
|||||||
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()
|
|
||||||
|
|
||||||
-if(UNIX AND NOT APPLE)
|
|
||||||
- include(GNUInstallDirs)
|
|
||||||
-elseif(NOT DEFINED CMAKE_INSTALL_LIBDIR)
|
|
||||||
- set(CMAKE_INSTALL_LIBDIR "lib")
|
|
||||||
-endif()
|
|
||||||
+find_package(aws-c-common REQUIRED)
|
|
||||||
+set(CMAKE_MODULE_PATH ${aws-c-common_DIR})
|
|
||||||
|
|
||||||
if(${CMAKE_INSTALL_LIBDIR} STREQUAL "lib64")
|
|
||||||
set(FIND_LIBRARY_USE_LIB64_PATHS true)
|
|
||||||
@@ -348,7 +345,7 @@
|
|
||||||
endif()
|
|
||||||
|
|
||||||
install(EXPORT "${PROJECT_NAME}-targets"
|
|
||||||
- DESTINATION "${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}/cmake/${TARGET_DIR}"
|
|
||||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}/${TARGET_DIR}/"
|
|
||||||
NAMESPACE AWS::
|
|
||||||
COMPONENT Development)
|
|
||||||
|
|
||||||
@@ -364,11 +361,11 @@
|
|
||||||
)
|
|
||||||
|
|
||||||
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 "${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)
|
|
||||||
|
|
||||||
if(NOT CMAKE_CROSSCOMPILING)
|
|
@@ -1,3 +1,165 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 11 10:45:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.33.0
|
||||||
|
* Update submodules by @sfod in (#751)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 9 08:51:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.32.10
|
||||||
|
* Update eventstream submodule: by @bretambrose in (#748)
|
||||||
|
- from version 0.32.9
|
||||||
|
* Use smart pointers in MQTT5 builder by @sfod in (#742)
|
||||||
|
* Remove windows-2019 and latest submodules by @TingDaoK in (#745)
|
||||||
|
* Update submodules by @sfod in (#746)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 09:08:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.32.8
|
||||||
|
* Replace std::make_shared with Crt::MakeShared by @sfod in (#740)
|
||||||
|
* Fix warnings for latest LLVM compiler update by @xiazhvera in (#743)
|
||||||
|
- from version 0.32.7
|
||||||
|
* Update submodules by @sfod in (#739)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 27 06:32:25 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.32.6
|
||||||
|
* Remove clang-3 from CI by @sbSteveK in (#736)
|
||||||
|
* Fix Endpoint Resolver Test By Escpaing "-" by @waahm7 in (#737)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 6 13:00:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.32.5
|
||||||
|
* Add const specifier to UUID comparison operators
|
||||||
|
by @sfod in (#732)
|
||||||
|
* Increase Operation Timeout in CI for Req/Resp
|
||||||
|
Tests by @sbSteveK in #733
|
||||||
|
* Capture fields from PUBLISH for req-resp stream
|
||||||
|
operations by @sfod in (#721)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 15 10:26:32 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.32.4
|
||||||
|
* Bump crt checksums by @DmitriyMusatkin in (#730)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 7 07:02:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.32.3
|
||||||
|
* Fix assignment operator in Optional by @sfod in (#720)
|
||||||
|
* Fix clang error in string view by @sbiscigl in (#728)
|
||||||
|
- from version 0.32.2
|
||||||
|
* Revert checksums header install location change
|
||||||
|
by @DmitriyMusatkin in (#726)
|
||||||
|
- from version 0.31.2
|
||||||
|
* Fix flaky CBOR test by @graebm in (#718)
|
||||||
|
* Use latest PQ TLS Cipher Preference in Tests by @alexw91 in (#717)
|
||||||
|
* Fix "std-compat" CI to actually test what it's supposed to
|
||||||
|
by @graebm in (#719)
|
||||||
|
* Fix IP address being labelled "bad" for too long by @graebm in (#723)
|
||||||
|
* Initialize checksums explicitly by @DmitriyMusatkin in (#722)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 18 08:24:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.31.1
|
||||||
|
* Fix ARM-based CI steps by @DmitriyMusatkin in (#713)
|
||||||
|
* HTTP/1: Support streaming requests of unknown length
|
||||||
|
by @graebm in (#714)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 27 12:24:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.31.0
|
||||||
|
* Update submodules by @sfod in (#711)
|
||||||
|
- from version 0.30.2
|
||||||
|
* Support IPv6 endpoint by @sbera87 in (#707)
|
||||||
|
- Add patch to add missing SOVERSION to CMakeFiles.txt
|
||||||
|
* acc_add-so-version.patch
|
||||||
|
- Add %{_libdir}/*.so.%{library_soversion} to %files section
|
||||||
|
- Add %{_libdir}/*.so.%{library_version} to %files section
|
||||||
|
- Run %ldconfig_scriptlets in %install section
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 6 09:12:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.30.1
|
||||||
|
* Temporarily rollback s2n by @DmitriyMusatkin in (#705)
|
||||||
|
- from version 0.30.0
|
||||||
|
* Add topic argument to publish callback in request-response
|
||||||
|
stream client by @sfod in (#703)
|
||||||
|
* CMake modules by @sfod in #702
|
||||||
|
- from version 0.29.10
|
||||||
|
* Fix segfaults -- CRC64NVME on machines with disabled
|
||||||
|
AVX and uri parsing corner case. by @TingDaoK in (#700)
|
||||||
|
- Drop acc_fix-cmake-modules-path.patch, fixed upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 13:35:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.29.9
|
||||||
|
* Flaky test pass1 by @bretambrose in (#693)
|
||||||
|
* Latest submodules copy_source_uri Change by @waahm7 in (#696)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 10:22:36 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.29.8
|
||||||
|
* Update CRT dependencies by @sfod in (#692)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 9 11:17:16 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.29.7
|
||||||
|
* Switch CI to using roles by @DmitriyMusatkin in (#688)
|
||||||
|
* Bump crt deps by @DmitriyMusatkin in (#689)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 4 10:22:45 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.29.6
|
||||||
|
* Fix crash when building with _GLIBCXX_USE_CXX11_ABI=0 by @graebm in (#686)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 21 10:39:01 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.29.5
|
||||||
|
* Update submodule by @xiazhvera in (#684)
|
||||||
|
- from version 0.29.4
|
||||||
|
* Request response workspace by @bretambrose in (#664)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 12:46:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.29.3
|
||||||
|
* Fix checksum install location by @sbiscigl in (#680)
|
||||||
|
- from version 0.29.2
|
||||||
|
* Stop building s2n via aws_prebuild_dependency()
|
||||||
|
by @graebm in (#677)
|
||||||
|
- from version 0.29.1
|
||||||
|
* chore: Modified bug issue template to add checkbox to
|
||||||
|
report potential regression. by @ashishdhingra in (#661)
|
||||||
|
* Fix s2n cleanup by @graebm in (#672)
|
||||||
|
* Use S2N-TLS v1.5.7 by @graebm in (#673)
|
||||||
|
* Fix crashes in GCC 4.x shared-libs builds, due to
|
||||||
|
recent symbol visibility changes by @graebm in (#675)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 11:57:53 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.29.0
|
||||||
|
* Update CMake to 3.9 by @waahm7 in (#666)
|
||||||
|
- from version 0.28.5
|
||||||
|
* Latest submodules by @waahm7 in (#668)
|
||||||
|
- from version 0.28.4
|
||||||
|
* Prebuild aws-lc by @sfod in (#648)
|
||||||
|
* Prebuild s2n by @TingDaoK in (#665)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 09:45:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Sep 17 09:45:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aws-crt-cpp
|
# spec file for package aws-crt-cpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,14 +20,14 @@
|
|||||||
%define library_soversion 1
|
%define library_soversion 1
|
||||||
|
|
||||||
Name: aws-crt-cpp
|
Name: aws-crt-cpp
|
||||||
Version: 0.28.3
|
Version: 0.33.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AWS C++ wrapper for AWS SDK C libraries
|
Summary: AWS C++ wrapper for AWS SDK C libraries
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
URL: https://aws.amazon.com/sdk-for-cpp/
|
URL: https://aws.amazon.com/sdk-for-cpp/
|
||||||
Source0: https://github.com/awslabs/aws-crt-cpp/archive/v%{version}.tar.gz
|
Source0: https://github.com/awslabs/aws-crt-cpp/archive/v%{version}.tar.gz
|
||||||
Patch0: acc_fix-cmake-modules-path.patch
|
Patch0: acc_add-so-version.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@@ -129,15 +129,19 @@ This package contains development files.
|
|||||||
#%%check
|
#%%check
|
||||||
#%%ctest
|
#%%ctest
|
||||||
|
|
||||||
|
%ldconfig_scriptlets -n lib%{name}%{library_soversion}
|
||||||
|
|
||||||
%files bin
|
%files bin
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%files -n lib%{name}%{library_soversion}
|
%files -n lib%{name}%{library_soversion}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_libdir}/libaws*so
|
%{_libdir}/*.so.%{library_soversion}
|
||||||
|
%{_libdir}/*.so.%{library_version}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/aws
|
%{_includedir}/aws
|
||||||
|
%{_libdir}/*.so
|
||||||
%{_libdir}/cmake
|
%{_libdir}/cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d0255eb1983ff3b6f7a7e98a54f65e2e8b40a7c7d6118a96a9c656ada7afb5f
|
|
||||||
size 357714
|
|
3
v0.33.0.tar.gz
Normal file
3
v0.33.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:10182e870dc35df3ab929e25a4c43bb6b8ed860aae70f597fa401cb5b5da3fb3
|
||||||
|
size 371377
|
Reference in New Issue
Block a user