Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aws-c-io for openSUSE:Factory checked in at 2025-02-06 22:05:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-c-io (Old) and /work/SRC/openSUSE:Factory/.aws-c-io.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-c-io" Thu Feb 6 22:05:08 2025 rev:17 rq:1243446 version:0.15.4 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-c-io/aws-c-io.changes 2024-11-18 20:00:46.716048628 +0100 +++ /work/SRC/openSUSE:Factory/.aws-c-io.new.2316/aws-c-io.changes 2025-02-06 22:06:43.397325986 +0100 @@ -1,0 +2,12 @@ +Thu Jan 30 11:58:50 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- 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 + +------------------------------------------------------------------- Old: ---- aci_fix-cmake-modules-path.patch v0.15.3.tar.gz New: ---- v0.15.4.tar.gz BETA DEBUG BEGIN: Old: * A bunch of CMake fixes by @graebm in (#701) - Drop aci_fix-cmake-modules-path.patch, fixed upstream - Refresh aci_add-so-version.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-c-io.spec ++++++ --- /var/tmp/diff_new_pack.iPZEoH/_old 2025-02-06 22:06:45.469411371 +0100 +++ /var/tmp/diff_new_pack.iPZEoH/_new 2025-02-06 22:06:45.469411371 +0100 @@ -21,15 +21,14 @@ %define library_version 1.0.0 %define library_soversion 0unstable Name: aws-c-io -Version: 0.15.3 +Version: 0.15.4 Release: 0 Summary: I/O and TLS package AWS SDK for C License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/awslabs/aws-c-io Source0: https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz -Patch0: aci_fix-cmake-modules-path.patch -Patch1: aci_add-so-version.patch +Patch0: aci_add-so-version.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: ninja ++++++ aci_add-so-version.patch ++++++ --- /var/tmp/diff_new_pack.iPZEoH/_old 2025-02-06 22:06:45.501412689 +0100 +++ /var/tmp/diff_new_pack.iPZEoH/_new 2025-02-06 22:06:45.505412854 +0100 @@ -1,12 +1,12 @@ -diff -Nru aws-c-io-0.7.0.orig/CMakeLists.txt aws-c-io-0.7.0/CMakeLists.txt ---- aws-c-io-0.7.0.orig/CMakeLists.txt 2020-11-20 01:33:59.000000000 +0100 -+++ aws-c-io-0.7.0/CMakeLists.txt 2020-11-26 16:49:35.762120326 +0100 -@@ -185,6 +185,7 @@ +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) - target_compile_definitions(${PROJECT_NAME} PUBLIC "-DAWS_USE_${EVENT_LOOP_DEFINE}") - + if (NOT EVENT_LOOP_DEFINES) + message(FATAL_ERROR "Event Loop is not setup on the platform.") ++++++ v0.15.3.tar.gz -> v0.15.4.tar.gz ++++++ ++++ 2522 lines of diff (skipped)