Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aws-c-auth for openSUSE:Factory checked in at 2024-10-27 11:25:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-c-auth (Old) and /work/SRC/openSUSE:Factory/.aws-c-auth.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-c-auth" Sun Oct 27 11:25:10 2024 rev:13 rq:1218381 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-c-auth/aws-c-auth.changes 2024-09-24 17:32:21.790785766 +0200 +++ /work/SRC/openSUSE:Factory/.aws-c-auth.new.2020/aws-c-auth.changes 2024-10-27 11:25:27.958879404 +0100 @@ -1,0 +2,6 @@ +Thu Oct 24 12:02:55 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 0.8.0 + * Update CMake to 3.9 by @waahm7 in (#255) + +------------------------------------------------------------------- Old: ---- v0.7.31.tar.gz New: ---- v0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-c-auth.spec ++++++ --- /var/tmp/diff_new_pack.1xvxcN/_old 2024-10-27 11:25:29.126927822 +0100 +++ /var/tmp/diff_new_pack.1xvxcN/_new 2024-10-27 11:25:29.130927987 +0100 @@ -20,7 +20,7 @@ %define library_pkg 1_0_0 %define library_soversion 1 Name: aws-c-auth -Version: 0.7.31 +Version: 0.8.0 Release: 0 Summary: AWS C99 library implementation of AWS client-side authentication License: Apache-2.0 ++++++ v0.7.31.tar.gz -> v0.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-c-auth-0.7.31/CMakeLists.txt new/aws-c-auth-0.8.0/CMakeLists.txt --- old/aws-c-auth-0.7.31/CMakeLists.txt 2024-09-17 01:28:54.000000000 +0200 +++ new/aws-c-auth-0.8.0/CMakeLists.txt 2024-10-23 19:05:03.000000000 +0200 @@ -1,11 +1,7 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.9) project(aws-c-auth C) -if (POLICY CMP0069) - cmake_policy(SET CMP0069 NEW) # Enable LTO/IPO if available in the compiler, see AwsCFlags -endif() - if (DEFINED CMAKE_PREFIX_PATH) file(TO_CMAKE_PATH "${CMAKE_PREFIX_PATH}" CMAKE_PREFIX_PATH) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-c-auth-0.7.31/README.md new/aws-c-auth-0.8.0/README.md --- old/aws-c-auth-0.7.31/README.md 2024-09-17 01:28:54.000000000 +0200 +++ new/aws-c-auth-0.8.0/README.md 2024-10-23 19:05:03.000000000 +0200 @@ -13,7 +13,7 @@ ### Building -CMake 3.1+ is required to build. +CMake 3.9+ is required to build. `<install-path>` must be an absolute path in the following instructions. @@ -62,7 +62,7 @@ ### Testing Certain tests require a specific environment setup in order to run successfully. This may be a specific execution environment (EC2, ECS, etc...) or it may require certain environment variables to be set that configure properties -(often sensitive materials, like keys). Whether or not these tests are enabled is controlled by certain CMAKE +(often sensitive materials, like keys). Whether or not these tests are enabled is controlled by certain CMAKE properties: * AWS_BUILDING_ON_EC2 - indicates real IMDS credentials provider test(s) should run * AWS_BUILDING_ON_ECS - indciates real ECS credentials provider tests(s) should run