-------------------------------------------------------------------
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>

- update to 1.1.2:
  * Test: fix overflow on large files
  * Test: fix crash when perf test with svm
  * Fix Clang compile error
  * Fix MiniMatch bug
  * Fix compile error on QAT1.7
  * Update QAT1.7 / QAT2.0 config files
  * Update README
  * Update year in copyright information to 2023
  * Remove QAT device ID dependency
  * Update version, spec file, API PDF
  * Add missing QZ_PARAMS return code

-------------------------------------------------------------------
Mon Jan  2 08:11:40 UTC 2023 - Dirk Müller <dmueller@suse.com>

- update to v1.1.1:
  * Add support for pkg-config in QATzip
  * Fix Coverity issues
  * Change lz4s with frame header to lz4s block
  * Move lz4(s) related functions to qatzip_lz4.c
  * Move functions outputHeader* outputFooter* to qatzip_utils.c
  * Fix bugs

-------------------------------------------------------------------
Sat Dec  3 23:31:08 UTC 2022 - Dirk Müller <dmueller@suse.com>

- update to 1.1.0:
  * Add dependancy update tool file
  * Updated New "Crc" series API
  * Bug fix
  * Enable static link QATzip into Envoy
  * Support autoconf & automake to build QATzip
  * Change the API for ABI/API compatibility
  * Change the default installation directory of QATzip lib to
    /usr/local/lib
  * Bug fix

-------------------------------------------------------------------
Fri Jul  1 14:39:55 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

- Add qatzip-fortify_source=3.patch: Use distro default CFLAGS.
  Resolves a clash between source defined FORTIFY_SOURCE=3 and
  distro defined FORTIFY_SOURCE=3.

-------------------------------------------------------------------
Thu Dec  9 14:01:41 UTC 2021 - Torsten Duwe <duwe@suse.com>

- fix devel dependency that was missed at the shared library
  policy enforcement.
- submit for jira feature SLE-20906

-------------------------------------------------------------------
Thu Dec  2 17:14:17 UTC 2021 - Torsten Duwe <duwe@suse.com>

- apply shared library naming policy
- submit for jira feature SLE-20906

-------------------------------------------------------------------
Thu Nov 25 13:05:04 UTC 2021 - Torsten Duwe <duwe@suse.com>

- copy from home:zm627 and polish