Sync from SUSE:SLFO:Main qatzip revision 0ee748fad96e71426bca90f43cca712c
This commit is contained in:
parent
bd9d2305a4
commit
73c9e3c5f2
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 11 02:17:16 UTC 2024 - jun wang <jgwang@suse.com>
|
||||
|
||||
- Update to version 1.2.0
|
||||
* Implement the Software fallback when Hardware down
|
||||
* Improve Software fallback's performance
|
||||
* Fix file permission change after decompression
|
||||
* Add more instance capability check
|
||||
* Limit LZ4s format to only support compression direction.
|
||||
* QATzip API update
|
||||
* Rename test app to qatzip-test and add it into package
|
||||
* Update Document and Manual
|
||||
* Fix Coverity issues
|
||||
* Fix bugs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 07:58:04 UTC 2023 - ming li <mli@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qatzip
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: qatzip
|
||||
Version: 1.1.2
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Intel QuickAssist Technology (QAT) QATzip Library
|
||||
License: BSD-3-Clause
|
||||
@ -82,6 +82,7 @@ rm -vf %{buildroot}%{_libdir}/*.{la,a}
|
||||
%license LICENSE*
|
||||
%{_mandir}/man1/qzip.1%{?ext_man}
|
||||
%{_bindir}/qzip
|
||||
%{_bindir}/qatzip-test
|
||||
|
||||
%files -n libqatzip3
|
||||
%license LICENSE*
|
||||
|
BIN
v1.1.2.tar.gz
(Stored with Git LFS)
BIN
v1.1.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
v1.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user