[perl-Syntax-Highlight-Engine-Kate/f19] 0.09 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Sep 18 08:07:46 UTC 2014


commit 13a1f795f8fd79056767fbd5e89dac452fdacdc1
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Sep 18 10:07:36 2014 +0200

    0.09 bump

 .gitignore                             |    1 +
 perl-Syntax-Highlight-Engine-Kate.spec |   13 +++++++------
 sources                                |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68becda..5ae65ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Syntax-Highlight-Engine-Kate-0.04.tar.gz
 /Syntax-Highlight-Engine-Kate-0.06.tar.gz
 /Syntax-Highlight-Engine-Kate-0.07.tar.gz
 /Syntax-Highlight-Engine-Kate-0.08.tar.gz
+/Syntax-Highlight-Engine-Kate-0.09.tar.gz
diff --git a/perl-Syntax-Highlight-Engine-Kate.spec b/perl-Syntax-Highlight-Engine-Kate.spec
index a554a52..41b58c9 100644
--- a/perl-Syntax-Highlight-Engine-Kate.spec
+++ b/perl-Syntax-Highlight-Engine-Kate.spec
@@ -1,13 +1,11 @@
 Name:           perl-Syntax-Highlight-Engine-Kate
-Version:        0.08
-Release:        2%{?dist}
+Version:        0.09
+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/S/SZ/SZABGAB/Syntax-Highlight-Engine-Kate-%{version}.tar.gz
-# Add support case insensitive names (CPAN RT#84982)
-Patch0:         Syntax-Highlight-Engine-Kate-0.08-RT84982-insensitive.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Config)
@@ -36,7 +34,8 @@ BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Test::Differences) >= 0.61
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::Warn) >= 0.30
 BuildRequires:  perl(Time::HiRes)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
@@ -46,7 +45,6 @@ engine of the Kate text editor.
 
 %prep
 %setup -q -n Syntax-Highlight-Engine-Kate-%{version}
-%patch0 -p1
 find -type f -exec chmod -c -x {} +
 
 %build
@@ -67,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 17 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.09-1
+- 0.09 bump
+
 * Tue Jan 07 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.08-2
 - Apply upstream case sensitivity patch (CPAN RT#84982) - jfearn at redhat.com
 
diff --git a/sources b/sources
index e75e113..c82fe8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-717f969580fb5894c818fbbc627cc37e  Syntax-Highlight-Engine-Kate-0.08.tar.gz
+638f8cf2b3546dab0da850554d7a4a55  Syntax-Highlight-Engine-Kate-0.09.tar.gz



More information about the perl-devel mailing list