Update to 0.50

- New upstream release 0.50
  - Fix various tests on Windows (CPAN RT#89609)
  - Fix wrong return precedence (CPAN RT#87200)
- This release by INGY -> update source URL
This commit is contained in:
Paul Howarth 2013-10-19 20:00:53 +01:00
parent 21fa4904bc
commit 502e2f21bf
2 changed files with 10 additions and 3 deletions

View File

@ -1,11 +1,11 @@
Name: perl-IO-All
Version: 0.48
Version: 0.50
Release: 1%{?dist}
Summary: IO::All Perl module
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/IO-All/
Source0: http://www.cpan.org/authors/id/F/FR/FREW/IO-All-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/I/IN/INGY/IO-All-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
@ -18,6 +18,7 @@ BuildRequires: perl(File::MimeInfo)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::ReadBackwards)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(IO::Dir)
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
@ -92,6 +93,12 @@ make %{?_smp_mflags} test
%{_mandir}/man3/IO::All::Temp.3pm*
%changelog
* Sat Oct 19 2013 Paul Howarth <paul@city-fan.org> - 0.50-1
- Update to 0.50
- Fix various tests on Windows (CPAN RT#89609)
- Fix wrong return precedence (CPAN RT#87200)
- This release by INGY -> update source URL
* Tue Oct 8 2013 Paul Howarth <paul@city-fan.org> - 0.48-1
- Update to 0.48
- Add ->os method to ::Filesys

View File

@ -1 +1 @@
91cf8d019bc3c82e4f611c26864614b1 IO-All-0.48.tar.gz
92198fa321810ffca5f9008ac4172d50 IO-All-0.50.tar.gz