diff --git a/tio-1.33.tar.xz b/tio-1.33.tar.xz deleted file mode 100644 index 34fc7f6..0000000 --- a/tio-1.33.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5aec6c7ee68a3fa2a6939a4cdc6c2b6fc74e3c33bc408c22ae787468b9bef1a -size 1411380 diff --git a/tio-1.36.tar.xz b/tio-1.36.tar.xz new file mode 100644 index 0000000..e6fa919 --- /dev/null +++ b/tio-1.36.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a73ddfceed9851944e651e21a4f45a0526f15585a26420f2afef0283b7c477c +size 1803668 diff --git a/tio.changes b/tio.changes index 347472e..6f2c1cf 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 23 14:46:45 UTC 2022 - Martin Hauke + +- Update to version 1.36 + * Add support for defaults in config file + * Handle SIGHUP + * Add color configuration support + * Force dependency on libinih + * Update man page + * Document configuration file options + * Add support for a configuration file +- Update to version 1.35 + * Add support for automatically generated log filename + * Add support for configurable timestamp format + ------------------------------------------------------------------- Tue Feb 15 20:32:53 UTC 2022 - Martin Hauke diff --git a/tio.spec b/tio.spec index c6cecb5..5aa837a 100644 --- a/tio.spec +++ b/tio.spec @@ -17,7 +17,7 @@ Name: tio -Version: 1.33 +Version: 1.36 Release: 0 Summary: Simple TTY terminal I/O application License: GPL-2.0-or-later @@ -25,6 +25,7 @@ Group: Hardware/Modem URL: https://tio.github.io/ Source: https://github.com/tio/tio/releases/download/v%{version}/%{name}-%{version}.tar.xz BuildRequires: meson +BuildRequires: pkgconfig(inih) %description Tio is a simple TTY terminal application which features a straightforward @@ -52,7 +53,7 @@ Bash completion script for %{name}. %meson_install %files -%license COPYING +%license LICENSE %doc AUTHORS ChangeLog README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man}