psabata pushed to perl-Test-Prereq (f23). "1.039 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 10 14:10:26 UTC 2015


From 5f4cb6106bcf68a07ba07f703f880ccb05bfeca0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 10 Aug 2015 16:09:22 +0200
Subject: 1.039 bump


diff --git a/.gitignore b/.gitignore
index b440c01..a6600f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Test-Prereq-1.037.tar.gz
 /Test-Prereq-1.038.tar.gz
+/Test-Prereq-1.039.tar.gz
diff --git a/perl-Test-Prereq.spec b/perl-Test-Prereq.spec
index d629994..f475853 100644
--- a/perl-Test-Prereq.spec
+++ b/perl-Test-Prereq.spec
@@ -1,20 +1,21 @@
 Name:           perl-Test-Prereq
-Version:        1.038
-Release:        4%{?dist}
+Version:        1.039
+Release:        1%{?dist}
 Summary:        Check if Makefile.PL has the right pre-requisites
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Prereq/
 Source0:        http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Prereq-%{version}.tar.gz
-# This doesn't really fix the underlying problem, however, it's
-# a good enough downstream FTBFS workaround.  Upstream should
-# approach this whole thing rather differently...
-# rhbz#1230742, rt#96099
-Patch0:         Test-Prereq-1.038-perl522.patch
 BuildArch:      noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -23,13 +24,11 @@ BuildRequires:  perl(File::Find)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Module::CoreList)
 BuildRequires:  perl(Module::Info)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Builder)
 # 0.95 is not required at runtime
 BuildRequires:  perl(Test::More) >= 0.95
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(vars)
-BuildRequires:  perl(warnings)
 # Tests only
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(lib)
@@ -45,7 +44,6 @@ section of Makefile.PL.
 
 %prep
 %setup -q -n Test-Prereq-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@@ -62,11 +60,15 @@ rm t/get_from_prereqs.t
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README.pod
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Ĺ abata <contyk at redhat.com> - 1.039-1
+- 1.039 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.038-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ee20ac3..358e151 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-349652328aeed7b3f0ebf8734154fd39  Test-Prereq-1.038.tar.gz
+5c215f4915f3965366cb1c6259ee56c0  Test-Prereq-1.039.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Test-Prereq.git/commit/?h=f23&id=5f4cb6106bcf68a07ba07f703f880ccb05bfeca0


More information about the perl-devel mailing list