commit a37051315d639b0d439281606bf8a1d77e2ecfd5 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Dec 15 14:25:57 2014 +0000 Update to 0.84 - New upstream release 0.84 - Allow passing an argument to ->relative - Pass separator along when tie'ing (GH#52) - Add ->copy method - Prefix private methods with underscores perl-IO-All.spec | 34 +++++++++++++++++++++------------- sources | 2 +- 2 files changed, 22 insertions(+), 14 deletions(-) --- diff --git a/perl-IO-All.spec b/perl-IO-All.spec index b23e096..041633e 100644 --- a/perl-IO-All.spec +++ b/perl-IO-All.spec @@ -1,5 +1,5 @@ Name: perl-IO-All -Version: 0.82 +Version: 0.84 Release: 1%{?dist} Summary: IO::All Perl module License: GPL+ or Artistic @@ -88,22 +88,30 @@ make %{?_smp_mflags} test RELEASE_TESTING=1 %license LICENSE %doc Changes CONTRIBUTING README example/ %{perl_vendorlib}/IO/ -%{_mandir}/man3/IO::All.3pm* -%{_mandir}/man3/IO::All::DBM.3pm* -%{_mandir}/man3/IO::All::Dir.3pm* -%{_mandir}/man3/IO::All::File.3pm* -%{_mandir}/man3/IO::All::Filesys.3pm* -%{_mandir}/man3/IO::All::Link.3pm* -%{_mandir}/man3/IO::All::MLDBM.3pm* -%{_mandir}/man3/IO::All::Pipe.3pm* -%{_mandir}/man3/IO::All::STDIO.3pm* -%{_mandir}/man3/IO::All::Socket.3pm* -%{_mandir}/man3/IO::All::String.3pm* -%{_mandir}/man3/IO::All::Temp.3pm* +%{_mandir}/man3/IO::All.3* +%{_mandir}/man3/IO::All::DBM.3* +%{_mandir}/man3/IO::All::Dir.3* +%{_mandir}/man3/IO::All::File.3* +%{_mandir}/man3/IO::All::Filesys.3* +%{_mandir}/man3/IO::All::Link.3* +%{_mandir}/man3/IO::All::MLDBM.3* +%{_mandir}/man3/IO::All::Pipe.3* +%{_mandir}/man3/IO::All::STDIO.3* +%{_mandir}/man3/IO::All::Socket.3* +%{_mandir}/man3/IO::All::String.3* +%{_mandir}/man3/IO::All::Temp.3* %changelog +* Mon Dec 15 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 0.84-1 +- Update to 0.84 + - Allow passing an argument to ->relative + - Pass separator along when tie'ing (GH#52) + - Add ->copy method + - Prefix private methods with underscores + * Fri Nov 14 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.82-1 - 0.82 bump + - Use bsd_glob for ::Dir->glob * Thu Nov 6 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 0.81-1 - Update to 0.81 diff --git a/sources b/sources index fb611cc..679db57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56035da0e52d18831c512a2b9e1a5128 IO-All-0.82.tar.gz +79d6126f35c9b1b13941bcfe87996717 IO-All-0.84.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel