1.358 bump

This commit is contained in:
Petr Písař 2013-12-10 13:39:37 +01:00
parent 13e0611fec
commit 996262a958
6 changed files with 31 additions and 43 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ POE-1.289.tar.gz
/POE-1.353.tar.gz
/POE-1.354.tar.gz
/POE-1.356.tar.gz
/POE-1.358.tar.gz

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* toolkits");

View File

@ -1,11 +0,0 @@
#!/bin/sh
#
# filter some redundant stuff. This is part of the fedora-extras perl-POE
# package.
#
# Chris Weyl <cweyl@alumni.drew.edu> 2006
/usr/lib/rpm/perl.prov $* | \
sed -e '/^perl(POE::Kernel)$/d' -e '/^perl(POE::Loop::Tk)$/d' \
-e 's/:Resources:/:Resource:/'

View File

@ -1,10 +0,0 @@
#!/bin/sh
#
# filter some redundant stuff. This is part of the fedora-extras perl-POE
# package.
#
# Chris Weyl <cweyl@alumni.drew.edu> 2006
/usr/lib/rpm/perl.req $* | \
sed -e '/^perl(Tk)$/d'

View File

@ -1,5 +1,5 @@
Name: perl-POE
Version: 1.356
Version: 1.358
Release: 1%{?dist}
Summary: POE - portable multitasking and networking framework for Perl
@ -31,16 +31,11 @@ BuildRequires: perl(HTTP::Response)
BuildRequires: perl(HTTP::Status)
BuildRequires: perl(IO) >= 1.24
BuildRequires: perl(IO::Handle) >= 1.27
BuildRequires: perl(IO::Pipely)
BuildRequires: perl(IO::Pipely) >= 0.005
BuildRequires: perl(IO::Poll) >= 0.01
BuildRequires: perl(IO::Pty) >= 1.02
BuildRequires: perl(IO::Socket)
BuildRequires: perl(IO::Tty) >= 1.08
# POE::Test::Loops unsurprisingly requires POE
# ...and it's not in EPEL at the moment
%if 0%{!?perl_bootstrap:1} && ! ( 0%{?rhel} )
BuildRequires: perl(POE::Test::Loops) >= 1.352
%endif
BuildRequires: perl(POSIX) >= 1.02
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Socket) >= 1.7
@ -49,7 +44,7 @@ BuildRequires: perl(Storable) >= 2.16
BuildRequires: perl(strict)
BuildRequires: perl(Symbol)
BuildRequires: perl(Sys::Hostname)
BuildRequires: perl(Term::Cap) >= 1.09
BuildRequires: perl(Term::Cap) >= 1.10
BuildRequires: perl(Term::ReadKey) >= 2.21
BuildRequires: perl(Time::HiRes) >= 1.59
BuildRequires: perl(URI) >= 1.30
@ -60,13 +55,19 @@ BuildRequires: perl(Test::Harness) >= 2.26
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
# optional tests
# POE::Test::Loops unsurprisingly requires POE
# ...and it's not in EPEL at the moment
%if 0%{!?perl_bootstrap:1} && ! ( 0%{?rhel} )
BuildRequires: perl(POE::Test::Loops) >= 1.352
%endif
Requires: perl(Compress::Zlib)
Requires: perl(Data::Dumper)
Requires: perl(Errno) >= 1.09
Requires: perl(Exporter)
Requires: perl(File::Spec) >= 0.87
Requires: perl(IO::Handle) >= 1.27
Requires: perl(IO::Pipely) >= 0.005
Requires: perl(IO::Pty)
Requires: perl(IO::Tty) >= 1.08
Requires: perl(POSIX) >= 1.02
@ -77,16 +78,16 @@ Requires: perl(Time::HiRes) >= 1.59
%{?perl_default_filter}
%global __requires_exclude %{?__requires_exclude:__requires_exclude|}perl\\(Errno\\)
%global __requires_exclude %__requires_exclude|perl\\(File::Spec\\)
%global __requires_exclude %__requires_exclude|perl\\(IO::Handle\\)
%global __requires_exclude %__requires_exclude|perl\\(IO::Tty\\)
%global __requires_exclude %__requires_exclude|perl\\(POE::Test::Loops\\)
%global __requires_exclude %__requires_exclude|perl\\(POSIX\\)
%global __requires_exclude %__requires_exclude|perl\\(Socket\\)
%global __requires_exclude %__requires_exclude|perl\\(Socket6\\)
%global __requires_exclude %__requires_exclude|perl\\(Storable\\)
%global __requires_exclude %__requires_exclude|perl\\(Time::HiRes\\)
%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Errno\\)$
%global __requires_exclude %__requires_exclude|^perl\\(File::Spec\\)$
%global __requires_exclude %__requires_exclude|^perl\\(IO::Handle\\)$
%global __requires_exclude %__requires_exclude|^perl\\(IO::Pipely\\)$
%global __requires_exclude %__requires_exclude|^perl\\(IO::Tty\\)$
%global __requires_exclude %__requires_exclude|^perl\\(POSIX\\)$
%global __requires_exclude %__requires_exclude|^perl\\(Socket\\)$
%global __requires_exclude %__requires_exclude|^perl\\(Socket6\\)$
%global __requires_exclude %__requires_exclude|^perl\\(Storable\\)$
%global __requires_exclude %__requires_exclude|^perl\\(Time::HiRes\\)$
%description
POE is a framework for cooperative, event driven multitasking in Perl.
@ -94,9 +95,9 @@ Other languages have similar frameworks. Python has Twisted. TCL has "the
event loop".
POE originally was developed as the core of a persistent object server and
runtime environment. It has evolved into a general purpose multitasking
run-time environment. It has evolved into a general purpose multitasking
and networking framework, encompassing and providing a consistent interface
to other event loops such as Event and the Tk and Gtk toolkits.
to other event loops such as Event and the Tk and GTK toolkits.
POE is written in layers, each building upon the previous. It's therefore
possible to use POE at varying levels of abstraction.
@ -136,6 +137,11 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Tue Dec 10 2013 Petr Pisar <ppisar@redhat.com> - 1.358-1
- 1.358 bump
- This version is not fully backward compatible with respect to handling
exceptions and __DIE__ signals
* Wed Aug 21 2013 Petr Šabata <contyk@redhat.com> - 1.356-1
- 1.356 bump

View File

@ -1 +1 @@
287f75fb2ae59fb9de16abfdca01baae POE-1.356.tar.gz
0fb64ec09c2a2b22bb555a2a0de7d638 POE-1.358.tar.gz