From 516b40070ffa71968ddbcb6d1cd85395bd2e38aab08abdd6fdbabbd4858f131d Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Mon, 25 Sep 2023 16:06:05 +0000 Subject: [PATCH] Accepting request 1112826 from home:mnhauke - Update to 2.7: * Add xmodem and ymodem file send support * fix: support --log-append in cli options OBS-URL: https://build.opensuse.org/request/show/1112826 OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=28 --- tio-2.6.tar.xz | 3 --- tio-2.7.tar.xz | 3 +++ tio.changes | 7 +++++++ tio.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 tio-2.6.tar.xz create mode 100644 tio-2.7.tar.xz diff --git a/tio-2.6.tar.xz b/tio-2.6.tar.xz deleted file mode 100644 index a84956e..0000000 --- a/tio-2.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ce4e8810eb620a40b2a69c4e89ed42df7e48a9ee70cba04d84c5a31aaf5764c -size 3429792 diff --git a/tio-2.7.tar.xz b/tio-2.7.tar.xz new file mode 100644 index 0000000..3942ac4 --- /dev/null +++ b/tio-2.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5 +size 3432332 diff --git a/tio.changes b/tio.changes index b9c6796..96ac0fa 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 21 14:22:40 UTC 2023 - Martin Hauke + +- Update to 2.7: + * Add xmodem and ymodem file send support + * fix: support --log-append in cli options + ------------------------------------------------------------------- Sat Jun 10 12:01:41 UTC 2023 - Martin Hauke diff --git a/tio.spec b/tio.spec index a0b05b4..ffecc75 100644 --- a/tio.spec +++ b/tio.spec @@ -17,7 +17,7 @@ Name: tio -Version: 2.6 +Version: 2.7 Release: 0 Summary: Simple TTY terminal I/O application License: GPL-2.0-or-later