psabata pushed to perl-AnyEvent (master). "Prevent FTBFS by adding a missing build time dependency"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Aug 26 15:10:23 UTC 2015


From 55a069f40a0cc5bbb696223fd8e080d0b682300c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Wed, 26 Aug 2015 17:10:06 +0200
Subject: Prevent FTBFS by adding a missing build time dependency


diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index fbf8524..3bb6ae2 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -5,7 +5,7 @@
 
 Name:           perl-AnyEvent
 Version:        7.11
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Framework for multiple event loops
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -29,6 +29,7 @@ BuildRequires:  perl(List::Util)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(Storable)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Time::HiRes)
 
@@ -162,6 +163,9 @@ make test
 
 
 %changelog
+* Wed Aug 26 2015 Petr Ĺ abata <contyk at redhat.com> - 7.11-2
+- Prevent FTBFS by adding a missing build time dependency
+
 * Fri Jul 17 2015 Paul Howarth <paul at city-fan.org> - 7.11-1
 - Update to 7.11
   - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=master&id=55a069f40a0cc5bbb696223fd8e080d0b682300c


More information about the perl-devel mailing list