Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aws-c-cal for openSUSE:Factory checked in at 2025-03-26 21:22:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-c-cal (Old) and /work/SRC/openSUSE:Factory/.aws-c-cal.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-c-cal" Wed Mar 26 21:22:49 2025 rev:16 rq:1256212 version:0.8.7 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-c-cal/aws-c-cal.changes 2025-03-17 22:22:05.149739022 +0100 +++ /work/SRC/openSUSE:Factory/.aws-c-cal.new.2696/aws-c-cal.changes 2025-03-26 21:25:10.342870600 +0100 @@ -1,0 +2,6 @@ +Tue Mar 18 08:40:36 UTC 2025 - John Paul Adrian Glaubitz <[email protected]> + +- Update to version 0.8.7 + * Fix missed define in the code by @DmitriyMusatkin in (#209) + +------------------------------------------------------------------- Old: ---- v0.8.6.tar.gz New: ---- v0.8.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-c-cal.spec ++++++ --- /var/tmp/diff_new_pack.3EC8I4/_old 2025-03-26 21:25:11.058900317 +0100 +++ /var/tmp/diff_new_pack.3EC8I4/_new 2025-03-26 21:25:11.062900483 +0100 @@ -19,7 +19,7 @@ %define library_version 1.0.0 %define library_soversion 0unstable Name: aws-c-cal -Version: 0.8.6 +Version: 0.8.7 Release: 0 Summary: AWS C99 wrapper for cryptography primitives License: Apache-2.0 ++++++ v0.8.6.tar.gz -> v0.8.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-c-cal-0.8.6/CMakeLists.txt new/aws-c-cal-0.8.7/CMakeLists.txt --- old/aws-c-cal-0.8.6/CMakeLists.txt 2025-03-13 21:58:28.000000000 +0100 +++ new/aws-c-cal-0.8.7/CMakeLists.txt 2025-03-14 19:45:06.000000000 +0100 @@ -149,6 +149,10 @@ target_compile_definitions(${PROJECT_NAME} PRIVATE -DBYO_CRYPTO) endif() +if (AWS_USE_LIBCRYPTO_TO_SUPPORT_ED25519_EVERYWHERE) + target_compile_definitions(${PROJECT_NAME} PRIVATE -DAWS_USE_LIBCRYPTO_TO_SUPPORT_ED25519_EVERYWHERE) +endif() + # Our ABI is not yet stable set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)
