[perl-PerlIO-utf8_strict] 0.005 bump

Petr Pisar ppisar at fedoraproject.org
Wed Nov 12 14:47:54 UTC 2014


commit eeafd995094887d0fdd2c7ae1cf0586a40777292
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Nov 12 15:47:29 2014 +0100

    0.005 bump

 .gitignore                   |    1 +
 perl-PerlIO-utf8_strict.spec |   26 ++++++++++++++++++--------
 sources                      |    2 +-
 3 files changed, 20 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78dddbe..0684f7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /PerlIO-utf8_strict-0.002.tar.gz
 /PerlIO-utf8_strict-0.003.tar.gz
 /PerlIO-utf8_strict-0.004.tar.gz
+/PerlIO-utf8_strict-0.005.tar.gz
diff --git a/perl-PerlIO-utf8_strict.spec b/perl-PerlIO-utf8_strict.spec
index b0129f9..5375df0 100644
--- a/perl-PerlIO-utf8_strict.spec
+++ b/perl-PerlIO-utf8_strict.spec
@@ -1,25 +1,32 @@
 Name:           perl-PerlIO-utf8_strict
-Version:        0.004
-Release:        6%{?dist}
+Version:        0.005
+Release:        1%{?dist}
 Summary:        Fast and correct UTF-8 I/O
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/PerlIO-utf8_strict/
 Source0:        http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
-BuildRequires:  perl(Module::Build) >= 0.3601
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(XSLoader)
 # Tests:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+# Pod::Coverage::TrustPod not used
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More) >= 0.88
-# Optional tests:
-BuildRequires:  perl(Test::Script) >= 1.05
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# Test::Pod 1.41 not used
+# Test::Pod::Coverage 1.08 not used
+BuildRequires:  perl(utf8)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -31,7 +38,7 @@ default :utf8 layer it checks the input for correctness.
 %setup -q -n PerlIO-utf8_strict-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
+perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
 ./Build
 
 %install
@@ -49,6 +56,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 12 2014 Petr Pisar <ppisar at redhat.com> - 0.005-1
+- 0.005 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.004-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 37ae271..2690d44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b631c8a8a674e4f41a47307bc56a7f0b  PerlIO-utf8_strict-0.004.tar.gz
+6b971926fa3dbd2af494753004a279a0  PerlIO-utf8_strict-0.005.tar.gz



More information about the perl-devel mailing list