Compare commits

...

No commits in common. "c8s" and "c9-beta" have entirely different histories.
c8s ... c9-beta

3 changed files with 25 additions and 10 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qatzip-1.0.9.tar.gz
SOURCES/qatzip-1.1.2.tar.gz

View File

@ -1 +1 @@
50c6dfb8f3eb44bd098588ffcbbe84911346bbc0 SOURCES/qatzip-1.0.9.tar.gz
ecf085e51660d4fe5da588a4144c3295d455555f SOURCES/qatzip-1.1.2.tar.gz

View File

@ -4,16 +4,16 @@
%global libqatzip_soversion 3
Name: qatzip
Version: 1.0.9
Release: 1%{?dist}
Version: 1.1.2
Release: 2%{?dist}
Summary: Intel QuickAssist Technology (QAT) QATzip Library
License: BSD
License: BSD-3-Clause
URL: https://github.com/intel/%{githubname}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc >= 4.8.5
BuildRequires: zlib-devel >= 1.2.7
BuildRequires: qatlib-devel >= 22.07.0
BuildRequires: qatlib-devel >= 23.08.0
BuildRequires: autoconf automake libtool make lz4-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
@ -46,7 +46,7 @@ This package contains headers and libraries required to build
applications that use the QATzip APIs.
%prep
%autosetup -p0 -n %{githubname}-%{version}
%autosetup -n %{githubname}-%{version}
%build
%set_build_flags
@ -83,14 +83,29 @@ rm -vf %{buildroot}%{_mandir}/*.pdf
%doc docs/QATzip-man.pdf
%{_includedir}/qatzip.h
%{_libdir}/libqatzip.so
%{_libdir}/pkgconfig/*.pc
%changelog
* Mon Nov 20 2023 Vladis Dronov <vdronov@redhat.com> - 1.1.2-2
- Rebuild qatzip 1.1.2 for qatlib 23.11 (RHEL-15635)
* Wed Mar 29 2023 Vladis Dronov <vdronov@redhat.com> - 1.1.2-1
- Update to qatzip 1.1.2 (bz 2082438)
- Update README, update driver configure files
- Fix some bugs
- Add support for pkgconfig
* Mon Aug 08 2022 Vladis Dronov <vdronov@redhat.com> - 1.0.9-1
- Rebuild for qatzip v1.0.9 (bz 2048039)
- Rebuild for qatzip v1.0.9 (bz 2047744)
- Update to require qatlib-devel >= 22.07.0 due to soversion bump
* Wed Oct 13 2021 Vladis Dronov <vdronov@redhat.com> - 1.0.6-5
- Add OSCI testing harness (bz 1747500)
* Wed Feb 09 2022 Vladis Dronov <vdronov@redhat.com> - 1.0.7-1
- Rebuild for qatzip v1.0.7
- Fix snprintf truncation check (bz 2046925)
- Add -fstack-protector-strong build option (bz 2044889)
* Wed Oct 20 2021 Vladis Dronov <vdronov@redhat.com> - 1.0.6-5
- Add OSCI testing harness (bz 1874207)
* Mon Sep 13 2021 zm627 <zheng.ma@intel.com> - 1.0.6-3
- Rebuild for qatzip v1.0.6