-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Frank Haverkamp <[email protected]>
- Loading branch information
1 parent
5a9f8f9
commit b6f0025
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
Summary: GenWQE userspace tools | ||
Name: genwqe-tools | ||
Version: 4.0.17 | ||
Version: 4.0.18 | ||
Release: 1%{?dist} | ||
License: Apache-2.0 | ||
Group: Development/Tools | ||
|
@@ -156,6 +156,10 @@ ln -sf %{_bindir}/genwqe_gzip %{buildroot}/%{_libdir}/genwqe/gzip | |
%{_libdir}/genwqe/*.a | ||
|
||
%changelog | ||
* Thu Jan 05 2017 Frank Haverkamp <[email protected]> - 4.0.17 | ||
- Make Z_STREAM_END detection circumvention configurable | ||
- Improve debug output | ||
- Improve Z_STREAM_END detection and add testcases (most likely not final yet) | ||
* Wed Apr 06 2016 Gabriel Krisman Bertazi <[email protected]> - 4.0.16 | ||
- dlopen uses SONAME when opening libz. | ||
- Support CAPI version. | ||
|