diff --git a/.gitignore b/.gitignore index b23b950..f16550c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tlog-12.1.tar.gz +SOURCES/tlog-13.tar.gz diff --git a/.tlog.metadata b/.tlog.metadata index 4707838..2b46fae 100644 --- a/.tlog.metadata +++ b/.tlog.metadata @@ -1 +1 @@ -556c0c33d07c4191f6e14ab28b322c2300edef68 SOURCES/tlog-12.1.tar.gz +47fa5adda56037b2a7e87be84af7a4ee6f8bb418 SOURCES/tlog-13.tar.gz diff --git a/SPECS/tlog.spec b/SPECS/tlog.spec index ead1ccb..b514bdb 100644 --- a/SPECS/tlog.spec +++ b/SPECS/tlog.spec @@ -1,5 +1,5 @@ Name: tlog -Version: 12.1 +Version: 13 Release: 2%{?dist} Summary: Terminal I/O logger @@ -108,6 +108,10 @@ rm -r %{buildroot}/usr/include/%{name} /sbin/ldconfig %changelog +* Mon Apr 17 2023 Justin Stephenson - 13-1 +- Update the Fedora license +- MAN: Add missing comma in tlog-rec-session.conf + * Mon May 23 2022 Justin Stephenson - 12.1 - Exit transfer loop when output fd is closed - Revert "Prevent infinite transfer loop on GDM login"