diff --git a/perl-POE-Component-Server-SOAP.spec b/perl-POE-Component-Server-SOAP.spec index 748006b..1342584 100644 --- a/perl-POE-Component-Server-SOAP.spec +++ b/perl-POE-Component-Server-SOAP.spec @@ -1,8 +1,8 @@ Name: perl-POE-Component-Server-SOAP Version: 1.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Publish POE event handlers via SOAP over HTTP -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-SOAP/ Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-Server-SOAP-%{version}.tar.gz @@ -14,7 +14,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi BuildRequires: perl(POE) >= 0.29 BuildRequires: perl(POE::Component::Server::SimpleHTTP) >= 1.10 BuildRequires: perl(SOAP::Lite) >= 0.55 - +BuildRequires: perl(Test::More) %description This module makes serving SOAP/1.1 requests a breeze in POE. @@ -54,6 +54,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Jan 10 2008 Ralf Corsépius 1.11-2 +- Update License-tag. +- BR: perl(Test::More) (BZ 419631). + * Sat Jun 02 2007 Chris Weyl 1.11-1 - update to 1.11 - add t/ to doc