SHA256
1
0
forked from pool/tio

Accepting request 955114 from home:mnhauke

- Update to version 1.34
  * Add '-c, --color' option
  * Reintroduce long timestamp format

- Update to version 1.33
  * Replace autotools with meson
  * Show auto connect status in show configuration
  * Rename option -i to -L
  * Shorten timestamp description
  * Add list serial devices feature
  * Add command to show version
  * Add '-t' option description for time stamping
  * Add description for time stamping.
  * Show error when failing to open a tty
  * Newline: handle booth NL and CR
  * Flush every local echo char

OBS-URL: https://build.opensuse.org/request/show/955114
OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=5
This commit is contained in:
Martin Hauke 2022-02-21 08:35:19 +00:00 committed by Git OBS Bridge
parent 42662ee49c
commit 44360fd3b5
4 changed files with 32 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8f5ed6994cacb96780baa416b19e5a6d7d67e8c162a8ea4fd9eccd64984ae44
size 88976

3
tio-1.33.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5aec6c7ee68a3fa2a6939a4cdc6c2b6fc74e3c33bc408c22ae787468b9bef1a
size 1411380

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Feb 15 20:32:53 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.34
* Add '-c, --color' option
* Reintroduce long timestamp format
-------------------------------------------------------------------
Sun Feb 13 17:19:52 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.33
* Replace autotools with meson
* Show auto connect status in show configuration
* Rename option -i to -L
* Shorten timestamp description
* Add list serial devices feature
* Add command to show version
* Add '-t' option description for time stamping
* Add description for time stamping.
* Show error when failing to open a tty
* Newline: handle booth NL and CR
* Flush every local echo char
-------------------------------------------------------------------
Tue Jan 11 22:14:41 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,13 +17,14 @@
Name: tio
Version: 1.32
Version: 1.33
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: meson
%description
Tio is a simple TTY terminal application which features a straightforward
@ -44,15 +45,15 @@ Bash completion script for %{name}.
%setup -q
%build
%configure --disable-silent-rules
%make_build
%meson -Dbashcompletiondir=%{_datadir}/bash-completion/completions/
%meson_build
%install
%make_install
%meson_install
%files
%license COPYING
%doc AUTHORS ChangeLog README
%doc AUTHORS ChangeLog README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}