Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qatlib for openSUSE:Factory checked in at 2022-12-06 14:24:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qatlib (Old) and /work/SRC/openSUSE:Factory/.qatlib.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qatlib" Tue Dec 6 14:24:26 2022 rev:6 rq:1040559 version:22.07.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qatlib/qatlib.changes 2021-11-02 19:19:33.963102437 +0100 +++ /work/SRC/openSUSE:Factory/.qatlib.new.1835/qatlib.changes 2022-12-06 14:24:43.454316820 +0100 @@ -1,0 +2,28 @@ +Sat Dec 3 23:15:30 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 22.07.2: + * Changed from yasm to nasm for assembly compilation + * Added configuration option to use C implementation of soft CRC + implementation instead of asm + * Added support for pkg-config + * Added missing lock around accesses to some global data in qatmgr + * Fix for QATE-86605 â improve error checking on size param used by qatmgr + debug function. + * Fix for issue #10 + * Fixed link to Programmer's Guide + * Added support for Compression LZ4 and LZ4s algorithms + * Added support for Compression end-to-end integrity checks + * Added support for PKE Generic Point Multiply APIs + * Added support for CPM2.0b + * Updated library to support new version of QAT APIs + * Updated qat service to allow compression only and crypto only + configurations + * Created qatlib-tests rpm package + * Added option to configure script to skip building sample code + +------------------------------------------------------------------- +Wed Apr 27 08:44:06 UTC 2022 - Marcus Meissner <meiss...@suse.com> + +- use source url, switch to .tar.gz as this is used in github upstream + +------------------------------------------------------------------- Old: ---- _service qatlib-21.08.0.tar.xz New: ---- 22.07.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qatlib.spec ++++++ --- /var/tmp/diff_new_pack.5EDICl/_old 2022-12-06 14:24:43.874320401 +0100 +++ /var/tmp/diff_new_pack.5EDICl/_new 2022-12-06 14:24:43.878320435 +0100 @@ -1,7 +1,7 @@ # # spec file for package qatlib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,18 @@ Name: qatlib -Version: 21.08.0 +Version: 22.07.2 Release: 0 Summary: Intel QuickAssist Technology Library License: BSD-3-Clause Group: Hardware/Other URL: https://github.com/intel/qatlib -Source: %{name}-%{version}.tar.xz +Source: https://github.com/intel/qatlib/archive/refs/tags/%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +BuildRequires: nasm +BuildRequires: pkgconfig BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(zlib) @@ -54,7 +56,7 @@ autoreconf -iv %build -%configure +%configure --disable-static %make_build %install @@ -70,11 +72,15 @@ %doc README.md %{_mandir}/man8/qat* %{_unitdir}/qat* -%{_libdir}/lib*.so.[02].* +%{_libdir}/libusdm.so.0* +%{_libdir}/libqat.so.3* %{_sbindir}/qat* %files devel %{_includedir}/qat %{_libdir}/lib*.so +%{_libdir}/pkgconfig/libqat.pc +%{_libdir}/pkgconfig/libusdm.pc +%{_libdir}/pkgconfig/qatlib.pc %changelog