[perl-Path-Class] Update to 0.35

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 23 14:41:48 UTC 2014


commit 10e4002969ef5103e7c238b064e8f38cdda2e00e
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Sep 23 15:36:56 2014 +0100

    Update to 0.35
    
    - New upstream release 0.35:
      - Fixed a t/03-filesystem.t test error on Windows
    - Classify buildreqs by usage

 perl-Path-Class.spec |   19 +++++++++++++++----
 sources              |    2 +-
 2 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec
index a890bbd..94f5dd7 100644
--- a/perl-Path-Class.spec
+++ b/perl-Path-Class.spec
@@ -1,13 +1,16 @@
 Name:		perl-Path-Class
-Version:	0.34
-Release:	2%{?dist}
+Version:	0.35
+Release:	1%{?dist}
 Summary:	Cross-platform path specification manipulation
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Path-Class/
 Source0:	http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-%{version}.tar.gz
 BuildArch:	noarch
+# Module Build
 BuildRequires:	perl
+BuildRequires:	perl(Module::Build) > 0.36
+# Module Runtime
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Cwd)
 BuildRequires:	perl(Exporter)
@@ -18,20 +21,23 @@ BuildRequires:	perl(File::stat)
 BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(IO::Dir)
 BuildRequires:	perl(IO::File)
-BuildRequires:	perl(Module::Build) > 0.36
 BuildRequires:	perl(overload)
 BuildRequires:	perl(parent)
 BuildRequires:	perl(Perl::OSType)
 BuildRequires:	perl(Scalar::Util)
 BuildRequires:	perl(strict)
+# Test Suite
 BuildRequires:	perl(Test)
 BuildRequires:	perl(Test::More)
+BuildRequires:	perl(warnings)
+# Author Tests
 %if !%{defined perl_bootstrap}
+BuildRequires:	perl(English)
 # Cycle: perl-Path-Class → perl-Test-Perl-Critic → perl-Perl-Critic →
 # perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir → perl-Path-Class
 BuildRequires:	perl(Test::Perl::Critic)
 %endif
-BuildRequires:	perl(warnings)
+# Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -69,6 +75,11 @@ AUTHOR_TESTING=1 ./Build test
 %{_mandir}/man3/Path::Class::File.3pm*
 
 %changelog
+* Tue Sep 23 2014 Paul Howarth <paul at city-fan.org> - 0.35-1
+- Update to 0.35:
+  - Fixed a t/03-filesystem.t test error on Windows
+- Classify buildreqs by usage
+
 * Tue Sep 09 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.34-2
 - Perl 5.20 mass
 
diff --git a/sources b/sources
index 5e0e0cc..b3fbd11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e85e4cfb62c6fe9e455810a687fc981  Path-Class-0.34.tar.gz
+575b60a5c5e22e259c1df62a59fdfe85  Path-Class-0.35.tar.gz


More information about the scm-commits mailing list