2.5.3 bump
This commit is contained in:
parent
33e175fb64
commit
d65f774be0
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/podlators-2.5.0.tar.gz
|
||||
/podlators-2.5.1.tar.gz
|
||||
/podlators-2.5.2.tar.gz
|
||||
/podlators-2.5.3.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-podlators
|
||||
Version: 2.5.2
|
||||
Version: 2.5.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Format POD source into various output formats
|
||||
License: GPL+ or Artistic
|
||||
@ -28,6 +28,7 @@ BuildRequires: perl(Test::More)
|
||||
# Optional tests:
|
||||
BuildRequires: perl(PerlIO::encoding)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(File::Basename)
|
||||
Requires: perl(File::Spec) >= 0.8
|
||||
Requires: perl(Pod::Simple) >= 3.06
|
||||
Conflicts: perl < 4:5.16.1-234
|
||||
@ -64,6 +65,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 08 2013 Petr Pisar <ppisar@redhat.com> - 2.5.3-1
|
||||
- 2.5.3 bump
|
||||
|
||||
* Mon Sep 23 2013 Petr Pisar <ppisar@redhat.com> - 2.5.2-1
|
||||
- 2.5.2 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user