import tlog-6-1.el8

This commit is contained in:
CentOS Sources 2019-11-05 14:41:57 -05:00 committed by Andrew Lukoshko
parent 333678b277
commit 254aa7e4d8
3 changed files with 12 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/tlog-5.tar.gz
SOURCES/tlog-6.tar.gz

View File

@ -1 +1 @@
5411ba5a57b7c764e23da35e5f344ed68595aca8 SOURCES/tlog-5.tar.gz
9ac11e41e32417dedb287de8f4b3d23f80a07667 SOURCES/tlog-6.tar.gz

View File

@ -1,5 +1,5 @@
Name: tlog
Version: 5
Version: 6
Release: 1%{?dist}
Summary: Terminal I/O logger
Group: Applications/System
@ -111,6 +111,15 @@ rm -r %{buildroot}/usr/include/%{name}
/sbin/ldconfig
%changelog
* Wed May 29 2019 Justin Stephenson <jstephen@redhat.com> - 6-1
- Release v6. Added features and implemented fixes follow. See README.md and
manpages for documentation of new features.
- Add integration tests for end-to-end test coverage.
- Fix compiler type comparison error with json-c json_object_array_length
return value.
- Fix a distribution issue causing incorrect M4_CONF_PATH expansion.
- Log more detailed error when systemd journal is not present.
* Tue Oct 09 2018 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 5-1
- Release v5