[perl-IO-Tty] Update to 1.12

Paul Howarth pghmcfc at fedoraproject.org
Mon Sep 22 15:36:42 UTC 2014


commit 521e7fb5a0ad179ad6e374211e06060fcaf417e3
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Sep 22 16:02:07 2014 +0100

    Update to 1.12
    
    - New upstream release 1.12
      - Add support for PERL_MM_OPT
      - Fix typo in compiler detection error message (CPAN RT#75649)
      - Fix "redefinition of typedef" errors with v5.19.4 and above
    - Classify buildreqs by usage

 perl-IO-Tty.spec |   24 +++++++++++++++++++++---
 sources          |    2 +-
 2 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec
index 5e83ec0..5ae424f 100644
--- a/perl-IO-Tty.spec
+++ b/perl-IO-Tty.spec
@@ -1,19 +1,29 @@
 Name:           perl-IO-Tty
-Version:        1.11
-Release:        2%{?dist}
+Version:        1.12
+Release:        1%{?dist}
 Summary:        Perl interface to pseudo tty's
 License:        (GPL+ or Artistic) and BSD
 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:  perl
-BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Module Runtime
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Test Suite
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+# Runtime
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 # Don't "provide" private Perl libs
@@ -47,12 +57,20 @@ make test
 %{_mandir}/man3/IO::Tty::Constant.3pm*
 
 %changelog
+* Mon Sep 22 2014 Paul Howarth <paul at city-fan.org> - 1.12-1
+- Update to 1.12
+  - Add support for PERL_MM_OPT
+  - Fix typo in compiler detection error message (CPAN RT#75649)
+  - Fix "redefinition of typedef" errors with v5.19.4 and above
+- Classify buildreqs by usage
+
 * Tue Sep 09 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.11-2
 - Perl 5.20 mass
 
 * Mon Sep  8 2014 Paul Howarth <paul at city-fan.org> - 1.11-1
 - Update to 1.11
   - Add get_winsize and set_winsize
+  - Explicitly drop support for Win32 (CPAN RT#77813)
 - Make %%files list more explicit
 
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.10-15
diff --git a/sources b/sources
index 74fc2c8..7efa42d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc42736aee83f848ff5191c6890cc539  IO-Tty-1.11.tar.gz
+11695a1a516b3bd1b90ce75ff0ce3e6d  IO-Tty-1.12.tar.gz



More information about the perl-devel mailing list