[perl-utf8-all] 0.012 bump

Petr Pisar ppisar at fedoraproject.org
Tue Aug 5 10:51:16 UTC 2014


commit b6c47154a98ed51722a7457784b5e6b0db934861
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 5 12:50:49 2014 +0200

    0.012 bump

 .gitignore         |    1 +
 perl-utf8-all.spec |   18 +++++++++---------
 sources            |    2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 449713a..74b594d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /utf8-all-0.010.tar.gz
 /utf8-all-0.011.tar.gz
+/utf8-all-0.012.tar.gz
diff --git a/perl-utf8-all.spec b/perl-utf8-all.spec
index 349b6b9..ff28bb8 100644
--- a/perl-utf8-all.spec
+++ b/perl-utf8-all.spec
@@ -1,6 +1,6 @@
 Name:           perl-utf8-all
-Version:        0.011
-Release:        2%{?dist}
+Version:        0.012
+Release:        1%{?dist}
 Summary:        Turn on Unicode everywhere
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -13,7 +13,6 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Module::Build) >= 0.3601
 # Run-time:
 BuildRequires:  perl(charnames)
-BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(feature)
 BuildRequires:  perl(Import::Into)
@@ -22,19 +21,17 @@ BuildRequires:  perl(parent)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(utf8)
 # Tests:
-BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(autodie)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(locale)
 BuildRequires:  perl(PerlIO)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(version) >= 0.77
-# Optional tests:
-BuildRequires:  perl(autodie) >= 2.12
-BuildRequires:  perl(Test::Script) >= 1.05
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(Dist::CheckConflicts) >= 0.02
-Conflicts:      perl(autodie) <= 2.11
 
 %description
 Pragma utf8 allows you to write your Perl encoded in UTF-8. That means UTF-8
@@ -65,6 +62,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 05 2014 Petr Pisar <ppisar at redhat.com> - 0.012-1
+- 0.012 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.011-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 9f8da1a..5ca51a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08fdc336476f0eb147b440fe78f09fdd  utf8-all-0.011.tar.gz
+20d36946ab8d5e73d32ac36021565b76  utf8-all-0.012.tar.gz



More information about the perl-devel mailing list