rpms/perl-MooseX-MethodAttributes/devel .cvsignore, 1.9, 1.10 perl-MooseX-MethodAttributes.spec, 1.10, 1.11 sources, 1.9, 1.10

Chris Weyl cweyl at fedoraproject.org
Fri Feb 5 22:39:21 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29609

Modified Files:
	.cvsignore perl-MooseX-MethodAttributes.spec sources 
Log Message:
* Fri Feb 05 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.19-1
- add perl_default_filter
- PERL_INSTALL_ROOT => DESTDIR in install
- auto-update to 0.19 (by cpan-spec-update 0.01)
- added a new req on perl(Test::Exception) (version 0)
- added a new req on perl(Test::More) (version 0.88)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	26 Sep 2009 05:43:32 -0000	1.9
+++ .cvsignore	5 Feb 2010 22:39:21 -0000	1.10
@@ -1 +1 @@
-MooseX-MethodAttributes-0.18.tar.gz
+MooseX-MethodAttributes-0.19.tar.gz


Index: perl-MooseX-MethodAttributes.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/perl-MooseX-MethodAttributes.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-MooseX-MethodAttributes.spec	4 Dec 2009 02:39:18 -0000	1.10
+++ perl-MooseX-MethodAttributes.spec	5 Feb 2010 22:39:21 -0000	1.11
@@ -1,6 +1,6 @@
 Name:       perl-MooseX-MethodAttributes
-Version:    0.18
-Release:    2%{?dist}
+Version:    0.19
+Release:    1%{?dist}
 # lib/MooseX/MethodAttributes.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -44,7 +44,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
@@ -63,6 +63,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Feb 05 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.19-1
+- add perl_default_filter
+- PERL_INSTALL_ROOT => DESTDIR in install
+- auto-update to 0.19 (by cpan-spec-update 0.01)
+- added a new req on perl(Test::Exception) (version 0)
+- added a new req on perl(Test::More) (version 0.88)
+
 * Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 0.18-2
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	26 Sep 2009 05:43:32 -0000	1.9
+++ sources	5 Feb 2010 22:39:21 -0000	1.10
@@ -1 +1 @@
-7202f1a4bffe36776d16f13130a52cfa  MooseX-MethodAttributes-0.18.tar.gz
+39823cd8a3f047106f6600e2e2ee56b6  MooseX-MethodAttributes-0.19.tar.gz



More information about the scm-commits mailing list