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:
parent
21fa4904bc
commit
502e2f21bf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user