This commit is contained in:
Dennis Gilmore 2014-06-07 06:05:32 -05:00
parent 3ce7a62632
commit 22b08f29a2

View File

@ -1,6 +1,6 @@
Name: perl-Test-Pod-Coverage
Version: 1.08
Release: 22%{?dist}
Release: 23%{?dist}
Summary: Check for pod coverage in your distribution
Group: Development/Libraries
License: GPL+ or Artistic
@ -48,6 +48,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon Feb 17 2014 Petr Pisar <ppisar@redhat.com> - 1.08-22
- Modernize spec file
- Specify all dependencies (bug #1066046)