commit a3dac69eb7f56004dc3b33e584d97f298f1174cc Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Nov 6 09:08:52 2013 +0100 6.32 bump .gitignore | 1 + perl-Coro.spec | 16 ++++++++++++---- sources | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index ea20248..f6cb42b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /Coro-6.23.tar.gz /Coro-6.29.tar.gz /Coro-6.31.tar.gz +/Coro-6.32.tar.gz diff --git a/perl-Coro.spec b/perl-Coro.spec index 0be301e..968ab8d 100644 --- a/perl-Coro.spec +++ b/perl-Coro.spec @@ -1,6 +1,6 @@ Name: perl-Coro -Version: 6.31 -Release: 3%{?dist} +Version: 6.32 +Release: 1%{?dist} Summary: The only real threads in perl # Coro/libcoro: GPLv2 or BSD # Rest of package: GPL+ or Artistic @@ -15,6 +15,7 @@ BuildRequires: perl(Config) BuildRequires: perl(EV) >= 4 BuildRequires: perl(EV::MakeMaker) BuildRequires: perl(Event) >= 1.08 +BuildRequires: perl(Event::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) # Run-time: @@ -25,10 +26,12 @@ BuildRequires: perl(AnyEvent::Util) BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(common::sense) +BuildRequires: perl(Errno) BuildRequires: perl(Exporter) BuildRequires: perl(Guard) >= 0.5 BuildRequires: perl(IO::Socket::INET) # Net::* not used +BuildRequires: perl(overload) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Socket) BuildRequires: perl(Storable) >= 2.15 @@ -49,6 +52,7 @@ Requires: perl(Event) >= 1.08 Requires: perl(Guard) >= 0.5 Requires: perl(Storable) >= 2.15 +%if 0%{?rhel} && 0%{?rhel} < 7 # RPM 4.8 style: # Filter underspecified dependencies %filter_from_requires /^perl(AnyEvent)$/d @@ -59,11 +63,12 @@ Requires: perl(Storable) >= 2.15 %filter_from_requires /^perl(Event)$/d %filter_from_requires /^perl(Guard)$/d %filter_from_requires /^perl(Storable)$/d -%filter_from_provides /^perl(Coro)$/d # Version unversioned Provides %filter_from_provides s/^\(perl(Coro\>[^=]*\)$/\1 = %{version}/ %{?perl_default_filter} +%else +%{?perl_default_filter} # RPM 4.9 style: # Filter underspecified dependencies @@ -75,8 +80,8 @@ Requires: perl(Storable) >= 2.15 %global __requires_exclude %__requires_exclude|^perl\\(Event\\)$ %global __requires_exclude %__requires_exclude|^perl\\(Guard\\)$ %global __requires_exclude %__requires_exclude|^perl\\(Storable\\)$ -%global __requires_exclude %__requires_exclude|^perl\\(Coro\\)$ %global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(Coro\\)$ +%endif %description @@ -143,6 +148,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Nov 06 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 6.32-1 +- 6.32 bump + * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 6.31-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 0bfc9c2..c8ed044 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -519e3304e86ed103c167b299ab94c176 Coro-6.31.tar.gz +2797d7bef2d332ef58c939728cba729c Coro-6.32.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel