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
This commit is contained in:
committed by
Git OBS Bridge
parent
516b40070f
commit
069ed88dd0
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5
|
||||
size 3432332
|
3
tio-2.8.tar.xz
Normal file
3
tio-2.8.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:890a880a048e604dbb9c3765d10b3dcdd2bb54cecf7b4bcc3a1ac0f3b6c95706
|
||||
size 3441388
|
17
tio.changes
17
tio.changes
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 14 17:41:55 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <mardnh@gmx.de>
|
||||
|
||||
|
6
tio.spec
6
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)
|
||||
|
Reference in New Issue
Block a user