From 4ec688409d8df4883613bb0fe089793aaee0407e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Wed, 5 Mar 2014 13:10:41 +0100
Subject: 6.37 bump
---
.gitignore | 1 +
perl-Coro.spec | 22 ++++++++++++++--------
sources | 2 +-
3 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/.gitignore b/.gitignore
index a61af71..b6fdeb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/Coro-6.31.tar.gz
/Coro-6.32.tar.gz
/Coro-6.33.tar.gz
+/Coro-6.37.tar.gz
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 4505ee4..f9463b8 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,5 +1,5 @@
Name: perl-Coro
-Version: 6.33
+Version: 6.37
Release: 1%{?dist}
Summary: The only real threads in perl
# Coro/libcoro: GPLv2 or BSD
@@ -20,28 +20,30 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
# Run-time:
BuildRequires: perl(AnyEvent) >= 7
-BuildRequires: perl(AnyEvent::DNS)
+# AnyEvent::AIO >= 1 not used at tests
+# AnyEvent::BDB >= 1 not used at tests
+# AnyEvent::DNS not used at tests
BuildRequires: perl(AnyEvent::Socket)
BuildRequires: perl(AnyEvent::Util)
BuildRequires: perl(base)
+# BDB not used at tests
BuildRequires: perl(Carp)
BuildRequires: perl(common::sense)
BuildRequires: perl(Errno)
BuildRequires: perl(Exporter)
BuildRequires: perl(Guard) >= 0.5
+# IO::AIO >= 3.1 not used at tests
BuildRequires: perl(IO::Socket::INET)
-# Net::* not used
+# Net::Config not used at tests
+# Net::FTP not used at tests
+# Net::HTTP not used at tests
+# Net::NNTP not used at tests
BuildRequires: perl(overload)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Socket)
BuildRequires: perl(Storable) >= 2.15
BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader)
-# Recommended optional modules
-BuildRequires: perl(AnyEvent::AIO) >= 1
-BuildRequires: perl(AnyEvent::BDB) >= 1
-BuildRequires: perl(BDB)
-# IO::AIO >= 3.1 not used
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Export correct required versions
Requires: perl(AnyEvent) >= 7
@@ -51,6 +53,7 @@ Requires: perl(EV) >= 4
Requires: perl(Event) >= 1.08
Requires: perl(Guard) >= 0.5
Requires: perl(Storable) >= 2.15
+Requires: perl(warnings)
%if 0%{?rhel} && 0%{?rhel} < 7
# RPM 4.8 style:
@@ -148,6 +151,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Wed Mar 05 2014 Petr Pisar <[email protected]> - 6.37-1
+- 6.37 bump
+
* Tue Nov 19 2013 Petr Pisar <[email protected]> - 6.33-1
- 6.33 bump
diff --git a/sources b/sources
index bf2c9b0..4e3f253 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-edad4fbd0458e95b3f1734b09852d273 Coro-6.33.tar.gz
+ed83c1ae97fcb0380f89d00805c98524 Coro-6.37.tar.gz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Coro.git/commit/?h=epel7&id=4ec688409d8df4883613bb0fe089793aaee0407e
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]