rpms/perl-MooseX-Params-Validate/devel .cvsignore, 1.3, 1.4 perl-MooseX-Params-Validate.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Oct 23 06:55:10 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Params-Validate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30600

Modified Files:
	.cvsignore perl-MooseX-Params-Validate.spec sources 
Log Message:
* Mon Oct 22 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- update to 0.03
- license tag update: GPL -> GPL+
- add t/ to doc



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	26 Apr 2007 21:05:27 -0000	1.3
+++ .cvsignore	23 Oct 2007 06:54:38 -0000	1.4
@@ -1 +1 @@
-MooseX-Params-Validate-0.02.tar.gz
+MooseX-Params-Validate-0.03.tar.gz


Index: perl-MooseX-Params-Validate.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/perl-MooseX-Params-Validate.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-MooseX-Params-Validate.spec	26 Apr 2007 21:05:27 -0000	1.3
+++ perl-MooseX-Params-Validate.spec	23 Oct 2007 06:54:38 -0000	1.4
@@ -1,20 +1,20 @@
 Name:           perl-MooseX-Params-Validate
-Version:        0.02
+Version:        0.03
 Release:        1%{?dist}
 Summary:        Extension of Params::Validate using Moose's types
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/MooseX-Params-Validate/
 Source0:        http://www.cpan.org/authors/id/S/ST/STEVAN/MooseX-Params-Validate-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Moose) >= 0.17
+BuildRequires:  perl(Moose)            >= 0.17
 BuildRequires:  perl(Params::Validate) >= 0.88
-BuildRequires:  perl(Test::Exception) >= 0.21
-#Requires:       perl(Moose) >= 0.17
-#Requires:       perl(Params::Validate) >= 0.88
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Test::Exception)  >= 0.21
+BuildRequires:  perl(Test::More)       >= 0.62
 
 %description
 This module fills a gap in Moose by adding method parameter validation to
@@ -44,11 +44,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README
+%doc ChangeLog README t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 22 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
+- update to 0.03
+- license tag update: GPL -> GPL+
+- add t/ to doc
+
 * Thu Apr 26 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.02-1
 - update to 0.02
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	26 Apr 2007 21:05:27 -0000	1.3
+++ sources	23 Oct 2007 06:54:38 -0000	1.4
@@ -1 +1 @@
-8c589d7c8026f117a66752485498bf70  MooseX-Params-Validate-0.02.tar.gz
+302fa0407b8cec0757c90e5b4c16a7b0  MooseX-Params-Validate-0.03.tar.gz




More information about the fedora-extras-commits mailing list