Compare commits

1 Commits
main ... 1.1

4 changed files with 5 additions and 21 deletions

View File

@@ -1,18 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package qatzip
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 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.2.0
Version: 1.1.2
Release: 0
Summary: Intel QuickAssist Technology (QAT) QATzip Library
License: BSD-3-Clause
@@ -82,7 +82,6 @@ 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) Normal file

Binary file not shown.

BIN
v1.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.