Author: ppisar Update of /cvs/pkgs/rpms/perl-Fedora-Bugzilla/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23803 Modified Files: perl-Fedora-Bugzilla.spec Log Message: Fix dependecies Index: perl-Fedora-Bugzilla.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Fedora-Bugzilla/devel/perl-Fedora-Bugzilla.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Fedora-Bugzilla.spec 1 May 2010 02:49:42 -0000 1.10 +++ perl-Fedora-Bugzilla.spec 16 Jun 2010 10:21:55 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Fedora-Bugzilla Version: 0.13 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Access Fedora's Bugzilla Group: Development/Libraries @@ -40,11 +40,13 @@ BuildRequires: perl(XML::Twig) BuildRequires: perl(CPAN) # tests +BuildRequires: perl(MooseX::Types::DateTimeX) BuildRequires: perl(Test::More) # not automagically picked up atm (grrr) Requires: perl(Crypt::SSLeay) Requires: perl(MooseX::MultiInitArg) +Requires: perl(RPC::XML::Client) %description The XML-RPC interface to bugzilla is quite useful, and while Bugzilla 3.x @@ -93,6 +95,11 @@ rm -rf %{buildroot} %changelog +* Wed Jun 16 2010 Petr Pisar <ppisar@xxxxxxxxxx> - 0.13-5 +- Add perl(RPC::XML::Client) requires (related to bug #529172) +- Add perl(MooseX::Types::DateTimeX) build requires because of tests + (bug #600026) + * Sat May 01 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.13-4 - Mass rebuild with perl-5.12.0 -- 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