This commit is contained in:
Tom Callaway 2015-10-13 09:31:48 -07:00
parent 5ea6b0a2f9
commit 15ec7a765d
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/HTML-Format-2.11.tar.gz
/HTML-Format-2.12.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-HTML-Format
Version: 2.11
Release: 6%{?dist}
Version: 2.12
Release: 1%{?dist}
Summary: HTML formatter modules
Group: Development/Libraries
@ -15,7 +15,7 @@ BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(File::Slurper)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Font::AFM) >= 1.17
BuildRequires: perl(HTML::Element) >= 3.15
@ -102,6 +102,9 @@ cd ..
%{_mandir}/man3/HTML*
%changelog
* Tue Oct 13 2015 Tom Callaway <spot@fedoraproject.org> - 2.12-1
- update to 2.12
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
e69875098e9c2777d8d196d95f96b62e HTML-Format-2.11.tar.gz
36fa95c8ef70523d0398fe219b3dc3ea HTML-Format-2.12.tar.gz