Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
223a889e6c | |||
e207acabbb | |||
00ec406ee8 | |||
8c3eaa9992 | |||
83dff62023 | |||
09cbd75a90 | |||
992e6430c6 | |||
363347391e | |||
440daa787b | |||
7aa7dba81a |
@@ -1,42 +0,0 @@
|
|||||||
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()
|
|
||||||
|
|
||||||
-if (UNIX AND NOT APPLE)
|
|
||||||
- include(GNUInstallDirs)
|
|
||||||
-elseif(NOT DEFINED CMAKE_INSTALL_LIBDIR)
|
|
||||||
- set(CMAKE_INSTALL_LIBDIR "lib")
|
|
||||||
-endif()
|
|
||||||
+find_package(aws-c-common REQUIRED)
|
|
||||||
+set(CMAKE_MODULE_PATH ${aws-c-common_DIR})
|
|
||||||
|
|
||||||
-# This is required in order to append /lib/cmake to each element in CMAKE_PREFIX_PATH
|
|
||||||
-set(AWS_MODULE_DIR "/${CMAKE_INSTALL_LIBDIR}/cmake")
|
|
||||||
-string(REPLACE ";" "${AWS_MODULE_DIR};" AWS_MODULE_PATH "${CMAKE_PREFIX_PATH}${AWS_MODULE_DIR}")
|
|
||||||
-# Append that generated list to the module search path
|
|
||||||
-list(APPEND CMAKE_MODULE_PATH ${AWS_MODULE_PATH})
|
|
||||||
+include(GNUInstallDirs)
|
|
||||||
|
|
||||||
include(AwsSIMD)
|
|
||||||
include(AwsCFlags)
|
|
||||||
@@ -151,7 +144,7 @@
|
|
||||||
endif()
|
|
||||||
|
|
||||||
install(EXPORT "${PROJECT_NAME}-targets"
|
|
||||||
- DESTINATION "${LIBRARY_DIRECTORY}/${PROJECT_NAME}/cmake/${TARGET_DIR}"
|
|
||||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}/${TARGET_DIR}/"
|
|
||||||
NAMESPACE AWS::
|
|
||||||
COMPONENT Development)
|
|
||||||
|
|
||||||
@@ -160,7 +153,7 @@
|
|
||||||
@ONLY)
|
|
||||||
|
|
||||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
|
|
||||||
- DESTINATION "${LIBRARY_DIRECTORY}/${PROJECT_NAME}/cmake/"
|
|
||||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}"
|
|
||||||
COMPONENT Development)
|
|
||||||
|
|
||||||
include(CTest)
|
|
@@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 20 12:53:24 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 0.2.7:
|
||||||
|
* remove thread unsafe false positives
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 7 07:21:26 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.2.5
|
||||||
|
* Add missing extern c to new header by @DmitriyMusatkin in (#103)
|
||||||
|
- from version 0.2.4
|
||||||
|
* Add init functions to support thread safe init of impls
|
||||||
|
by @DmitriyMusatkin in (#102)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 30 12:44:02 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.2.3
|
||||||
|
* Switch CI to use roles by @DmitriyMusatkin in (#100)
|
||||||
|
* A bunch of CMake fixes by @graebm in (#101)
|
||||||
|
- Drop ac_fix-cmake-modules-path.patch, fixed upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 21 11:06:51 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.2.2
|
||||||
|
* Fix predefines for bswap for old compilers by @DmitriyMusatkin in (#99)
|
||||||
|
- from version 0.2.1
|
||||||
|
* chore: Modified bug issue template to add checkbox to
|
||||||
|
report potential regression. by @ashishdhingra in (#95)
|
||||||
|
* CRC big endian support by @DmitriyMusatkin in (#97)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 12:11:32 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.2.0
|
||||||
|
* Update CMake to 3.9 by @waahm7 in (#98)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 11:05:10 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Sep 17 11:05:10 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
# spec file for package aws-checksums
|
# spec file for package aws-checksums
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,15 +20,14 @@
|
|||||||
%define library_version 1.0.0
|
%define library_version 1.0.0
|
||||||
%define library_soversion 1
|
%define library_soversion 1
|
||||||
Name: aws-checksums
|
Name: aws-checksums
|
||||||
Version: 0.1.20
|
Version: 0.2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Checksums package for AWS SDK for C
|
Summary: Checksums package for AWS SDK for C
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/awslabs/aws-checksums
|
URL: https://github.com/awslabs/aws-checksums
|
||||||
Source0: https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz
|
Source0: https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz
|
||||||
Patch0: ac_fix-cmake-modules-path.patch
|
Patch0: ac_re-add-so-version.patch
|
||||||
Patch1: ac_re-add-so-version.patch
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
@@ -76,7 +76,8 @@ This package contains the development files.
|
|||||||
%build
|
%build
|
||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
%cmake \
|
%cmake \
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
%{nil}
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -86,10 +87,10 @@ export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/build
|
|||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%post -n lib%{name}%{library_soversion} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n lib%{name}%{library_soversion}
|
||||||
%postun -n lib%{name}%{library_soversion} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %{name}-bin
|
%files -n %{name}-bin
|
||||||
|
%license LICENSE
|
||||||
%{_bindir}/checksum-profile
|
%{_bindir}/checksum-profile
|
||||||
|
|
||||||
%files -n lib%{name}%{library_soversion}
|
%files -n lib%{name}%{library_soversion}
|
||||||
@@ -99,6 +100,7 @@ export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/build
|
|||||||
%{_libdir}/*.so.%{library_version}
|
%{_libdir}/*.so.%{library_version}
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
|
%license LICENSE
|
||||||
%{_libdir}/cmake/%{name}/
|
%{_libdir}/cmake/%{name}/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:12f80085993662b6d2cbd2d090b49b4350d19396b1d218d52323712cc8dee252
|
|
||||||
size 112503
|
|
3
v0.2.7.tar.gz
Normal file
3
v0.2.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:178e8398d98111f29150f7813a70c20ad97ab30be0de02525440355fe84ccb1d
|
||||||
|
size 136393
|
Reference in New Issue
Block a user