rpms/perl-Catalyst-Plugin-Authentication/devel .cvsignore, 1.9, 1.10 perl-Catalyst-Plugin-Authentication.spec, 1.12, 1.13 sources, 1.9, 1.10

Chris Weyl cweyl at fedoraproject.org
Thu Sep 3 06:20:47 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25180

Modified Files:
	.cvsignore perl-Catalyst-Plugin-Authentication.spec sources 
Log Message:
* Thu Sep 03 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.10015-1
- switch filtering systems...
- auto-update to 0.10015 (by cpan-spec-update 0.01)
- added a new br on perl(Class::MOP) (version 0)
- added a new br on perl(Moose) (version 0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	8 Aug 2009 06:39:52 -0000	1.9
+++ .cvsignore	3 Sep 2009 06:20:47 -0000	1.10
@@ -1 +1 @@
-Catalyst-Plugin-Authentication-0.10013.tar.gz
+Catalyst-Plugin-Authentication-0.10015.tar.gz


Index: perl-Catalyst-Plugin-Authentication.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/perl-Catalyst-Plugin-Authentication.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-Catalyst-Plugin-Authentication.spec	8 Aug 2009 18:34:13 -0000	1.12
+++ perl-Catalyst-Plugin-Authentication.spec	3 Sep 2009 06:20:47 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           perl-Catalyst-Plugin-Authentication
-Version:        0.10013
-Release:        2%{?dist}
+Version:        0.10015
+Release:        1%{?dist}
 Summary:        Infrastructure plugin for the Catalyst authentication framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,6 +10,15 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11
+%{?filter_setup: %{expand:
+%filter_provides_in %{perl_vendorarch}/.*\\.so$
+%filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$
+%filter_provides_in %{_docdir}
+%filter_requires_in %{_docdir}
+%filter_setup
+}}
+
 BuildRequires:  perl(Catalyst::Plugin::Session) >= 0.10
 BuildRequires:  perl(Catalyst::Runtime)
 BuildRequires:  perl(Class::Inspector)
@@ -20,6 +29,9 @@ BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::MockObject)
+BuildRequires:  perl(Class::MOP)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(CPAN)
 # optional tests
 BuildRequires:  perl(Catalyst::Plugin::Session::State::Cookie)
 BuildRequires:  perl(Test::WWW::Mechanize::Catalyst)
@@ -29,15 +41,6 @@ Requires:       perl(Catalyst::Runtime)
 Requires:       perl(Class::Inspector)
 Requires:       perl(MRO::Compat)
 
-# 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}"
-
-### auto-added brs!
-BuildRequires:  perl(CPAN)
-
 %description
 The authentication plugin provides generic user support for Catalyst apps.
 It is the basis for both authentication (checking the user is who they
@@ -76,6 +79,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 03 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.10015-1
+- switch filtering systems...
+- auto-update to 0.10015 (by cpan-spec-update 0.01)
+- added a new br on perl(Class::MOP) (version 0)
+- added a new br on perl(Moose) (version 0)
+
 * Sat Aug 08 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.10013-2
 - auto-update to 0.10013 (by cpan-spec-update 0.01)
 - added a new br on CPAN (inc::Module::AutoInstall found)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	8 Aug 2009 06:39:52 -0000	1.9
+++ sources	3 Sep 2009 06:20:47 -0000	1.10
@@ -1 +1 @@
-78d7f5793dcf965f8008789be91a0407  Catalyst-Plugin-Authentication-0.10013.tar.gz
+45bb28864a3282e6a9c32d0f7c5ea72a  Catalyst-Plugin-Authentication-0.10015.tar.gz




More information about the perl-devel mailing list