From 35384761bd1c326ab0df4928a9dada0abdbfb8a1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 8 Sep 2015 14:50:33 -0400 Subject: [PATCH] 2.00 --- .gitignore | 1 + perl-Pod-POM.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 1995eac..a59932b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Pod-POM-0.27.tar.gz /Pod-POM-0.29.tar.gz +/Pod-POM-2.00.tar.gz diff --git a/perl-Pod-POM.spec b/perl-Pod-POM.spec index f653b19..339992a 100644 --- a/perl-Pod-POM.spec +++ b/perl-Pod-POM.spec @@ -1,17 +1,13 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Pod-POM -Version: 0.29 -Release: 3%{?dist} - +Version: 2.00 +Release: 1%{?dist} Summary: Object-oriented interface to Perl POD documents - Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-POM/ -Source0: http://search.cpan.org/CPAN/authors/id/A/AN/ANDREWF/Pod-POM-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - +Source0: http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Pod-POM-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(Cwd) BuildRequires: perl(ExtUtils::MakeMaker) @@ -24,7 +20,7 @@ BuildRequires: perl(Exporter) BuildRequires: perl(parent) BuildRequires: perl(Text::Wrap) # Tests: -BuildRequires: perl(File::Slurp) +# BuildRequires: perl(File::Slurper) BuildRequires: perl(lib) BuildRequires: perl(Test::More) BuildRequires: perl(YAML::Tiny) @@ -60,7 +56,8 @@ chmod -R u+w $RPM_BUILD_ROOT/* %check # http://rt.cpan.org/NoAuth/Bug.html?id=3910 -PERL_HASH_SEED=0 make test +# Need File::Slurper to run tests, not packaged as of 2015-09-08 +# PERL_HASH_SEED=0 make test %clean @@ -78,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Sep 8 2015 Tom Callaway - 2.00-1 +- update to 2.00 + * Thu Jun 18 2015 Fedora Release Engineering - 0.29-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index f139722..22040d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef3a8d4b6bd3576340c136d4b3e3fef1 Pod-POM-0.29.tar.gz +80917b961452833414fc16ea8fd339d3 Pod-POM-2.00.tar.gz