diff --git a/.gitignore b/.gitignore index 5d09be2..ac8482e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ Text-VimColor-0.11.tar.gz /Text-VimColor-0.23.tar.gz /Text-VimColor-0.24.tar.gz /Text-VimColor-0.25.tar.gz +/Text-VimColor-0.26.tar.gz diff --git a/perl-Text-VimColor.spec b/perl-Text-VimColor.spec index b895ca2..3cc7910 100644 --- a/perl-Text-VimColor.spec +++ b/perl-Text-VimColor.spec @@ -1,5 +1,5 @@ Name: perl-Text-VimColor -Version: 0.25 +Version: 0.26 Release: 1%{?dist} Summary: Syntax color text in HTML or XML using Vim License: GPL+ or Artistic @@ -30,6 +30,7 @@ BuildRequires: perl(Exporter) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(lib) +BuildRequires: perl(Test::File::ShareDir::Dist) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(version) BuildRequires: vim-enhanced @@ -75,6 +76,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Mar 23 2015 Petr Šabata - 0.26-1 +- 0.26 bump + * Mon Mar 02 2015 Petr Šabata - 0.25-1 - 0.25 bump diff --git a/sources b/sources index d80ea91..54cd604 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91ae616a8925bbf6bac3b8c85a003c1b Text-VimColor-0.25.tar.gz +cda2c0006b40c5489d6718baecc7da89 Text-VimColor-0.26.tar.gz