Prevent FTBFS by adding a missing build time dependency

This commit is contained in:
Petr Šabata 2015-08-26 17:10:06 +02:00
parent 12c96bb665
commit 55a069f40a
1 changed files with 5 additions and 1 deletions

View File

@ -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@redhat.com> - 7.11-2
- Prevent FTBFS by adding a missing build time dependency
* Fri Jul 17 2015 Paul Howarth <paul@city-fan.org> - 7.11-1
- Update to 7.11
- AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra