From c156da658a9763c6315c7cfbf82f84e6878b5fe934ef155ecb11ac457a2a85e5 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Sun, 12 May 2024 15:46:41 +0000 Subject: [PATCH] Accepting request 1172884 from home:mnhauke - Update to version 3.2 * Do not print error when using --list with broken config file * Clean up completion script * Add option '--exec ' for running shell command * Runs shell command with I/O redirected to device. * Make sure all error output is directed to stderr * Fix shadow variables * Update man page * Fix build on older GNU/Linux systems without statx * Fix line ending in --list output * Print location of configuratin file in --list output * Fix alignment of profile listing - Update to version 3.1 * Improve --list feature on non-linux platform * List available profiles in --list output * Always message when saving log file * Add support for using TID as device in config file * Fix use of invalid flag with regexec() * Fix potential buffer overflow in match_and_replace() * Fix profile autocompletion * Replace use of stat() with fstat() * For better security. * Fix hexN output mode * Update pattern matching example * Fix submenu response when invalid key hit * Replace inih with glib key file parser * Enable extended pattern matching * Update lua read() description OBS-URL: https://build.opensuse.org/request/show/1172884 OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=34 --- tio-3.0.tar.xz | 3 --- tio-3.2.tar.xz | 3 +++ tio.changes | 32 ++++++++++++++++++++++++++++++++ tio.spec | 3 +-- 4 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 tio-3.0.tar.xz create mode 100644 tio-3.2.tar.xz diff --git a/tio-3.0.tar.xz b/tio-3.0.tar.xz deleted file mode 100644 index a73f023..0000000 --- a/tio-3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7ec8eab6c29a3821e3f1239cf6baa84ef634ea2188ffa93d7a276c89338961e -size 3450844 diff --git a/tio-3.2.tar.xz b/tio-3.2.tar.xz new file mode 100644 index 0000000..ca3500d --- /dev/null +++ b/tio-3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9208e98dce783598a76c406f0b076f07dc0f645aaaab99ee5c3039744e8c0e2a +size 3452984 diff --git a/tio.changes b/tio.changes index d366ecc..7d51113 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Thu May 9 08:41:24 UTC 2024 - Martin Hauke + +- Update to version 3.2 + * Do not print error when using --list with broken config file + * Clean up completion script + * Add option '--exec ' for running shell command + * Runs shell command with I/O redirected to device. + * Make sure all error output is directed to stderr + * Fix shadow variables + * Update man page + * Fix build on older GNU/Linux systems without statx + * Fix line ending in --list output + * Print location of configuratin file in --list output + * Fix alignment of profile listing +- Update to version 3.1 + * Improve --list feature on non-linux platform + * List available profiles in --list output + * Always message when saving log file + * Add support for using TID as device in config file + * Fix use of invalid flag with regexec() + * Fix potential buffer overflow in match_and_replace() + * Fix profile autocompletion + * Replace use of stat() with fstat() + * For better security. + * Fix hexN output mode + * Update pattern matching example + * Fix submenu response when invalid key hit + * Replace inih with glib key file parser + * Enable extended pattern matching + * Update lua read() description + ------------------------------------------------------------------- Mon Apr 29 15:38:13 UTC 2024 - Martin Hauke diff --git a/tio.spec b/tio.spec index 8aa8db5..b61930e 100644 --- a/tio.spec +++ b/tio.spec @@ -17,7 +17,7 @@ Name: tio -Version: 3.0 +Version: 3.2 Release: 0 Summary: Simple TTY terminal I/O application License: GPL-2.0-or-later @@ -29,7 +29,6 @@ BuildRequires: lua53-devel BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(inih) %description Tio is a simple TTY terminal application which features a straightforward