diff --git a/isa-l.spec b/isa-l.spec index 871e5dec23bf842f254636512b91292080b2879e..6b3abe48f7f20a82763e88af3db76a99b28420e2 100644 --- a/isa-l.spec +++ b/isa-l.spec @@ -1,13 +1,13 @@ %define isal_libname libisa-l %define isal_devname libisa-l-devel Name: isa-l -Version: 2.30.0 -Release: 2 +Version: 2.31.0 +Release: 1 Summary: Intelligent Storage Acceleration Library License: BSD-3-Clause URL: https://github.com/intel/isa-l Source0: https://github.com/intel/isa-l/archive/refs/tags/v%{version}.tar.gz -BuildRequires: yasm gcc +BuildRequires: nasm gcc BuildRequires: autoconf automake libtool %description This package contains the libisal.so dynamic library which contains @@ -49,6 +49,11 @@ find %{?buildroot} -name *.la -print0 | xargs -r0 rm -f %postun -p /sbin/ldconfig +%check +%make_build check +%make_build test +%make_build perf + %files %license LICENSE %{_bindir}/* @@ -67,6 +72,21 @@ find %{?buildroot} -name *.la -print0 | xargs -r0 rm -f %{_libdir}/pkgconfig/libisal.pc %changelog +* Fri Dec 20 2024 xu_ping <707078654@qq.com> - 2.31.0-1 +- Upgrade version to 2.31.0 + * Fixed memory leaks in unit tests. + * Added CRC combine example crc_combine_example for multiple polynomials. + * Added function overview documentation page. + * Added security file. + * Added new CRC64 Rocksoft algorithm. + * Added new AVX512 and AVX2 implementations using GFNI instructions. + * Added new SVE implementation. + * Added new AVX2 and AVX512 implementations. + * Added compress/decompress with dictionary to perf test app. + * Added isal_zlib_hdr_init() function to initialize the zlib header to 0. + * gf_vect_mul_base() function now returns an integer, matching the return type + of gf_vect_mul() function (not a breaking change). + * Sat Feb 25 2023 yaoxin - 2.30.0-2 - Add conflicts for libisal diff --git a/v2.30.0.tar.gz b/v2.30.0.tar.gz deleted file mode 100644 index cb68b5a742e9b5ae431764978e4d642e8a935733..0000000000000000000000000000000000000000 Binary files a/v2.30.0.tar.gz and /dev/null differ diff --git a/v2.31.0.tar.gz b/v2.31.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..76feb5c6422aee0c02de15160dc23032b5334d4c Binary files /dev/null and b/v2.31.0.tar.gz differ