From 20e558ff73056e6b188185540fb3dfe52763903ea1e3f87ff9272e96f861030f Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Mon, 3 Jun 2024 15:08:16 +0000 Subject: [PATCH] Accepting request 1174681 from home:mnhauke - Update to version 3.3 * Force destructive backspace when using local echo * Only takes effect in normal output mode. * Fix local-echo in configuration file * Clean up includes * Force socket write operation to ignore any signals * Man page cleanup OBS-URL: https://build.opensuse.org/request/show/1174681 OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=36 --- tio-3.2.tar.xz | 3 --- tio-3.3.tar.xz | 3 +++ tio.changes | 11 +++++++++++ tio.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 tio-3.2.tar.xz create mode 100644 tio-3.3.tar.xz diff --git a/tio-3.2.tar.xz b/tio-3.2.tar.xz deleted file mode 100644 index ca3500d..0000000 --- a/tio-3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9208e98dce783598a76c406f0b076f07dc0f645aaaab99ee5c3039744e8c0e2a -size 3452984 diff --git a/tio-3.3.tar.xz b/tio-3.3.tar.xz new file mode 100644 index 0000000..f7e94e5 --- /dev/null +++ b/tio-3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506635b2e922306be3ded980d0b6fd8bb74647b1561b01015b769041f7ddca8d +size 3453004 diff --git a/tio.changes b/tio.changes index 7d51113..a78414c 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 16 19:29:37 UTC 2024 - Martin Hauke + +- Update to version 3.3 + * Force destructive backspace when using local echo + * Only takes effect in normal output mode. + * Fix local-echo in configuration file + * Clean up includes + * Force socket write operation to ignore any signals + * Man page cleanup + ------------------------------------------------------------------- Thu May 9 08:41:24 UTC 2024 - Martin Hauke diff --git a/tio.spec b/tio.spec index b61930e..6deaf1d 100644 --- a/tio.spec +++ b/tio.spec @@ -17,7 +17,7 @@ Name: tio -Version: 3.2 +Version: 3.3 Release: 0 Summary: Simple TTY terminal I/O application License: GPL-2.0-or-later