[perl-Syntax-Highlight-Engine-Kate] 0.06 bump

Petr Pisar ppisar at fedoraproject.org
Thu Sep 16 17:12:21 UTC 2010


commit e44757bba6a6d664b0f54097e5be33f46acb5845
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Sep 16 19:12:05 2010 +0200

    0.06 bump

 .gitignore                             |    1 +
 perl-Syntax-Highlight-Engine-Kate.spec |   23 ++++++++++++++++-------
 sources                                |    3 +--
 3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f7d024..95f351d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Syntax-Highlight-Engine-Kate-0.04-notdefined.patch
 Syntax-Highlight-Engine-Kate-0.04.tar.gz
+/Syntax-Highlight-Engine-Kate-0.06.tar.gz
diff --git a/perl-Syntax-Highlight-Engine-Kate.spec b/perl-Syntax-Highlight-Engine-Kate.spec
index 8710ffe..d21d763 100644
--- a/perl-Syntax-Highlight-Engine-Kate.spec
+++ b/perl-Syntax-Highlight-Engine-Kate.spec
@@ -1,16 +1,20 @@
 Name:           perl-Syntax-Highlight-Engine-Kate
-Version:        0.04
-Release:        7%{?dist}
-Summary:        Port to Perl of the syntax highlight engine of the Kate texteditor
+Version:        0.06
+Release:        1%{?dist}
+Summary:        Port to Perl of the syntax highlight engine of the Kate text editor
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/
-Source0:        http://www.cpan.org/authors/id/H/HA/HANJE/Syntax-Highlight-Engine-Kate-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/S/SZ/SZABGAB/Syntax-Highlight-Engine-Kate-%{version}.tar.gz
 # http://rt.cpan.org/Public/Bug/Display.html?id=45512
-Patch0:         Syntax-Highlight-Engine-Kate-0.04-notdefined.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(File::Basename)
+# Tests only:
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -19,7 +23,6 @@ engine of the Kate text editor.
 
 %prep
 %setup -q -n Syntax-Highlight-Engine-Kate-%{version}
-%patch0 -p1
 
 rm -rf lib/Syntax/Highlight/Engine/Kate/Alerts
 find -type f -exec chmod -x {} \;
@@ -54,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 16 2010 Petr Pisar <ppisar at redhat.com> - 0.06-1
+- 0.06 bump
+- Add new BuildRequires
+- Remove merged patch
+- Correct summary spelling
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.04-7
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 5800688..783fac8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-4b70ee4290e4f6cd20d022a36ca16ccd  Syntax-Highlight-Engine-Kate-0.04-notdefined.patch
-7f94ab9430a4c8504bb93c7974bb7493  Syntax-Highlight-Engine-Kate-0.04.tar.gz
+c8a46e68f01ac13b508693c88b13c2aa  Syntax-Highlight-Engine-Kate-0.06.tar.gz


More information about the scm-commits mailing list