Upgrade to 1.21.5

This commit is contained in:
starlet-dx 2023-09-27 12:09:21 +08:00
parent fcb6e21a0c
commit d83b51503e
4 changed files with 9 additions and 1 deletions

Binary file not shown.

BIN
blosc-1.21.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: blosc
Version: 1.21.0
Version: 1.21.5
Release: 1
Summary: Binary compressor
License: MIT
@ -30,6 +30,7 @@ the performance of Blosc, and compares it with memcpy.
%prep
%autosetup -n c-%{name}-%{version} -p1
rm -r internal-complibs/lz4* internal-complibs/zstd*
#rm -r internal-complibs/snappy* internal-complibs/zlib*
sed -i '1i set\(CMAKE_SKIP_RPATH true\)' bench/CMakeLists.txt
@ -85,6 +86,9 @@ install -p bench/plot-speeds.py %{buildroot}/%{_bindir}/%{name}-plot-times
%{_bindir}/%{name}-plot-times
%changelog
* Wed Sep 27 2023 yaoxin <yao_xin001@hoperun.com> - 1.21.5-1
- Upgrade to 1.21.5
* Fri Jul 09 2021 xuguangmin <xuguangmin@kylinos.cn> - 1.21.0-1
- Update version to 1.21.0

4
blosc.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: Blosc/c-blosc
tag_prefix: "^v"
separator: "."