From 63ff3e06bf6b3a4aa19757c535af8ad427e298c90c4ed74d072b92fb749f8e7b Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Wed, 6 Jul 2022 10:27:37 +0000 Subject: [PATCH] Accepting request 986757 from home:mnhauke - Update to version 1.42 * Update man page * Handle malloc failure * Add missing 'string.h' include. - Update to version 1.41 * Rename --hex-mode to --hexadecimal * Enable buffered writing / reading OBS-URL: https://build.opensuse.org/request/show/986757 OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=14 --- tio-1.40.tar.xz | 3 --- tio-1.42.tar.xz | 3 +++ tio.changes | 15 +++++++++++++++ tio.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 tio-1.40.tar.xz create mode 100644 tio-1.42.tar.xz diff --git a/tio-1.40.tar.xz b/tio-1.40.tar.xz deleted file mode 100644 index 9a89ee4..0000000 --- a/tio-1.40.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beafc4763552ff7cf3a368e8af36258018ef85fac32133c4635051d7615ab527 -size 3069480 diff --git a/tio-1.42.tar.xz b/tio-1.42.tar.xz new file mode 100644 index 0000000..6a67c99 --- /dev/null +++ b/tio-1.42.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81eb253eea4974fa4f754b53dfaed802467cb4c0aa6c535b4e4bd700e97d5f69 +size 3070588 diff --git a/tio.changes b/tio.changes index b57f37a..4adbd45 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jul 5 05:35:29 UTC 2022 - Martin Hauke + +- Update to version 1.42 + * Update man page + * Handle malloc failure + * Add missing 'string.h' include. + +------------------------------------------------------------------- +Mon Jul 4 15:55:37 UTC 2022 - Martin Hauke + +- Update to version 1.41 + * Rename --hex-mode to --hexadecimal + * Enable buffered writing / reading + ------------------------------------------------------------------- Sat Jun 18 17:21:03 UTC 2022 - Martin Hauke diff --git a/tio.spec b/tio.spec index 4ffc260..2b2ad8b 100644 --- a/tio.spec +++ b/tio.spec @@ -17,7 +17,7 @@ Name: tio -Version: 1.40 +Version: 1.42 Release: 0 Summary: Simple TTY terminal I/O application License: GPL-2.0-or-later