Skip to content

Commit

Permalink
QATAPP-28529: Update qatzip version, spec, pdf
Browse files Browse the repository at this point in the history
* Update So version, package, release version
* Update spec.in change log
* Update docs/QATzip-man.pdf file

Change-Id: I4b8a6b3205ba0a75cd6ee771bd2ca8166a22adab
Signed-off-by: XingHongChenIntel <xinghong.chen@intel.com>
  • Loading branch information
XingHongChenIntel authored and cfzhu committed Mar 24, 2023
1 parent 08da35a commit fdee557
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([qatzip], [1.1.1], [])
AC_INIT([qatzip], [1.1.2], [])
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign subdir-objects tar-pax])

AM_SILENT_RULES([yes])
AC_USE_SYSTEM_EXTENSIONS

AC_CONFIG_MACRO_DIRS([m4])

AC_SUBST([LIBQATZIP_VERSION], [3:1:0])
AC_SUBST([LIBQATZIP_VERSION], [3:2:0])
# Checks for programs.
AC_PROG_AWK
AC_PROG_CC
Expand Down
Binary file modified docs/QATzip-man.pdf
Binary file not shown.
19 changes: 16 additions & 3 deletions qatzip.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,24 @@ rm -vf %{buildroot}%{_mandir}/*.pdf
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Dec 9 2022 Chengfei Zhu <chengfei.zhu@intel.com> - 1.1.1-2
* Mon Mar 06 2023 xinghong <xinghong.chen@intel.com> - 1.1.2-1
- Update to qatzip v1.1.2
- Update README, update driver configure files
- Fix some bugs

* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Wed Jan 11 2023 Vladis Dronov <vdronov@redhat.com> - 1.1.1-1
- Update to qatzip v1.1.1
- Add support for pkgconfig

* Fri Dec 9 2022 Chengfei Zhu <chengfei.zhu@intel.com> - 1.1.1-1
- Update to qatzip 1.1.1
* Thu Nov 24 2022 Vladis Dronov <vdronov@redhat.com> - 1.1.0-1
- Rebuild for qatzip v1.1.0

* Mon Aug 08 2022 Vladis Dronov <vdronov@redhat.com> - 1.0.9-1
- Rebuild for qatzip v1.0.9
- Update to require qatlib-devel >= 22.07.0 due to soversion bump

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Expand Down
2 changes: 1 addition & 1 deletion src/qatzip_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern"C" {
/**
* define release version
*/
#define QATZIP_VERSION "1.1.1"
#define QATZIP_VERSION "1.1.2"

#define SUCCESS 1
#define FAILURE 0
Expand Down
2 changes: 1 addition & 1 deletion utils/qzip.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@


/* qzip version */
#define QZIP_VERSION "1.1.1"
#define QZIP_VERSION "1.1.2"

/* field offset in signature header */
#define SIGNATUREHEADER_OFFSET_BASE 8
Expand Down

0 comments on commit fdee557

Please sign in to comment.