From 8f64e6a741d4651fdd811dcdf5790577a4bc11f58b067801dd1746e40424f559 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Sat, 26 Mar 2022 12:28:18 +0000 Subject: [PATCH] Accepting request 964318 from home:mnhauke - 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 OBS-URL: https://build.opensuse.org/request/show/964318 OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=6 --- tio-1.33.tar.xz | 3 --- tio-1.36.tar.xz | 3 +++ tio.changes | 15 +++++++++++++++ tio.spec | 5 +++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 tio-1.33.tar.xz create mode 100644 tio-1.36.tar.xz 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}