rpms/perl-Net-Amazon-S3/devel perl-Net-Amazon-S3.spec,1.2,1.3

Robert H. Rati rrati at fedoraproject.org
Mon Mar 24 16:56:21 UTC 2008


Author: rrati

Update of /cvs/pkgs/rpms/perl-Net-Amazon-S3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17750

Modified Files:
	perl-Net-Amazon-S3.spec 
Log Message:
Fix missing dependency on perl-Class-Accessor.



Index: perl-Net-Amazon-S3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Amazon-S3/devel/perl-Net-Amazon-S3.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Net-Amazon-S3.spec	11 Mar 2008 14:38:00 -0000	1.2
+++ perl-Net-Amazon-S3.spec	24 Mar 2008 16:55:41 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: Use the Amazon Simple Storage Service (S3)
 Name: perl-Net-Amazon-S3
 Version: 0.43
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/Net-Amazon-S3/
@@ -22,6 +22,7 @@
 Requires: perl(LWP::UserAgent::Determined)
 Requires: perl(XML::LibXML)
 Requires: perl(XML::LibXML::XPathContext)
+Requires: perl(Class::Accessor)
 
 
 %description
@@ -76,6 +77,9 @@
 
 
 %changelog
+* Mon Mar 24 2008  Robert Rati <rrati at redhat> - 0.43-3
+- Fixed missing dependency on Class::Accessor perl module
+
 * Thu Mar  6 2008  Robert Rati <rrati at redhat> - 0.43-2
 - Package now owns all files/directories from Net on down
   to conform to packaging standards




More information about the Fedora-perl-devel-list mailing list