ppisar pushed to perl-Syntax-Highlight-Engine-Kate (f22). "0.10 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 3 13:02:26 UTC 2015


From d3976bb37ad694dde479dc387b54af382b238c48 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 3 Aug 2015 14:53:28 +0200
Subject: 0.10 bump


diff --git a/.gitignore b/.gitignore
index 5ae65ee..8419e6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Syntax-Highlight-Engine-Kate-0.04.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
+/Syntax-Highlight-Engine-Kate-0.10.tar.gz
diff --git a/perl-Syntax-Highlight-Engine-Kate.spec b/perl-Syntax-Highlight-Engine-Kate.spec
index 911145d..051e81f 100644
--- a/perl-Syntax-Highlight-Engine-Kate.spec
+++ b/perl-Syntax-Highlight-Engine-Kate.spec
@@ -1,43 +1,48 @@
 Name:           perl-Syntax-Highlight-Engine-Kate
-Version:        0.09
-Release:        2%{?dist}
+Version:        0.10
+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
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(Config)
-BuildRequires:  perl(Cwd)
-BuildRequires:  perl(ExtUtils::MM_Unix)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Fcntl)
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Path)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(vars)
+BuildRequires:  perl(inc::Module::Install) >= 0.91
+BuildRequires:  perl(Module::Install::Metadata)
+BuildRequires:  perl(Module::Install::WriteAll)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Basename)
+# lib not used
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Term::ANSIColor not used
 BuildRequires:  perl(XML::Dumper)
 BuildRequires:  perl(XML::TokeParser)
-BuildRequires:  perl(warnings)
-# Tests only:
+# Tests:
 BuildRequires:  perl(constant)
 BuildRequires:  perl(diagnostics)
-BuildRequires:  perl(lib)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Test::Differences) >= 0.61
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::More) >= 1.00
 BuildRequires:  perl(Test::Warn) >= 0.30
 BuildRequires:  perl(Time::HiRes)
+# Optional tests:
+# Test::Pod 1.00 not used
 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
@@ -46,6 +51,9 @@ engine of the Kate text editor.
 %prep
 %setup -q -n Syntax-Highlight-Engine-Kate-%{version}
 find -type f -exec chmod -c -x {} +
+# Remove bundled modules
+rm -rf ./inc
+sed -i '/^inc\//d' MANIFEST
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -65,6 +73,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 03 2015 Petr Pisar <ppisar at redhat.com> - 0.10-1
+- 0.10 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.09-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c82fe8b..d64708f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-638f8cf2b3546dab0da850554d7a4a55  Syntax-Highlight-Engine-Kate-0.09.tar.gz
+db12cb08ffffd0a14ea173d3fb741518  Syntax-Highlight-Engine-Kate-0.10.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Syntax-Highlight-Engine-Kate.git/commit/?h=f22&id=d3976bb37ad694dde479dc387b54af382b238c48


More information about the perl-devel mailing list