rpms/perl-namespace-autoclean/devel .cvsignore, 1.2, 1.3 perl-namespace-autoclean.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Wed Sep 16 15:40:01 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-namespace-autoclean/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18279

Modified Files:
	.cvsignore perl-namespace-autoclean.spec sources 
Log Message:
* Wed Sep 16 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.09-1
- add %perl_default_filter'ing
- auto-update to 0.09 (by cpan-spec-update 0.01)
- added a new req on perl(B::Hooks::EndOfScope) (version 0.07)
- added a new req on perl(Class::MOP) (version 0.80)
- added a new req on perl(List::Util) (version 0)
- added a new req on perl(namespace::clean) (version 0.11)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-namespace-autoclean/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	2 Jul 2009 06:05:39 -0000	1.2
+++ .cvsignore	16 Sep 2009 15:40:00 -0000	1.3
@@ -1 +1 @@
-namespace-autoclean-0.08.tar.gz
+namespace-autoclean-0.09.tar.gz


Index: perl-namespace-autoclean.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-namespace-autoclean/devel/perl-namespace-autoclean.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-namespace-autoclean.spec	26 Jul 2009 17:48:25 -0000	1.2
+++ perl-namespace-autoclean.spec	16 Sep 2009 15:40:01 -0000	1.3
@@ -1,12 +1,12 @@
-Name:       perl-namespace-autoclean 
-Version:    0.08 
-Release:    2%{?dist}
+Name:       perl-namespace-autoclean
+Version:    0.09
+Release:    1%{?dist}
 License:    GPL+ or Artistic
 Group:      Development/Libraries
-Summary:    Keep imports out of your namespace 
-Source:     http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-autoclean-%{version}.tar.gz 
+Summary:    Keep imports out of your namespace
+Source:     http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-autoclean-%{version}.tar.gz
 Url:        http://search.cpan.org/dist/namespace-autoclean
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -17,6 +17,14 @@ BuildRequires: perl(List::Util)
 BuildRequires: perl(namespace::clean) >= 0.11
 BuildRequires: perl(Test::More)
 
+### auto-added reqs!
+Requires:       perl(B::Hooks::EndOfScope) >= 0.07
+Requires:       perl(Class::MOP) >= 0.80
+Requires:       perl(List::Util)
+Requires:       perl(namespace::clean) >= 0.11
+
+%{?perl_default_filter}
+
 %description
 When you import a function into a Perl package, it will naturally also
 be available as a method. The 'namespace::autoclean' pragma will remove
@@ -49,15 +57,23 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes LICENSE README 
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Sep 16 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.09-1
+- add %perl_default_filter'ing
+- auto-update to 0.09 (by cpan-spec-update 0.01)
+- added a new req on perl(B::Hooks::EndOfScope) (version 0.07)
+- added a new req on perl(Class::MOP) (version 0.80)
+- added a new req on perl(List::Util) (version 0)
+- added a new req on perl(namespace::clean) (version 0.11)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.08-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -67,4 +83,3 @@ rm -rf %{buildroot} 
 * Wed Jul 01 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.08-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-namespace-autoclean/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	2 Jul 2009 06:05:40 -0000	1.2
+++ sources	16 Sep 2009 15:40:01 -0000	1.3
@@ -1 +1 @@
-b0d086797cdb060d23c0697605c39002  namespace-autoclean-0.08.tar.gz
+79241eb4929cdf6eecd6e5cc4c1ef2f8  namespace-autoclean-0.09.tar.gz




More information about the fedora-extras-commits mailing list