Update to 0.14

- New upstream release 0.14
  - A couple of minor optimizations (GH#8)
- BR: perl-generators
- Simplify find command using -delete
This commit is contained in:
Paul Howarth 2016-05-29 13:16:36 +01:00
parent 0cb4712dcf
commit e47f4ca49b
2 changed files with 15 additions and 5 deletions

View File

@ -1,13 +1,17 @@
Name: perl-Eval-Closure
Version: 0.13
Release: 5%{?dist}
Version: 0.14
Release: 1%{?dist}
Summary: Safely and cleanly create closures via string eval
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Eval-Closure/
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Eval-Closure-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
BuildRequires: perl(Carp)
@ -18,9 +22,9 @@ BuildRequires: perl(overload)
BuildRequires: perl(Perl::Tidy)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
BuildRequires: perl(Try::Tiny)
# Test Suite
BuildRequires: perl(B)
BuildRequires: perl(blib)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
@ -61,7 +65,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%check
@ -74,6 +78,12 @@ make test
%{_mandir}/man3/Eval::Closure.3*
%changelog
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 0.14-1
- Update to 0.14
- A couple of minor optimizations (GH#8)
- BR: perl-generators
- Simplify find command using -delete
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.13-5
- Perl 5.24 rebuild

View File

@ -1 +1 @@
20e12ab8b6d4f8370a9d3d89b587040a Eval-Closure-0.13.tar.gz
ceeb1fc579ac9af981fa6b600538c285 Eval-Closure-0.14.tar.gz