[perl-Path-Class] Update to 0.26

Paul Howarth pghmcfc at fedoraproject.org
Fri Jun 15 10:16:04 UTC 2012


commit a4bf9352acf6afa73ac188ac68e841a8f32323c7
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Jun 15 11:15:09 2012 +0100

    Update to 0.26
    
    - New upstream release 0.26:
      - resolve() now includes the name of the non-existent file in the error
        message
      - New shortcut opena(), to open a file for appending
      - New spew() method that does the inverse of the slurp() method
      - Fixed a typo in a class name in the docs for Path::Class::Entity
    - Drop %defattr, redundant since rpm 4.4
    - Drop conditional for EPEL-4 support (EL-4 now EOL-ed)

 perl-Path-Class.spec |   16 ++++++++++++----
 sources              |    2 +-
 2 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec
index dfe6690..50e35f0 100644
--- a/perl-Path-Class.spec
+++ b/perl-Path-Class.spec
@@ -1,5 +1,5 @@
 Name:		perl-Path-Class
-Version:	0.25
+Version:	0.26
 Release:	1%{?dist}
 Summary:	Cross-platform path specification manipulation
 License:	GPL+ or Artistic
@@ -20,11 +20,10 @@ BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(IO::Dir)
 BuildRequires:	perl(IO::File)
 BuildRequires:	perl(Module::Build)
-BuildRequires:	perl(strict)
 BuildRequires:	perl(Test::More)
 # We need Perl::Perl::Critic ≥ 1.080 for a fix to
 # Variables::ProhibitConditionalDeclarations, and the EPEL-5 version is too old
-%if "%{?rhel}" != "4" && "%{?rhel}" != "5"
+%if "%{?rhel}" != "5"
 BuildRequires:	perl(Test::Perl::Critic)
 %endif
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -58,7 +57,6 @@ AUTHOR_TESTING=1 ./Build test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Path/
 %{_mandir}/man3/Path::Class.3pm*
@@ -67,6 +65,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Path::Class::File.3pm*
 
 %changelog
+* Fri Jun 15 2012 Paul Howarth <paul at city-fan.org> - 0.26-1
+- Update to 0.26:
+  - resolve() now includes the name of the non-existent file in the error
+    message
+  - New shortcut opena(), to open a file for appending
+  - New spew() method that does the inverse of the slurp() method
+  - Fixed a typo in a class name in the docs for Path::Class::Entity
+- Drop %%defattr, redundant since rpm 4.4
+- Drop conditional for EPEL-4 support (EL-4 now EOL-ed)
+
 * Thu Feb 16 2012 Paul Howarth <paul at city-fan.org> - 0.25-1
 - Update to 0.25:
   - resolve() now croak()s instead of die()s on non-existent file
diff --git a/sources b/sources
index 4123241..d5c6457 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91517fdac5262e8665ae2ba9f507824b  Path-Class-0.25.tar.gz
+ec77aaa16cff0c29143c578f30d420cd  Path-Class-0.26.tar.gz


More information about the scm-commits mailing list