[perl-Padre] 0.78 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jan 17 13:27:59 UTC 2011


commit e514dee312bf2bb36e66863c77ca83a2b57334d6
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jan 17 14:27:34 2011 +0100

    0.78 bump

 .gitignore      |    1 +
 perl-Padre.spec |   10 +++++++++-
 sources         |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bfae0a1..265b95a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Padre-0.64.tar.gz
 /Padre-0.72.tar.gz
 /Padre-0.74.tar.gz
 /Padre-0.76.tar.gz
+/Padre-0.78.tar.gz
diff --git a/perl-Padre.spec b/perl-Padre.spec
index 038d469..b1f9949 100644
--- a/perl-Padre.spec
+++ b/perl-Padre.spec
@@ -2,7 +2,7 @@
 %global use_x11_tests 0
 
 Name:           perl-Padre
-Version:        0.76
+Version:        0.78
 Release:        1%{?dist}
 Summary:        Perl Application Development and Refactoring Environment
 License:        GPL+ or Artistic
@@ -75,6 +75,8 @@ BuildRequires:  perl(Pod::POM) >= 0.17
 BuildRequires:  perl(Pod::Perldoc) >= 3.15
 BuildRequires:  perl(Pod::Simple) >= 3.07
 BuildRequires:  perl(Pod::Simple::XHTML) >= 3.04
+# POD2 directory is used at run time (and test). Seem META.yml.
+BuildRequires:  perl(POD2::Base) >= 0.043
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(PPI) >= 1.213
 BuildRequires:  perl(PPIx::EditorTools) >= 0.09
@@ -173,6 +175,8 @@ Requires:       perl(Pod::Perldoc) >= 3.15
 Requires:       perl(Pod::POM) >= 0.17
 Requires:       perl(Pod::Simple) >= 3.07
 Requires:       perl(Pod::Simple::XHTML) >= 3.04
+# POD2 directory is used at run time (and test). Seem META.yml.
+Requires:       perl(POD2::Base) >= 0.043
 Requires:       perl(Probe::Perl) >= 0.01
 Requires:       perl(Readonly::XS) >= 1.05
 Requires:       perl(Storable) >= 2.15
@@ -272,6 +276,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 17 2011 Petr Pisar <ppisar at redhat.com> - 0.78-1
+- 0.78 bump
+- (Build)Require POD2::Base (POD2 directory is used at run and test time.
+
 * Thu Dec 09 2010 Petr Pisar <ppisar at redhat.com> - 0.76-1
 - 0.76 bump
 
diff --git a/sources b/sources
index 724886e..1c9eaa6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e324129ce1e964750f97fed5e1e31d8  Padre-0.76.tar.gz
+26387ba12e91f759510e1e9ff983f2f4  Padre-0.78.tar.gz



More information about the perl-devel mailing list