diff --git a/perl-IO-All.spec b/perl-IO-All.spec index f3ad938..1f14e24 100644 --- a/perl-IO-All.spec +++ b/perl-IO-All.spec @@ -1,6 +1,6 @@ Name: perl-IO-All -Version: 0.68 -Release: 2%{?dist} +Version: 0.79 +Release: 1%{?dist} Summary: IO::All Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -36,9 +36,10 @@ BuildRequires: perl(Config) BuildRequires: perl(Data::Dumper) BuildRequires: perl(diagnostics) BuildRequires: perl(Exporter) +BuildRequires: perl(File::Find) BuildRequires: perl(IO::Socket::INET) BuildRequires: perl(lib) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(utf8) BuildRequires: perl(vars) # Optional Tests @@ -97,6 +98,19 @@ make %{?_smp_mflags} test RELEASE_TESTING=1 %{_mandir}/man3/IO::All::Temp.3pm* %changelog +* Fri Sep 5 2014 Paul Howarth - 0.79-1 +- Update to 0.79 + - Add t/000-compile-modules.t + - Eliminate File::Basename from test/ + - Eliminate spurious trailing whitespace + - Meta 0.0.2 + - Remove 'use 5.x.x' from code + - Fix strict/warnings + - Change testdir to t + - Replace tabs with spaces + - Add new overloads from PR/49 + - Doc enhancement (PR/51) + * Thu Aug 28 2014 Jitka Plesnikova - 0.68-2 - Perl 5.20 rebuild diff --git a/sources b/sources index 48b3707..16e2ced 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce1a80b2e7bc83a9bb2ec33c7607f996 IO-All-0.68.tar.gz +8bf359ea671e3d066a3d1dca432ce589 IO-All-0.79.tar.gz