From 069ed88dd027a3c5aaa0b4836304d80f46807f3d0f79a29de5fbb126d6b28fd5 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Tue, 23 Apr 2024 05:56:31 +0000 Subject: [PATCH] Accepting request 1167678 from home:mnhauke - Update to version 2.8 * Remove options --response-wait, --response-timeout * Fix xymodem error print outs * Rework x/y-modem transfer command * Add independent input and output mode * Add tty line configuration script API * Add ONULBRK mapping flag * Add --log-directory option * Add Lua scripting feature * Poll on serial port read instead of delay. * Add Xmodem-CRC support. * Support NO_COLOR env variable as per no-color.org * Add map FF to ESC-c on input OBS-URL: https://build.opensuse.org/request/show/1167678 OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=30 --- tio-2.7.tar.xz | 3 --- tio-2.8.tar.xz | 3 +++ tio.changes | 17 +++++++++++++++++ tio.spec | 6 ++++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 tio-2.7.tar.xz create mode 100644 tio-2.8.tar.xz diff --git a/tio-2.7.tar.xz b/tio-2.7.tar.xz deleted file mode 100644 index 3942ac4..0000000 --- a/tio-2.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5 -size 3432332 diff --git a/tio-2.8.tar.xz b/tio-2.8.tar.xz new file mode 100644 index 0000000..0c0a93b --- /dev/null +++ b/tio-2.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890a880a048e604dbb9c3765d10b3dcdd2bb54cecf7b4bcc3a1ac0f3b6c95706 +size 3441388 diff --git a/tio.changes b/tio.changes index 96ac0fa..76cb307 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Apr 14 17:41:55 UTC 2024 - Martin Hauke + +- Update to version 2.8 + * Remove options --response-wait, --response-timeout + * Fix xymodem error print outs + * Rework x/y-modem transfer command + * Add independent input and output mode + * Add tty line configuration script API + * Add ONULBRK mapping flag + * Add --log-directory option + * Add Lua scripting feature + * Poll on serial port read instead of delay. + * Add Xmodem-CRC support. + * Support NO_COLOR env variable as per no-color.org + * Add map FF to ESC-c on input + ------------------------------------------------------------------- Thu Sep 21 14:22:40 UTC 2023 - Martin Hauke diff --git a/tio.spec b/tio.spec index ffecc75..fd90f5d 100644 --- a/tio.spec +++ b/tio.spec @@ -1,7 +1,7 @@ # # spec file for package tio # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,15 @@ Name: tio -Version: 2.7 +Version: 2.8 Release: 0 Summary: Simple TTY terminal I/O application License: GPL-2.0-or-later Group: Hardware/Modem URL: https://tio.github.io/ Source: https://github.com/tio/tio/releases/download/v%{version}/%{name}-%{version}.tar.xz +BuildRequires: cmake +BuildRequires: lua53-devel BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(inih)