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
This commit is contained in:
Paul Howarth 2014-08-14 16:54:03 +01:00
parent 5e481b526a
commit a0f20952e5
2 changed files with 15 additions and 7 deletions

View File

@ -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 <paul@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 <paul@city-fan.org> - 0.055-1
- Update to 0.055
- tempfile/tempdir won't warn if used as functions without arguments

View File

@ -1 +1 @@
80f1c0d154036138612b40c7f51a527f Path-Tiny-0.055.tar.gz
eec36446196606b3b55f4bd183a33f1e Path-Tiny-0.056.tar.gz