commit a0f20952e586adeaac126aab36ac4df5dda24fbc
Author: Paul Howarth <p...@city-fan.org>
Date:   Thu Aug 14 16:54:03 2014 +0100

    Update to 0.056
    
    - New upstream release 0.056
      - Fixed problem throwing errors from 'remove'
      - The 'digest' method now takes a 'chunk_size' option to avoid slurping 
files
        entirely into memory
      - The 'dirname' method is deprecated due to exposing File::Spec
        inconsistencies
    - Use %license

 perl-Path-Tiny.spec |   20 ++++++++++++++------
 sources             |    2 +-
 2 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index f809039..2f3a5ee 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:          perl-Path-Tiny
-Version:       0.055
+Version:       0.056
 Release:       1%{?dist}
 Summary:       File path utility
 Group:         Development/Libraries
@@ -32,18 +32,16 @@ BuildRequires:      perl(threads)
 BuildRequires: perl(warnings)
 # Test Suite
 BuildRequires: perl(blib)
-BuildRequires: perl(CPAN::Meta)
-BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120900
+BuildRequires: perl(CPAN::Meta) >= 2.120900
+BuildRequires: perl(CPAN::Meta::Prereqs)
 BuildRequires: perl(File::Basename)
 BuildRequires: perl(File::Spec::Functions)
 BuildRequires: perl(File::Spec::Unix)
 BuildRequires: perl(File::Temp) >= 0.19
 BuildRequires: perl(lib)
-BuildRequires: perl(List::Util)
 BuildRequires: perl(open)
 BuildRequires: perl(Test::FailWarnings)
 BuildRequires: perl(Test::More) >= 0.96
-BuildRequires: perl(version)
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:      perl(Cwd)
@@ -95,11 +93,21 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README
+%license LICENSE
+%doc Changes CONTRIBUTING.mkdn README
 %{perl_vendorlib}/Path/
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Thu Aug 14 2014 Paul Howarth <p...@city-fan.org> - 0.056-1
+- Update to 0.056
+  - Fixed problem throwing errors from 'remove'
+  - The 'digest' method now takes a 'chunk_size' option to avoid slurping files
+    entirely into memory
+  - The 'dirname' method is deprecated due to exposing File::Spec
+    inconsistencies
+- Use %%license
+
 * Tue Jul  1 2014 Paul Howarth <p...@city-fan.org> - 0.055-1
 - Update to 0.055
   - tempfile/tempdir won't warn if used as functions without arguments
diff --git a/sources b/sources
index c57e986..817ca3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80f1c0d154036138612b40c7f51a527f  Path-Tiny-0.055.tar.gz
+eec36446196606b3b55f4bd183a33f1e  Path-Tiny-0.056.tar.gz
--
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

Reply via email to