[perl-podlators] 2.5.2 bump

Petr Pisar ppisar at fedoraproject.org
Mon Sep 23 09:51:53 UTC 2013


commit 33e175fb64181d12cc717d06c3e536bf4ecbe52d
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Sep 23 11:51:19 2013 +0200

    2.5.2 bump

 .gitignore          |    1 +
 perl-podlators.spec |    9 +++++++--
 sources             |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fda31e7..c6f7676 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /podlators-2.4.2.tar.gz
 /podlators-2.5.0.tar.gz
 /podlators-2.5.1.tar.gz
+/podlators-2.5.2.tar.gz
diff --git a/perl-podlators.spec b/perl-podlators.spec
index 56b0301..cbe4f94 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -1,6 +1,6 @@
 Name:           perl-podlators
-Version:        2.5.1
-Release:        291%{?dist}
+Version:        2.5.2
+Release:        1%{?dist}
 Summary:        Format POD source into various output formats
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -25,6 +25,8 @@ BuildRequires:  perl(Term::Cap)
 BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(Test::More)
+# Optional tests:
+BuildRequires:  perl(PerlIO::encoding)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(File::Spec) >= 0.8
 Requires:       perl(Pod::Simple) >= 3.06
@@ -62,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 23 2013 Petr Pisar <ppisar at redhat.com> - 2.5.2-1
+- 2.5.2 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.1-291
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b272ca6..2e34935 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f79d07cf4ac26fd46be1d91a05a82aa  podlators-2.5.1.tar.gz
+debcce4412596dc1301c0df8c86415cf  podlators-2.5.2.tar.gz



More information about the perl-devel mailing list