commit aws-c-sdkutils for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aws-c-sdkutils for openSUSE:Factory checked in at 2024-10-27 11:25:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-c-sdkutils (Old) and /work/SRC/openSUSE:Factory/.aws-c-sdkutils.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "aws-c-sdkutils" Sun Oct 27 11:25:06 2024 rev:6 rq:1218377 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-c-sdkutils/aws-c-sdkutils.changes 2024-08-09 16:15:21.544672329 +0200 +++ /work/SRC/openSUSE:Factory/.aws-c-sdkutils.new.2020/aws-c-sdkutils.changes 2024-10-27 11:25:22.678660528 +0100 @@ -1,0 +2,6 @@ +Thu Oct 24 12:39:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- Update to version 0.2.0 + * Update CMake to 3.9 by @waahm7 in (#47) + +------------------------------------------------------------------- Old: ---- v0.1.19.tar.gz New: ---- v0.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-c-sdkutils.spec ++++++ --- /var/tmp/diff_new_pack.0B1qJT/_old 2024-10-27 11:25:23.338687887 +0100 +++ /var/tmp/diff_new_pack.0B1qJT/_new 2024-10-27 11:25:23.338687887 +0100 @@ -20,7 +20,7 @@ %define library_pkg 1_0_0 %define library_soversion 1 Name: aws-c-sdkutils -Version: 0.1.19 +Version: 0.2.0 Release: 0 Summary: AWS C SDK Utils License: Apache-2.0 ++++++ v0.1.19.tar.gz -> v0.2.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-c-sdkutils-0.1.19/CMakeLists.txt new/aws-c-sdkutils-0.2.0/CMakeLists.txt --- old/aws-c-sdkutils-0.1.19/CMakeLists.txt 2024-08-03 00:36:14.000000000 +0200 +++ new/aws-c-sdkutils-0.2.0/CMakeLists.txt 2024-10-23 19:02:07.000000000 +0200 @@ -1,13 +1,9 @@ # 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-sdkutils 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() - 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-sdkutils-0.1.19/README.md new/aws-c-sdkutils-0.2.0/README.md --- old/aws-c-sdkutils-0.1.19/README.md 2024-08-03 00:36:14.000000000 +0200 +++ new/aws-c-sdkutils-0.2.0/README.md 2024-10-23 19:02:07.000000000 +0200 @@ -11,7 +11,7 @@ ### Building -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. @@ -26,4 +26,4 @@ git clone git@github.com:awslabs/aws-c-sdkutils.git cmake -S aws-c-sdkutils -B aws-c-sdkutils/build -DCMAKE_INSTALL_PREFIX=<install-path> -DCMAKE_PREFIX_PATH=<install-path> cmake --build aws-c-sdkutils/build --target install -``` \ No newline at end of file +```
participants (1)
-
Source-Sync