From 8c2568dab28f36c021340a19820db6e525c5c1d8 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 10 Dec 2023 23:06:57 +0300 Subject: [PATCH] import qatzip-1.1.2-1.el8_8 --- .gitignore | 2 +- .qatzip.metadata | 2 +- SPECS/qatzip.spec | 11 +++++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e42efff..c6569a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qatzip-1.0.9.tar.gz +SOURCES/qatzip-1.1.2.tar.gz diff --git a/.qatzip.metadata b/.qatzip.metadata index bc7d43c..f1d9d75 100644 --- a/.qatzip.metadata +++ b/.qatzip.metadata @@ -1 +1 @@ -50c6dfb8f3eb44bd098588ffcbbe84911346bbc0 SOURCES/qatzip-1.0.9.tar.gz +cf8e42860c74fb9e21052abf029008c1824d94e2 SOURCES/qatzip-1.1.2.tar.gz diff --git a/SPECS/qatzip.spec b/SPECS/qatzip.spec index b20384e..8790962 100644 --- a/SPECS/qatzip.spec +++ b/SPECS/qatzip.spec @@ -4,7 +4,7 @@ %global libqatzip_soversion 3 Name: qatzip -Version: 1.0.9 +Version: 1.1.2 Release: 1%{?dist} Summary: Intel QuickAssist Technology (QAT) QATzip Library License: BSD @@ -83,11 +83,18 @@ rm -vf %{buildroot}%{_mandir}/*.pdf %doc docs/QATzip-man.pdf %{_includedir}/qatzip.h %{_libdir}/libqatzip.so +%{_libdir}/pkgconfig/*.pc %changelog -* Wed Jul 26 2023 MSVSphere Packaging Team - 1.0.9-1 +* Wed Jul 26 2023 MSVSphere Packaging Team - 1.1.2-1 - Rebuilt for MSVSphere 8.8 +* Wed Mar 29 2023 Vladis Dronov - 1.1.2-1 +- Update to qatzip 1.1.2 (bz 2178765) +- Update README, update driver configure files +- Fix some bugs +- Add support for pkgconfig + * Mon Aug 08 2022 Vladis Dronov - 1.0.9-1 - Rebuild for qatzip v1.0.9 (bz 2048039) - Update to require qatlib-devel >= 22.07.0 due to soversion bump