[perl-Mixin-Linewise] 0.106 bump

Petr Pisar ppisar at fedoraproject.org
Mon May 5 13:28:41 UTC 2014


commit a4e5863df4931057c30efe68866331871b33dcdf
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon May 5 15:27:47 2014 +0200

    0.106 bump

 .gitignore               |    1 +
 perl-Mixin-Linewise.spec |   32 +++++++++++++++++---------------
 sources                  |    2 +-
 3 files changed, 19 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1cc0ba..14e5686 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Mixin-Linewise-0.003.tar.gz
 /Mixin-Linewise-0.004.tar.gz
+/Mixin-Linewise-0.106.tar.gz
diff --git a/perl-Mixin-Linewise.spec b/perl-Mixin-Linewise.spec
index eb4d1ab..7f75fa4 100644
--- a/perl-Mixin-Linewise.spec
+++ b/perl-Mixin-Linewise.spec
@@ -1,27 +1,26 @@
 Name:           perl-Mixin-Linewise
-Version:        0.004
-Release:        3%{?dist}
+Version:        0.106
+Release:        1%{?dist}
 Summary:        Write your linewise code for handles; this does the rest
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Mixin-Linewise/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::File)
-BuildRequires:  perl(IO::String)
+BuildRequires:  perl(PerlIO::utf8_strict)
+BuildRequires:  perl(Sub::Exporter)
+# Tests:
+BuildRequires:  perl(Encode)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Sub::Exporter) >= 0.9
-BuildRequires:  perl(Test::More)
-# Module::Install deps
-BuildRequires:  perl(Cwd)
-BuildRequires:  perl(ExtUtils::Command)
-BuildRequires:  perl(ExtUtils::Manifest)
-BuildRequires:  perl(File::Path)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(YAML::Tiny)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(utf8)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -30,7 +29,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 It's boring to deal with opening files for IO, converting strings to handle-
 like objects, and all that. With Mixin::Linewise::Readers and
 Mixin::Linewise::Writers, you can just write a method to handle handles,
-and methods for handling strings and filenames are added for you.
+and methods for handling strings and file names are added for you.
 
 %prep
 %setup -q -n Mixin-Linewise-%{version}
@@ -53,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 05 2014 Petr Pisar <ppisar at redhat.com> - 0.106-1
+- 0.106 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.004-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b56826b..bd60ed0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd79936157ed8930e74b9fcfb223525f  Mixin-Linewise-0.004.tar.gz
+d4699cde97d8286f44624c1d19663334  Mixin-Linewise-0.106.tar.gz


More information about the scm-commits mailing list