Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-IO-Tty.git#dacd9c908347c390e0d3e25315aacf79093d1de2
This commit is contained in:
parent
212befe243
commit
daddf922aa
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Tty
|
||||
Version: 1.15
|
||||
Version: 1.16
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl interface to pseudo tty's
|
||||
License: (GPL+ or Artistic) and BSD
|
||||
@ -25,9 +25,9 @@ BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(warnings)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -53,7 +53,7 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc ChangeLog README.md
|
||||
%doc ChangeLog README
|
||||
%{perl_vendorarch}/auto/IO/
|
||||
%{perl_vendorarch}/IO/
|
||||
%{_mandir}/man3/IO::Pty.3*
|
||||
@ -61,6 +61,12 @@ make test
|
||||
%{_mandir}/man3/IO::Tty::Constant.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 22 2021 Paul Howarth <paul@city-fan.org> - 1.16-1
|
||||
- Update to 1.16
|
||||
- Switch to GitHub for issue tracker
|
||||
- Switch to testsuite CI workflow
|
||||
- Tidy
|
||||
|
||||
* Wed Nov 4 2020 Paul Howarth <paul@city-fan.org> - 1.15-1
|
||||
- Update to 1.15
|
||||
- Skip winsize test on Solaris and QNX NTO (GH#22)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Tty-1.15.tar.gz) = 55329833d2e5ac426c0b69224e0af41d86c8dfd935c3698eb15800f0b7f48610651403ea54d9c7cad2f71b7c1080e957fa3706912680204f9b83c801095d2648
|
||||
SHA512 (IO-Tty-1.16.tar.gz) = a6f28a8796992645c4b2ddab5b3a76f49e61a891442078ef8249088d077108ea63bb4c8000cf39d15d13801b82e1cfcbe6ea0e6542789ab28385d83e03f6a9de
|
||||
|
||||
Loading…
Reference in New Issue
Block a user