diff --git a/.cvsignore b/.cvsignore index d591f54..4d52aac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,4 @@ MooseX-Params-Validate-0.07.tar.gz +*.rpm +*.gz +clog diff --git a/perl-MooseX-Params-Validate.spec b/perl-MooseX-Params-Validate.spec index d6beaa2..26f9d5d 100644 --- a/perl-MooseX-Params-Validate.spec +++ b/perl-MooseX-Params-Validate.spec @@ -1,6 +1,6 @@ Name: perl-MooseX-Params-Validate Version: 0.07 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extension of Params::Validate using Moose's types License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Jan 10 2009 Chris Weyl 0.07-2 +- rebuild against new Moose + * Sat Nov 08 2008 Chris Weyl 0.07-1 - update to 0.07 - change from Build.PL to Makefile.PL incantation (now using Module::Install)