[perl-PPI-HTML] 1.08 bump

Petr Pisar ppisar at fedoraproject.org
Thu Oct 25 12:10:25 UTC 2012


commit 06872b220a455318f40ec50b1667631dcd68cdb4
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Oct 25 13:05:20 2012 +0200

    1.08 bump

 .gitignore         |    1 +
 perl-PPI-HTML.spec |   26 +++++++++++++++++++++-----
 sources            |    2 +-
 3 files changed, 23 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 824e641..ef0ca64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 PPI-HTML-1.07.tar.gz
+/PPI-HTML-1.08.tar.gz
diff --git a/perl-PPI-HTML.spec b/perl-PPI-HTML.spec
index eb2e3bf..1284aa4 100644
--- a/perl-PPI-HTML.spec
+++ b/perl-PPI-HTML.spec
@@ -1,6 +1,6 @@
 Name:           perl-PPI-HTML
-Version:        1.07
-Release:        13%{?dist}
+Version:        1.08
+Release:        1%{?dist}
 Summary:        Generate syntax-hightlighted HTML for Perl using PPI
 
 Group:          Development/Libraries
@@ -10,11 +10,24 @@ Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/PPI-HTML-%{version}.ta
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(CSS::Tiny)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+# Run-time:
+BuildRequires:  perl(CSS::Tiny) >= 1.10
 BuildRequires:  perl(Params::Util) => 0.05
-BuildRequires:  perl(PPI)
-BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(PPI) >= 0.990
+BuildRequires:  perl(PPI::Document)
+# Tests:
+BuildRequires:  perl(File::Spec) >= 0.80
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More) >= 0.47
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(CSS::Tiny) >= 1.10
+Requires:       perl(Params::Util) => 0.05
+Requires:       perl(PPI) >= 0.990
+
+# Filter under specified dependencies
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(CSS::Tiny|Params::Util|PPI\\)$
 
 %description
 PPI::HTML converts Perl documents into syntax highlighted HTML pages.
@@ -54,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 25 2012 Petr Pisar <ppisar at redhat.com> - 1.08-1
+- 1.08 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.07-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 8005dfd..d72216c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2858d87c0e12ab87845606957bcd122  PPI-HTML-1.07.tar.gz
+7485ae90643992f410fba6ba6573872f  PPI-HTML-1.08.tar.gz


More information about the scm-commits mailing list