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:
parent
42662ee49c
commit
44360fd3b5
@ -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
3
tio-1.33.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5aec6c7ee68a3fa2a6939a4cdc6c2b6fc74e3c33bc408c22ae787468b9bef1a
|
||||||
|
size 1411380
|
23
tio.changes
23
tio.changes
@ -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>
|
Tue Jan 11 22:14:41 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
11
tio.spec
11
tio.spec
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tio
|
Name: tio
|
||||||
Version: 1.32
|
Version: 1.33
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple TTY terminal I/O application
|
Summary: Simple TTY terminal I/O application
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Hardware/Modem
|
Group: Hardware/Modem
|
||||||
URL: https://tio.github.io/
|
URL: https://tio.github.io/
|
||||||
Source: https://github.com/tio/tio/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
Source: https://github.com/tio/tio/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||||
|
BuildRequires: meson
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tio is a simple TTY terminal application which features a straightforward
|
Tio is a simple TTY terminal application which features a straightforward
|
||||||
@ -44,15 +45,15 @@ Bash completion script for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules
|
%meson -Dbashcompletiondir=%{_datadir}/bash-completion/completions/
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog README
|
%doc AUTHORS ChangeLog README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user