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 2024-10-27 11:25:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-c-cal (Old) and /work/SRC/openSUSE:Factory/.aws-c-cal.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-c-cal" Sun Oct 27 11:25:03 2024 rev:11 rq:1218374 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-c-cal/aws-c-cal.changes 2024-09-01 19:22:01.101468398 +0200 +++ /work/SRC/openSUSE:Factory/.aws-c-cal.new.2020/aws-c-cal.changes 2024-10-27 11:25:19.630534177 +0100 @@ -1,0 +2,6 @@ +Thu Oct 24 12:54:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 0.8.0 + * Update CMake to 3.9 by @waahm7 in (#200) + +------------------------------------------------------------------- Old: ---- v0.7.4.tar.gz New: ---- v0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-c-cal.spec ++++++ --- /var/tmp/diff_new_pack.zbr4ex/_old 2024-10-27 11:25:20.202557888 +0100 +++ /var/tmp/diff_new_pack.zbr4ex/_new 2024-10-27 11:25:20.206558055 +0100 @@ -19,7 +19,7 @@ %define library_version 1.0.0 %define library_soversion 0unstable Name: aws-c-cal -Version: 0.7.4 +Version: 0.8.0 Release: 0 Summary: AWS C99 wrapper for cryptography primitives License: Apache-2.0 ++++++ v0.7.4.tar.gz -> v0.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-c-cal-0.7.4/CMakeLists.txt new/aws-c-cal-0.8.0/CMakeLists.txt --- old/aws-c-cal-0.7.4/CMakeLists.txt 2024-08-23 23:35:42.000000000 +0200 +++ new/aws-c-cal-0.8.0/CMakeLists.txt 2024-10-23 18:57:41.000000000 +0200 @@ -1,14 +1,10 @@ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.9) project(aws-c-cal LANGUAGES C VERSION 0.1.0) -if (POLICY CMP0069) - cmake_policy(SET CMP0069 NEW) # Enable LTO/IPO if available in the compiler, see AwsCFlags -endif() - set(CMAKE_FIND_PACKAGE_PREFER_CONFIG TRUE) option(BYO_CRYPTO "Set this if you want to provide your own cryptography implementation. This will cause the defaults to not be compiled." OFF) @@ -80,7 +76,7 @@ message(FATAL_ERROR "Security Framework not found") endif () - + find_library(COREFOUNDATION_LIB CoreFoundation) if(NOT COREFOUNDATION_LIB) message(FATAL_ERROR "CoreFoundation Framework not found") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-c-cal-0.7.4/README.md new/aws-c-cal-0.8.0/README.md --- old/aws-c-cal-0.7.4/README.md 2024-08-23 23:35:42.000000000 +0200 +++ new/aws-c-cal-0.8.0/README.md 2024-10-23 18:57:41.000000000 +0200 @@ -13,7 +13,7 @@ ## Build Instructions -CMake 3.0+ is required to build. +CMake 3.9+ is required to build. `<install-path>` must be an absolute path in the following instructions.