[perl-Syntax-Highlight-Engine-Kate] Update dependencies

Petr Pisar ppisar at fedoraproject.org
Thu Nov 8 13:28:08 UTC 2012


commit 4b75abb560cfdafd541f335730d90104f389415c
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Nov 8 14:20:26 2012 +0100

    Update dependencies

 perl-Syntax-Highlight-Engine-Kate.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-Syntax-Highlight-Engine-Kate.spec b/perl-Syntax-Highlight-Engine-Kate.spec
index d4137ee..8085f06 100644
--- a/perl-Syntax-Highlight-Engine-Kate.spec
+++ b/perl-Syntax-Highlight-Engine-Kate.spec
@@ -1,6 +1,6 @@
 Name:           perl-Syntax-Highlight-Engine-Kate
 Version:        0.07
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Port to Perl of the syntax highlight engine of the Kate text editor
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -14,10 +14,15 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Basename)
 # Tests only:
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Test::Differences) >= 0.61
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(base)
 
 %description
 Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight
@@ -49,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 08 2012 Petr Pisar <ppisar at redhat.com> - 0.07-3
+- Update dependencies
+
 * Wed Sep 26 2012 Petr Pisar <ppisar at redhat.com> - 0.07-2
 - Remove unneeded dependencies
 


More information about the scm-commits mailing list