Release v6
This commit is contained in:
parent
00016ede0d
commit
8f4db455a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/tlog-3.tar.gz
|
||||
/tlog-4.tar.gz
|
||||
/tlog-5.tar.gz
|
||||
/tlog-6.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tlog-5.tar.gz) = dc8fae11808b259bcce2bccaf5ce210251ae80623e034f3b173537fe92e0efbcbc28822bf4aab1925baa16c96ed63ce2d42c9cf2710036f6c7f4337af4114940
|
||||
SHA512 (tlog-6.tar.gz) = bbe454750e8c99f45ed541d2f6f1caa0bdaad98368ba832d4039864cd9e269e1183730ee7afabfba4c2592a9921be49be22dcb92296037f7290c78ff9b581fce
|
||||
|
BIN
tlog-6.tar.gz
Normal file
BIN
tlog-6.tar.gz
Normal file
Binary file not shown.
13
tlog.spec
13
tlog.spec
@ -1,6 +1,6 @@
|
||||
Name: tlog
|
||||
Version: 5
|
||||
Release: 2%{?dist}
|
||||
Version: 6
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal I/O logger
|
||||
|
||||
License: GPLv2+
|
||||
@ -107,6 +107,15 @@ rm -r %{buildroot}/usr/include/%{name}
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue May 28 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.
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user