Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aws-checksums for openSUSE:Factory checked in at 2024-09-24 17:31:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-checksums (Old) and /work/SRC/openSUSE:Factory/.aws-checksums.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-checksums" Tue Sep 24 17:31:53 2024 rev:3 rq:1202597 version:0.1.20 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-checksums/aws-checksums.changes 2024-02-21 17:59:20.321643614 +0100 +++ /work/SRC/openSUSE:Factory/.aws-checksums.new.29891/aws-checksums.changes 2024-09-24 17:32:13.882454701 +0200 @@ -1,0 +2,16 @@ +Tue Sep 17 11:05:10 UTC 2024 - John Paul Adrian Glaubitz <[email protected]> + +- Update to version 0.1.20 + * Add crc helpers for writing to large buffers. by @DmitriyMusatkin in (#93) + * Fix builds on clang 16+ by @DmitriyMusatkin in (#96) +- from version 0.1.19 + * Rebase CRC32DATA32VALUE by @jmklix in (#87) + * clang-format 18 by @graebm in (#91) + * Update MacOS to arm64 by @waahm7 in (#92) + * Better vectorization and crc64 by @JonathanHenson in (#79) +- Add new aws-checksums-bin binary package +- Refresh patches for new version + * ac_fix-cmake-modules-path.patch + * ac_re-add-so-version.patch + +------------------------------------------------------------------- Old: ---- v0.1.18.tar.gz New: ---- v0.1.20.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-checksums.spec ++++++ --- /var/tmp/diff_new_pack.oT2gbZ/_old 2024-09-24 17:32:14.906497570 +0200 +++ /var/tmp/diff_new_pack.oT2gbZ/_new 2024-09-24 17:32:14.910497737 +0200 @@ -19,7 +19,7 @@ %define library_version 1.0.0 %define library_soversion 1 Name: aws-checksums -Version: 0.1.18 +Version: 0.1.20 Release: 0 Summary: Checksums package for AWS SDK for C License: Apache-2.0 @@ -37,6 +37,17 @@ Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling. +%package -n %{name}-bin +Summary: Binary files for aws-checksums library +Group: Development/Libraries/C and C++ +Requires: lib%{name}%{library_soversion} = %{version} + +%description -n %{name}-bin +Core c99 package for AWS SDK for C. Includes cross-platform primitives, +configuration, data structures, and error handling. + +This package contains the binary files. + %package -n lib%{name}%{library_soversion} Summary: Shared library files for aws-checksums library Group: Development/Libraries/C and C++ @@ -78,6 +89,9 @@ %post -n lib%{name}%{library_soversion} -p /sbin/ldconfig %postun -n lib%{name}%{library_soversion} -p /sbin/ldconfig +%files -n %{name}-bin +%{_bindir}/checksum-profile + %files -n lib%{name}%{library_soversion} %doc README.md %license LICENSE ++++++ ac_fix-cmake-modules-path.patch ++++++ --- /var/tmp/diff_new_pack.oT2gbZ/_old 2024-09-24 17:32:14.930498575 +0200 +++ /var/tmp/diff_new_pack.oT2gbZ/_new 2024-09-24 17:32:14.934498742 +0200 @@ -1,6 +1,6 @@ -diff -Nru aws-checksums-0.1.8.orig/CMakeLists.txt aws-checksums-0.1.8/CMakeLists.txt ---- aws-checksums-0.1.8.orig/CMakeLists.txt 2020-07-16 22:22:27.000000000 +0200 -+++ aws-checksums-0.1.8/CMakeLists.txt 2020-08-14 14:04:46.532565535 +0200 +diff -Nru aws-checksums-0.1.20.orig/CMakeLists.txt aws-checksums-0.1.20/CMakeLists.txt +--- aws-checksums-0.1.20.orig/CMakeLists.txt 2024-09-13 18:19:34.000000000 +0000 ++++ aws-checksums-0.1.20/CMakeLists.txt 2024-09-17 10:59:10.258664608 +0000 @@ -16,17 +16,10 @@ file(TO_CMAKE_PATH "${CMAKE_INSTALL_PREFIX}" CMAKE_INSTALL_PREFIX) endif() @@ -20,9 +20,9 @@ -list(APPEND CMAKE_MODULE_PATH ${AWS_MODULE_PATH}) +include(GNUInstallDirs) + include(AwsSIMD) include(AwsCFlags) - include(AwsCheckHeaders) -@@ -140,7 +133,7 @@ +@@ -151,7 +144,7 @@ endif() install(EXPORT "${PROJECT_NAME}-targets" @@ -31,7 +31,7 @@ NAMESPACE AWS:: COMPONENT Development) -@@ -149,7 +142,7 @@ +@@ -160,7 +153,7 @@ @ONLY) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake" ++++++ ac_re-add-so-version.patch ++++++ --- /var/tmp/diff_new_pack.oT2gbZ/_old 2024-09-24 17:32:14.946499244 +0200 +++ /var/tmp/diff_new_pack.oT2gbZ/_new 2024-09-24 17:32:14.950499412 +0200 @@ -1,7 +1,7 @@ -diff -Nru aws-checksums-0.1.10.orig/CMakeLists.txt aws-checksums-0.1.10/CMakeLists.txt ---- aws-checksums-0.1.10.orig/CMakeLists.txt 2020-09-12 01:26:35.000000000 +0200 -+++ aws-checksums-0.1.10/CMakeLists.txt 2020-11-19 13:33:13.773965519 +0100 -@@ -118,8 +118,8 @@ +diff -Nru aws-checksums-0.1.20.orig/CMakeLists.txt aws-checksums-0.1.20/CMakeLists.txt +--- aws-checksums-0.1.20.orig/CMakeLists.txt 2024-09-13 18:19:34.000000000 +0000 ++++ aws-checksums-0.1.20/CMakeLists.txt 2024-09-17 11:00:11.523015122 +0000 +@@ -73,8 +73,8 @@ aws_add_sanitizers(${PROJECT_NAME}) @@ -9,6 +9,6 @@ set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0) +set_target_properties(${CMAKE_PROJECT_NAME} PROPERTIES SOVERSION 1) - target_include_directories(${PROJECT_NAME} PUBLIC - $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> + if (USE_CPU_EXTENSIONS) + if (AWS_ARCH_INTEL) ++++++ v0.1.18.tar.gz -> v0.1.20.tar.gz ++++++ ++++ 2964 lines of diff (skipped)
