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

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Jun 9 11:02:26 UTC 2014


commit 9fb2142825301002c121457dcc6c3f7db3efe192
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Jun 9 13:02:14 2014 +0200

    0.09 bump

 .gitignore                                         |    1 +
 ...ight-Engine-Kate-0.08-RT84982-insensitive.patch |   52 --------------------
 perl-Syntax-Highlight-Engine-Kate.spec             |   11 ++--
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 58 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 352e7d4..f859ad2 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:        5%{?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)
@@ -37,6 +35,7 @@ BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Test::Differences) >= 0.61
 BuildRequires:  perl(Test::More) >= 0.88
+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
+* Mon Jun 09 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.09-1
+- 0.09 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.08-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
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 scm-commits mailing list