[perl-IO-Tty] - Update to 1.10. - Use fixperms macro instead of our own chmod incantation. - Update Source0 URL. -

Steven Pritchard steve at fedoraproject.org
Tue Dec 28 22:04:24 UTC 2010


commit eeed77fd4d6c7e480e0e2c6fe4465d27c52a8b70
Author: Steven Pritchard <steven.pritchard at gmail.com>
Date:   Tue Dec 28 16:04:06 2010 -0600

    - Update to 1.10.
    - Use fixperms macro instead of our own chmod incantation.
    - Update Source0 URL.
    - BR Test::More.

 .gitignore       |    1 +
 perl-IO-Tty.spec |   15 +++++++++++----
 sources          |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f83c1c..3f0f39d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-Tty-1.08.tar.gz
+/IO-Tty-1.10.tar.gz
diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec
index 7237736..761d17c 100644
--- a/perl-IO-Tty.spec
+++ b/perl-IO-Tty.spec
@@ -1,15 +1,16 @@
 Name:           perl-IO-Tty
-Version:        1.08
-Release:        6%{?dist}
+Version:        1.10
+Release:        1%{?dist}
 Summary:        Perl interface to pseudo tty's
 
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IO-Tty/
-Source0:        http://www.cpan.org/authors/id/R/RG/RGIERSIG/IO-Tty-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # don't "provide" private Perl libs
@@ -37,7 +38,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
@@ -57,6 +58,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec 28 2010 Steven Pritchard <steve at kspei.com> 1.10-1
+- Update to 1.10.
+- Use fixperms macro instead of our own chmod incantation.
+- Update Source0 URL.
+- BR Test::More.
+
 * Mon Dec 20 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.08-6
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 3d0e6e5..67c89eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e99d819a6f8c11ae105b770cc508a4fc  IO-Tty-1.08.tar.gz
+46baec86a145e57f0ec661fa412b097c  IO-Tty-1.10.tar.gz



More information about the perl-devel mailing list