Update to qatzip 1.3.1
Update to the upstream commit 10dbadba Fix qatzip docker file build broken issue Support Latency sensitive mode for qatzip Add a suit of comp/decomp API to support Async offloading Support zlib format and end of stream flag Fix some bugs Resolves: RHEL-73092 Resolves: RHEL-50462 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
This commit is contained in:
parent
53d85fe175
commit
b2474cedab
14
qatzip.spec
14
qatzip.spec
@ -4,8 +4,8 @@
|
||||
%global libqatzip_soversion 3
|
||||
|
||||
Name: qatzip
|
||||
Version: 1.2.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel QuickAssist Technology (QAT) QATzip Library
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/intel/%{githubname}
|
||||
@ -14,7 +14,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc >= 4.8.5
|
||||
BuildRequires: zlib-devel >= 1.2.7
|
||||
BuildRequires: qatlib-devel >= 23.08.0
|
||||
BuildRequires: autoconf automake libtool make lz4-devel
|
||||
BuildRequires: autoconf automake libtool make lz4-devel numactl-devel
|
||||
# The purpose of the package is to support hardware that only exists on x86_64 platforms
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1987280
|
||||
ExclusiveArch: x86_64
|
||||
@ -87,6 +87,14 @@ rm -vf %{buildroot}%{_mandir}/*.pdf
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Apr 29 2025 Vladis Dronov <vdronov@redhat.com> - 1.3.1-1
|
||||
- Update to qatzip 1.3.1 @ 10dbadba (RHEL-73092, RHEL-50462)
|
||||
- Fix qatzip docker file build broken issue
|
||||
- Support Latency sensitive mode for qatzip
|
||||
- Add a suit of comp/decomp API to support Async offloading
|
||||
- Support zlib format and end of stream flag
|
||||
- Fix some bugs
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.2.0-4
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qatzip-1.2.0.tar.gz) = 9c2305152aad5e0c75adcb5a600009fc4abe9c0aa3d9701a0b2dc283cbc4665d685d755973ae0da37e0850dd3d8e95c31fd5992b17c3c0dea1fff5e0371aa0d8
|
||||
SHA512 (qatzip-1.3.1.tar.gz) = 07ca413f8bc879cb25e9024f6009f371512311f8401dc78d28c277790177c549bfb6ae50b14e8c25f9d4ded692fcadcc1fdc58be6584e8312ef8f6da68ff6504
|
||||
|
Loading…
Reference in New Issue
Block a user