[perl-PerlIO-Layers] 0.011 bump

Petr Pisar ppisar at fedoraproject.org
Tue Mar 11 12:40:40 UTC 2014


commit 950502862d23c1f8a6ef36e4ba069ec1dac2c793
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Mar 11 13:39:59 2014 +0100

    0.011 bump

 .gitignore              |    1 +
 perl-PerlIO-Layers.spec |   31 ++++++++++++++++++-------------
 sources                 |    2 +-
 3 files changed, 20 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b22af58..2c1bcdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /PerlIO-Layers-0.010.tar.gz
+/PerlIO-Layers-0.011.tar.gz
diff --git a/perl-PerlIO-Layers.spec b/perl-PerlIO-Layers.spec
index 21dea79..e5edb3c 100644
--- a/perl-PerlIO-Layers.spec
+++ b/perl-PerlIO-Layers.spec
@@ -1,45 +1,47 @@
 Name:           perl-PerlIO-Layers
-Version:        0.010
-Release:        6%{?dist}
+Version:        0.011
+Release:        1%{?dist}
 Summary:        Querying your file handle capabilities
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/PerlIO-Layers/
 Source0:        http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-Layers-%{version}.tar.gz
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build) >= 0.37
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter) >= 5.57
-BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(List::Util)
+BuildRequires:  perl(PerlIO)
 BuildRequires:  perl(XSLoader)
 # Tests
 BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More) >= 0.82
-# Optional tests
-BuildRequires:  perl(Test::Script) >= 1.05
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
 %description
-Perl file handles are implemented as a stack of layers, with the bottom-
-most usually doing the actual IO and the higher ones doing buffering,
-encoding/decoding or transformations. PerlIO::Layers allows you to query
-the file handle properties concerning these layers.
+Perl file handles are implemented as a stack of layers, with the bottom-most
+usually doing the actual IO and the higher ones doing buffering,
+encoding/decoding or transformations. PerlIO::Layers allows you to query the
+file handle properties concerning these layers.
 
 %prep
 %setup -q -n PerlIO-Layers-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
+perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -52,6 +54,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 11 2014 Petr Pisar <ppisar at redhat.com> - 0.011-1
+- 0.011 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.010-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index da1a281..5303c64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8aff92d8f9446e54cca34b5780cee72  PerlIO-Layers-0.010.tar.gz
+0ae26fbacfa77935ce0e7553ddca40f6  PerlIO-Layers-0.011.tar.gz



More information about the perl-devel mailing list