SHA256
1
0
forked from pool/tio

Accepting request 965019 from hardware

OBS-URL: https://build.opensuse.org/request/show/965019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tio?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-03-26 21:31:11 +00:00 committed by Git OBS Bridge
commit 91fe1ef9fb
4 changed files with 21 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 23 14:46:45 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.36
* Add support for defaults in config file
* Handle SIGHUP
* Add color configuration support
* Force dependency on libinih
* Update man page
* Document configuration file options
* Add support for a configuration file
- Update to version 1.35
* Add support for automatically generated log filename
* Add support for configurable timestamp format
-------------------------------------------------------------------
Tue Feb 15 20:32:53 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: tio
Version: 1.33
Version: 1.36
Release: 0
Summary: Simple TTY terminal I/O application
License: GPL-2.0-or-later
@ -25,6 +25,7 @@ Group: Hardware/Modem
URL: https://tio.github.io/
Source: https://github.com/tio/tio/releases/download/v%{version}/%{name}-%{version}.tar.xz
BuildRequires: meson
BuildRequires: pkgconfig(inih)
%description
Tio is a simple TTY terminal application which features a straightforward
@ -52,7 +53,7 @@ Bash completion script for %{name}.
%meson_install
%files
%license COPYING
%license LICENSE
%doc AUTHORS ChangeLog README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}