commit 996262a95881461e0ad91ee0b9ba170bae7321c0 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Tue Dec 10 13:39:37 2013 +0100 1.358 bump .gitignore | 1 + .rpmlint | 2 ++ filter-provides.sh | 11 ----------- filter-requires.sh | 10 ---------- perl-POE.spec | 48 +++++++++++++++++++++++++++--------------------- sources | 2 +- 6 files changed, 31 insertions(+), 43 deletions(-) --- diff --git a/.gitignore b/.gitignore index 997ad5a..4fbb806 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..1351441 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* toolkits"); diff --git a/perl-POE.spec b/perl-POE.spec index 43f3987..161ce84 100644 --- a/perl-POE.spec +++ b/perl-POE.spec @@ -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@xxxxxxxxxx> - 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@xxxxxxxxxx> - 1.356-1 - 1.356 bump diff --git a/sources b/sources index 5bfd68e..81a84f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -287f75fb2ae59fb9de16abfdca01baae POE-1.356.tar.gz +0fb64ec09c2a2b22bb555a2a0de7d638 POE-1.358.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