diff --git a/perl-Scope-Guard.spec b/perl-Scope-Guard.spec index 8822594..8b5b453 100644 --- a/perl-Scope-Guard.spec +++ b/perl-Scope-Guard.spec @@ -1,7 +1,7 @@ Name: perl-Scope-Guard Summary: Lexically scoped resource management Version: 0.21 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHOCOLATE/Scope-Guard-%{version}.tar.gz @@ -55,6 +55,9 @@ make test %{_mandir}/man3/Scope::Guard.3* %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.21-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Mon Jul 20 2015 Paul Howarth - 0.21-1 - Update to 0.21 - Remove useless use of UNIVERSAL::isa (CPAN RT#105948)