rpms/perl-Fedora-Bugzilla/devel perl-Fedora-Bugzilla.spec,1.1,1.2

Chris Weyl cweyl at fedoraproject.org
Thu Feb 19 23:58:08 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Fedora-Bugzilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3440

Modified Files:
	perl-Fedora-Bugzilla.spec 
Log Message:
* Thu Feb 19 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.04-2
- add an explicit requires on perl(MooseX::MultiInitArg)



Index: perl-Fedora-Bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Fedora-Bugzilla/devel/perl-Fedora-Bugzilla.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Fedora-Bugzilla.spec	29 Jan 2009 07:39:48 -0000	1.1
+++ perl-Fedora-Bugzilla.spec	19 Feb 2009 23:57:37 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-Fedora-Bugzilla
 Version:        0.04
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Access Fedora's Bugzilla
 
 Group:          Development/Libraries
@@ -38,8 +38,9 @@
 # tests
 BuildRequires:  perl(Test::More)
 
-# not automagically picked up atm
+# not automagically picked up atm (grrr)
 Requires:       perl(Crypt::SSLeay)
+Requires:       perl(MooseX::MultiInitArg)
 Requires:       perl(MooseX::Traits::Attribute::CascadeClear)
 
 %description
@@ -89,6 +90,9 @@
 
 
 %changelog
+* Thu Feb 19 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.04-2
+- add an explicit requires on perl(MooseX::MultiInitArg)
+
 * Wed Jan 28 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
 - update to 0.04
 - update source0 to URL




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