commit 7fa109f727c66ce49a6225813fc5b3c018529dbe Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Thu Jul 24 15:53:29 2014 +0100 Update to 2.13.0 - New upstream release 2.13.0 - $scalar->path will return a Path::Tiny object using the contents of $scalar, which makes working with files much, much easier (GH#229, GH#247) - The project has moved to the evalEmpire organization to allow broader project admin options (http://github.com/evalEmpire/perl5i) - Added a project rationale (GH#226, GH#252) - Fixed a crash if the perl5i command line is fed a null byte (GH#269, GH#273) - Stop using deprecated Hash::StoreIterator::eech() (GH#270) - The methods() meta method now ignores subroutines declared with func() (GH#222, GH#253) - Use %license perl-perl5i.spec | 32 +++++++++++++++++++++++++------- sources | 2 +- 2 files changed, 26 insertions(+), 8 deletions(-) --- diff --git a/perl-perl5i.spec b/perl-perl5i.spec index 1415f80..96d1275 100644 --- a/perl-perl5i.spec +++ b/perl-perl5i.spec @@ -1,7 +1,7 @@ Name: perl-perl5i Summary: Fix as much of Perl 5 as possible in one pragma -Version: 2.12.0 -Release: 4%{?dist} +Version: 2.13.0 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: https://metacpan.org/release/perl5i @@ -28,7 +28,7 @@ BuildRequires: perl(File::chdir) >= 0.1002 BuildRequires: perl(File::Spec) BuildRequires: perl(Hash::FieldHash) >= 0.06 BuildRequires: perl(Hash::Merge::Simple) >= 0.04 -BuildRequires: perl(Hash::StoredIterator) >= 0.005 +BuildRequires: perl(Hash::StoredIterator) >= 0.007 BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::System::Simple) >= 1.18 BuildRequires: perl(JSON) >= 2.17 @@ -36,6 +36,7 @@ BuildRequires: perl(List::MoreUtils) >= 0.22 BuildRequires: perl(Modern::Perl) >= 1.03 BuildRequires: perl(Module::Load) >= 0.16 BuildRequires: perl(Object::ID) >= v0.1.0 +BuildRequires: perl(Path::Tiny) >= 0.036 BuildRequires: perl(Perl6::Caller) >= 0.100 BuildRequires: perl(POSIX) BuildRequires: perl(Scalar::Util) @@ -71,6 +72,7 @@ BuildRequires: perl(File::Temp) BuildRequires: perl(IPC::Open3) BuildRequires: perl(PerlIO) BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Most) BuildRequires: perl(Test::Output) >= 0.16 BuildRequires: perl(Test::Warn) >= 0.11 # Runtime @@ -90,13 +92,14 @@ Requires: perl(File::chdir) >= 0.1002 Requires: perl(File::Spec) Requires: perl(Hash::FieldHash) >= 0.06 Requires: perl(Hash::Merge::Simple) >= 0.04 -Requires: perl(Hash::StoredIterator) >= 0.005 +Requires: perl(Hash::StoredIterator) >= 0.007 Requires: perl(IPC::System::Simple) >= 1.18 Requires: perl(JSON) >= 2.17 Requires: perl(List::MoreUtils) >= 0.22 Requires: perl(Modern::Perl) >= 1.03 Requires: perl(Module::Load) >= 0.16 Requires: perl(Object::ID) >= v0.1.0 +Requires: perl(Path::Tiny) >= 0.036 Requires: perl(Perl6::Caller) >= 0.100 Requires: perl(Taint::Util) >= 0.06 Requires: perl(Text::Wrap) >= 2009.0305 @@ -149,18 +152,19 @@ like a branch you control) and implement it yourself. %setup -q -n perl5i-v%{version} %build -perl Build.PL installdirs=vendor optimize="%{optflags}" +perl Build.PL --installdirs=vendor --optimize="%{optflags}" ./Build %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %{_fixperms} %{buildroot} %check ./Build test %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %{_bindir}/perl5i %{perl_vendorlib}/perl5i.pm %{perl_vendorlib}/perl5i/ @@ -172,6 +176,20 @@ perl Build.PL installdirs=vendor optimize="%{optflags}" %{_mandir}/man3/perl5ifaq.3pm* %changelog +* Thu Jul 24 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 2.13.0-1 +- Update to 2.13.0 + - $scalar->path will return a Path::Tiny object using the contents of + $scalar, which makes working with files much, much easier (GH#229, GH#247) + - The project has moved to the evalEmpire organization to allow broader + project admin options (http://github.com/evalEmpire/perl5i) + - Added a project rationale (GH#226, GH#252) + - Fixed a crash if the perl5i command line is fed a null byte + (GH#269, GH#273) + - Stop using deprecated Hash::StoreIterator::eech() (GH#270) + - The methods() meta method now ignores subroutines declared with func() + (GH#222, GH#253) +- Use %%license + * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 2.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 14af169..6255ae7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ebbca3b78fe1d5b394185e039550ab8b perl5i-v2.12.0.tar.gz +f46157faa63100774b05db754a31551d perl5i-v2.13.0.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