[perl-IO-Pipely/epel7] perl-IO-Pipely: epel7 branch

Denis Fateyev dfateyev at fedoraproject.org
Thu Sep 25 21:17:42 UTC 2014


commit fe278c2eaf6b0c4b20d007d27887e9024833c8f5
Author: Denis Fateyev <denis at fateyev.com>
Date:   Fri Sep 26 03:17:28 2014 +0600

    perl-IO-Pipely: epel7 branch

 perl-IO-Pipely.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Pipely.spec b/perl-IO-Pipely.spec
index 059816d..4728956 100644
--- a/perl-IO-Pipely.spec
+++ b/perl-IO-Pipely.spec
@@ -1,6 +1,6 @@
 Name:           perl-IO-Pipely
 Version:        0.005
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Portably create pipe() or pipe-like handles, one way or another
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,7 +15,9 @@ BuildRequires:  perl(Exporter) >= 5.68
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Fcntl) >= 1.06
 BuildRequires:  perl(IO::Socket) >= 1.31
-BuildRequires:  perl(Scalar::Util) >= 1.29
+# requires 1.29 originally but EL7 has 1.27 in Perl
+# version regressed (used only during test and has a workaround)
+BuildRequires:  perl(Scalar::Util) >= 1.27
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol) >= 1.06
 BuildRequires:  perl(Test::More) >= 0.98
@@ -59,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 25 2014 Denis Fateyev <denis at fateyev.com> - 0.005-4
+- Weaken dependencies used for test (for epel7)
+
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.005-3
 - Perl 5.20 rebuild
 


More information about the scm-commits mailing list