Compare commits

...

No commits in common. 'c9' and 'c8' have entirely different histories.
c9 ... c8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/IO-Tty-1.16.tar.gz
SOURCES/IO-Tty-1.12.tar.gz

@ -1 +1 @@
95030553f7be5f658bf0c2dae95f0cc4bf94aceb SOURCES/IO-Tty-1.16.tar.gz
a8227d3648fcb41e8bb2dfbedfd5c2327d2dae58 SOURCES/IO-Tty-1.12.tar.gz

@ -1,22 +1,23 @@
Name: perl-IO-Tty
Version: 1.16
Release: 4%{?dist}
Version: 1.12
Release: 11%{?dist}
Summary: Perl interface to pseudo tty's
License: (GPL+ or Artistic) and BSD
URL: https://metacpan.org/release/IO-Tty
Source0: https://cpan.metacpan.org/modules/by-module/IO/IO-Tty-%{version}.tar.gz
Group: Development/Libraries
URL: http://search.cpan.org/dist/IO-Tty/
Source0: http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
@ -25,9 +26,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))
@ -41,13 +42,14 @@ IO::Tty and IO::Pty provide an interface to pseudo tty's.
%setup -q -n IO-Tty-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%install
%{make_install}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} -c %{buildroot}
%{_fixperms} %{buildroot}
%check
make test
@ -61,72 +63,6 @@ make test
%{_mandir}/man3/IO::Tty::Constant.3*
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.16-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.16-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* 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)
- Make function tests more robust (GH#24)
- Work around a header name collision on util.h; this is breaking on recent
OSX (GH#26)
* Sat Aug 22 2020 Paul Howarth <paul@city-fan.org> - 1.14-5
- Fix FTBFS due to false detection of strlcpy() and _getpty()
https://github.com/toddr/IO-Tty/pull/24
- Modernize spec using %%{make_build} and %%{make_install}
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.14-3
- Perl 5.32 rebuild
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Jan 19 2020 Paul Howarth <paul@city-fan.org> - 1.14-1
- Update to 1.14
- Remove MAP_TARGET from Makefile.PL (CPAN RT#91590)
- Fix for Solaris setuid when root running as other user (CPAN RT#88271)
- Add strict/warnings to Tty.pm
- Fix pod errors
- Typo: s/dependend/dependent/
- Prevent spurious warning from get_winsize()
- Fix usage of setsid
- Github actions testing; Windows is off of course
- Make README.md
- Use author-independent source URL
- Fix permissions verbosely
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.12-15
- Perl 5.30 rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.12-12
- Perl 5.28 rebuild
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save