rpms/perl-Class-MOP/devel .cvsignore, 1.35, 1.36 perl-Class-MOP.spec, 1.41, 1.42 sources, 1.33, 1.34

Chris Weyl cweyl at fedoraproject.org
Sat Sep 19 18:39:53 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Class-MOP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23058

Modified Files:
	.cvsignore perl-Class-MOP.spec sources 
Log Message:
* Fri Sep 18 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.93-1
- switch filtering systems
- auto-update to 0.93 (by cpan-spec-update 0.01)
- altered br on perl(Test::More) (0.77 => 0.88)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- .cvsignore	19 Aug 2009 02:21:31 -0000	1.35
+++ .cvsignore	19 Sep 2009 18:39:52 -0000	1.36
@@ -1 +1 @@
-Class-MOP-0.92.tar.gz
+Class-MOP-0.93.tar.gz


Index: perl-Class-MOP.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- perl-Class-MOP.spec	19 Aug 2009 02:21:31 -0000	1.41
+++ perl-Class-MOP.spec	19 Sep 2009 18:39:53 -0000	1.42
@@ -1,7 +1,7 @@
 Name:           perl-Class-MOP
-Version:        0.92
+Version:        0.93
 Release:        1%{?dist}
-Summary:        Meta object programming model for Perl 5
+Summary:        A Meta Object Protocol for Perl 5
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Class-MOP/
@@ -9,7 +9,7 @@ Source0:        http://search.cpan.org/C
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildRequires:  perl(Test::More) >= 0.77
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(B)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Scalar::Util) >= 1.18
@@ -38,14 +38,10 @@ Requires:       perl(MRO::Compat) >= 0.0
 Requires:       perl(Scalar::Util) >= 1.18
 Requires:       perl(Task::Weaken)
 
-# don't "provide" private Perl libs
-%global _use_internal_dependency_generator 0
-%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
-%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
-%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}"
+%{?perl_default_filter}
 
 %description
-This module is an attempt to create a meta object protocol for the Perl 5
+This module is a fully functioning meta object protocol for the Perl 5
 object system. It makes no attempt to change the behavior or characteristics
 of the Perl 5 object system, only to create a protocol for its manipulation
 and introspection.
@@ -87,6 +83,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 18 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.93-1
+- switch filtering systems
+- auto-update to 0.93 (by cpan-spec-update 0.01)
+- altered br on perl(Test::More) (0.77 => 0.88)
+
+* Fri Aug 28 2009 Chris Weyl <cweyl at alumni.drew.edu> - 0.92-2
+- Filtering errant private provides
+
 * Tue Aug 18 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.92-1
 - auto-update to 0.92 (by cpan-spec-update 0.01)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sources	19 Aug 2009 02:21:31 -0000	1.33
+++ sources	19 Sep 2009 18:39:53 -0000	1.34
@@ -1 +1 @@
-b9cfa44c995e315a7ce7d7acc50d0517  Class-MOP-0.92.tar.gz
+ad212d53b085389638ead45b0192b69d  Class-MOP-0.93.tar.gz




More information about the Fedora-perl-devel-list mailing list