[perl-Text-VimColor] 0.17 bump

Petr Pisar ppisar at fedoraproject.org
Thu Mar 22 13:03:51 UTC 2012


commit cbebdd91d3a328dbd518587f0a61f7bef5d2af17
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Mar 22 14:03:23 2012 +0100

    0.17 bump

 .gitignore              |    1 +
 perl-Text-VimColor.spec |    9 ++++++---
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fdd18e..df78133 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Text-VimColor-0.11.tar.gz
 /Text-VimColor-0.13.tar.gz
 /Text-VimColor-0.14.tar.gz
 /Text-VimColor-0.15.tar.gz
+/Text-VimColor-0.17.tar.gz
diff --git a/perl-Text-VimColor.spec b/perl-Text-VimColor.spec
index 412c44f..85ef663 100644
--- a/perl-Text-VimColor.spec
+++ b/perl-Text-VimColor.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-VimColor
-Version:        0.15
+Version:        0.17
 Release:        1%{?dist}
 Summary:        Syntax color text in HTML or XML using Vim
 License:        GPL+ or Artistic
@@ -9,6 +9,7 @@ Source0:        http://www.cpan.org/authors/id/R/RW/RWSTAUNER/Text-VimColor-%{ve
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(File::ShareDir::Install) >= 0.03
+BuildRequires:  perl(IPC::Open3)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(File::ShareDir)
@@ -53,8 +54,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-# Tests must run under UTF-8 locale (RT#75880)
-LC_ALL=en_US.UTF-8 make test
+make test
 
 %files
 %doc Changes README
@@ -66,6 +66,9 @@ LC_ALL=en_US.UTF-8 make test
 %{_mandir}/man1/text-vimcolor.1.gz
 
 %changelog
+* Thu Mar 22 2012 Petr Pisar <ppisar at redhat.com> - 0.17-1
+- 0.17 bump
+
 * Mon Mar 19 2012 Petr Pisar <ppisar at redhat.com> - 0.15-1
 - 0.15 bump
 
diff --git a/sources b/sources
index 60481bc..8aa821e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43f905da3ab7ffe6061ce19403ee2c2a  Text-VimColor-0.15.tar.gz
+7b5d41ea12e7080294a31a381d3f6e0f  Text-VimColor-0.17.tar.gz



More information about the perl-devel mailing list