This commit is contained in:
Fedora Release Engineering 2016-02-04 15:40:06 +00:00
parent 3c5105cb61
commit bc3d4db2aa

View File

@ -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 <releng@fedoraproject.org> - 0.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Jul 20 2015 Paul Howarth <paul@city-fan.org> - 0.21-1
- Update to 0.21
- Remove useless use of UNIVERSAL::isa (CPAN RT#105948)