This commit is contained in:
Fedora Release Engineering 2017-02-11 02:55:02 +00:00
parent e47f4ca49b
commit bba7008396
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Eval-Closure
Version: 0.14
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Safely and cleanly create closures via string eval
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Eval-Closure/
@ -78,6 +78,9 @@ make test
%{_mandir}/man3/Eval::Closure.3*
%changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 0.14-1
- Update to 0.14
- A couple of minor optimizations (GH#8)