[perl-IO-Tty] Update to 1.11

Paul Howarth pghmcfc at fedoraproject.org
Mon Sep 8 09:59:02 UTC 2014


commit 51c331104eba39924e1b0af989fbdfbb33026b65
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Sep 8 10:54:17 2014 +0100

    Update to 1.11
    
    - New upstream release 1.11
      - Add get_winsize and set_winsize
    - Make %files list more explicit

 .gitignore       |    3 +--
 perl-IO-Tty.spec |   19 ++++++++++++++-----
 sources          |    2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f0f39d..5fd76d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-IO-Tty-1.08.tar.gz
-/IO-Tty-1.10.tar.gz
+/IO-Tty-[0-9.]*.tar.gz
diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec
index 1b50e92..cf0164f 100644
--- a/perl-IO-Tty.spec
+++ b/perl-IO-Tty.spec
@@ -1,11 +1,12 @@
 Name:           perl-IO-Tty
-Version:        1.10
-Release:        15%{?dist}
+Version:        1.11
+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
+BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Exporter)
@@ -15,6 +16,7 @@ BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
+# Don't "provide" private Perl libs
 %{?perl_default_filter}
 
 %description
@@ -31,7 +33,7 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-%{_fixperms} %{buildroot}/*
+%{_fixperms} %{buildroot}
 
 %check
 make test
@@ -40,9 +42,16 @@ make test
 %doc ChangeLog README
 %{perl_vendorarch}/auto/IO/
 %{perl_vendorarch}/IO/
-%{_mandir}/man3/*.3pm*
+%{_mandir}/man3/IO::Pty.3pm*
+%{_mandir}/man3/IO::Tty.3pm*
+%{_mandir}/man3/IO::Tty::Constant.3pm*
 
 %changelog
+* Mon Sep  8 2014 Paul Howarth <paul at city-fan.org> - 1.11-1
+- Update to 1.11
+  - Add get_winsize and set_winsize
+- Make %%files list more explicit
+
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.10-15
 - Perl 5.20 rebuild
 
@@ -151,7 +160,7 @@ make test
 * Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-4
 - Rebuild, cosmetic cleanups.
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.02-3
+* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.02-3
 - rebuilt
 
 * Sun Feb  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.2
diff --git a/sources b/sources
index 67c89eb..74fc2c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-46baec86a145e57f0ec661fa412b097c  IO-Tty-1.10.tar.gz
+fc42736aee83f848ff5191c6890cc539  IO-Tty-1.11.tar.gz



More information about the perl-devel mailing list