[perl-Test-File] Update to 1.35

Paul Howarth pghmcfc at fedoraproject.org
Thu Oct 10 12:46:42 UTC 2013


commit f93bf92b3f0e6dc3674695b7ebd163c54db21d26
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Oct 10 13:41:52 2013 +0100

    Update to 1.35
    
    - New upstream release 1.35
      - Don't distribute MYMETA.* (CPAN RT#89175)
      - Add dir_exists_ok and dir_contains_ok
      - Add file_contains_* functions
    - Specify all dependencies

 perl-Test-File.spec |   19 +++++++++++++++----
 sources             |    2 +-
 2 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-File.spec b/perl-Test-File.spec
index 8f53770..9d86f96 100644
--- a/perl-Test-File.spec
+++ b/perl-Test-File.spec
@@ -1,22 +1,26 @@
 Summary:	Test file attributes through Test::Builder
 Name:		perl-Test-File
-Version:	1.34
-Release:	4%{?dist}
+Version:	1.35
+Release:	1%{?dist}
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Test-File/
 Source0:	http://search.cpan.org/CPAN/authors/id/B/BA/BAREFOOT/Test-File-%{version}.tar.gz
 BuildArch:	noarch
 BuildRequires:	perl(base)
+BuildRequires:	perl(Cwd)
 BuildRequires:	perl(Exporter)
-BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.48
 BuildRequires:	perl(File::Spec)
+BuildRequires:	perl(strict)
 BuildRequires:	perl(Test::Builder) >= 0.33
 BuildRequires:	perl(Test::Builder::Tester) >= 1.04
 BuildRequires:	perl(Test::Manifest) >= 1.21
-BuildRequires:	perl(Test::More) >= 0.88
+BuildRequires:	perl(Test::More) >= 0.95
 BuildRequires:	perl(Test::Pod) >= 1.00
 BuildRequires:	perl(Test::Pod::Coverage)
+BuildRequires:	perl(vars)
+BuildRequires:	perl(warnings)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -46,6 +50,13 @@ make test
 %{_mandir}/man3/Test::File.3*
 
 %changelog
+* Thu Oct 10 2013 Paul Howarth <paul at city-fan.org> - 1.35-1
+- Update to 1.35
+  - Don't distribute MYMETA.* (CPAN RT#89175)
+  - Add dir_exists_ok and dir_contains_ok
+  - Add file_contains_* functions
+- Specify all dependencies
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.34-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 1ceb47e..23cf131 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98f3cc5b53fa63beb6a4c0b311bcae3b  Test-File-1.34.tar.gz
+d06a30274451f56eed5fd8148a7d5a05  Test-File-1.35.tar.gz



More information about the perl-devel mailing list