rpms/perl-MooseX-MethodAttributes/F-12 perl-MooseX-MethodAttributes.spec, 1.9, 1.10 sources, 1.9, 1.10

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


Author: cweyl

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

Modified Files:
	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)



Index: perl-MooseX-MethodAttributes.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-12/perl-MooseX-MethodAttributes.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-MooseX-MethodAttributes.spec	26 Sep 2009 05:43:32 -0000	1.9
+++ perl-MooseX-MethodAttributes.spec	5 Feb 2010 22:47:21 -0000	1.10
@@ -1,5 +1,5 @@
 Name:       perl-MooseX-MethodAttributes
-Version:    0.18
+Version:    0.19
 Release:    1%{?dist}
 # lib/MooseX/MethodAttributes.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic
@@ -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,14 @@ 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)
+
+* Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 0.18-2
+- rebuild against perl 5.10.1
+
 * Sat Sep 26 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.18-1
 - auto-update to 0.18 (by cpan-spec-update 0.01)
 - altered br on perl(Moose) (0.79 => 0.90)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-12/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:47: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