From fa8e40c2123481dad0059ba1247a256ac5b78de2 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 03 2015 12:59:12 +0000 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 1b50649..f5fab39 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: 4%{?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 - 0.10-1 +- 0.10 bump + * Thu Jun 18 2015 Fedora Release Engineering - 0.09-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_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