From 0f068ca078d48eb01a00e721ce8e83c512f41fb4 Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Mon, 6 Jul 2015 11:20:40 +0100 Subject: Update to 1.44
- New upstream release 1.44 - Fix problem with META* specifying requirements (CPAN RT#105210) - Don't install README.pod - check file_mode_has tests for Windows - Fix file_has_* tests to work on Windows (GH#13) diff --git a/perl-Test-File.spec b/perl-Test-File.spec index 31412ec..17b6c38 100644 --- a/perl-Test-File.spec +++ b/perl-Test-File.spec @@ -1,13 +1,16 @@ Summary: Test file attributes through Test::Builder Name: perl-Test-File -Version: 1.41 -Release: 3%{?dist} +Version: 1.44 +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/BD/BDFOY/Test-File-%{version}.tar.gz BuildArch: noarch # Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) >= 6.48 BuildRequires: perl(ExtUtils::Manifest) >= 1.21 @@ -28,7 +31,6 @@ BuildRequires: perl(Test::utf8) BuildRequires: perl(utf8) # Optional Tests BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::Prereq) >= 1.0 BuildRequires: perl(Test::Pod::Coverage) # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -56,11 +58,18 @@ make test %files %license LICENSE -%doc Changes README +%doc Changes README.pod %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::File.3* %changelog +* Mon Jul 6 2015 Paul Howarth <p...@city-fan.org> - 1.44-1 +- Update to 1.44 + - Fix problem with META* specifying requirements (CPAN RT#105210) + - Don't install README.pod + - check file_mode_has tests for Windows + - Fix file_has_* tests to work on Windows (GH#13) + * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.41-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index ddbfd32..c7db3d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e23ca28784d92de06e3052c6f3ff3e06 Test-File-1.41.tar.gz +e27abfdef840e0549c6e0852ed54689f Test-File-1.44.tar.gz -- cgit v0.10.2 http://pkgs.fedoraproject.org/cgit/perl-Test-File.git/commit/?h=master&id=0f068ca078d48eb01a00e721ce8e83c512f41fb4 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel