forked from pool/aws-c-io
- Update to version 0.15.4
* Switch CI to use roles by @DmitriyMusatkin in (#698) * Fix CI for GCC-13 on Ubuntu-18 by @waahm7 in (#700) * fix typo in log message by @graebm in (#702) * Event Loop & Socket Type Multi-Support by @xiazhvera in (#692) * A bunch of CMake fixes by @graebm in (#701) - Drop aci_fix-cmake-modules-path.patch, fixed upstream - Refresh aci_add-so-version.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=78
This commit is contained in:
11
aci_add-so-version.patch
Normal file
11
aci_add-so-version.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -Nru aws-c-io-0.15.4.orig/CMakeLists.txt aws-c-io-0.15.4/CMakeLists.txt
|
||||
--- aws-c-io-0.15.4.orig/CMakeLists.txt 2025-01-28 23:10:24.000000000 +0000
|
||||
+++ aws-c-io-0.15.4/CMakeLists.txt 2025-01-30 11:57:19.446194584 +0000
|
||||
@@ -176,6 +176,7 @@
|
||||
|
||||
# We are not ABI stable yet
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)
|
||||
+set_target_properties(${CMAKE_PROJECT_NAME} PROPERTIES SOVERSION 0unstable)
|
||||
|
||||
if (NOT EVENT_LOOP_DEFINES)
|
||||
message(FATAL_ERROR "Event Loop is not setup on the platform.")
|
||||
Reference in New Issue
Block a user