rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel .cvsignore, 1.5, 1.6 perl-Catalyst-Plugin-Session-State-Cookie.spec, 1.8, 1.9 sources, 1.5, 1.6

Chris Weyl cweyl at fedoraproject.org
Tue Sep 1 07:50:51 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19706

Modified Files:
	.cvsignore perl-Catalyst-Plugin-Session-State-Cookie.spec 
	sources 
Log Message:
* Sun Aug 23 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.14-1
- switch req/prov filtering systems...
- auto-update to 0.14 (by cpan-spec-update 0.01)
- added a new br on perl(Moose) (version 0)
- added a new br on perl(namespace::autoclean) (version 0)
- added a new req on perl(Moose) (version 0)
- added a new req on perl(namespace::autoclean) (version 0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	8 Aug 2009 06:36:57 -0000	1.5
+++ .cvsignore	1 Sep 2009 07:50:51 -0000	1.6
@@ -1 +1 @@
-Catalyst-Plugin-Session-State-Cookie-0.12.tar.gz
+Catalyst-Plugin-Session-State-Cookie-0.14.tar.gz


Index: perl-Catalyst-Plugin-Session-State-Cookie.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/perl-Catalyst-Plugin-Session-State-Cookie.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-Catalyst-Plugin-Session-State-Cookie.spec	8 Aug 2009 06:36:58 -0000	1.8
+++ perl-Catalyst-Plugin-Session-State-Cookie.spec	1 Sep 2009 07:50:51 -0000	1.9
@@ -1,11 +1,11 @@
 Name:           perl-Catalyst-Plugin-Session-State-Cookie
-Version:        0.12
+Version:        0.14
 Release:        1%{?dist}
 Summary:        Maintain session IDs using cookies
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/
-Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -13,23 +13,31 @@ Requires:       perl(:MODULE_COMPAT_%(ev
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Catalyst) >= 5.80005
 BuildRequires:  perl(Catalyst::Plugin::Session) >= 0.19
+BuildRequires:  perl(Moose)
 BuildRequires:  perl(MRO::Compat)
+BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::MockObject) >= 1.01
 # optional tests
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::WWW::Mechanize::Catalyst)
-
-# not automatically picked up
-Requires:       perl(Catalyst::Plugin::Session) >= 0.19
-
 # until M::I is brought up...
 BuildRequires:  perl(CPAN)
 
-### auto-added reqs!
-Requires:  perl(Catalyst) >= 5.80005
-Requires:  perl(MRO::Compat)
+Requires:       perl(Catalyst::Plugin::Session) >= 0.19
+Requires:       perl(Moose)
+Requires:       perl(namespace::autoclean)
+Requires:       perl(Catalyst) >= 5.80005
+Requires:       perl(MRO::Compat)
+
+# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 (yet)
+%{?filter_setup: %{expand:
+%filter_provides_in %{perl_vendorarch}/.*\\.so$
+%filter_provides_in %{_docdir}
+%filter_requires_in %{_docdir}
+%filter_setup
+}}
 
 %description
 In order for Catalyst::Plugin::Session to work the session ID needs to
@@ -40,18 +48,6 @@ client, through a cookie.
 %prep
 %setup -q -n Catalyst-Plugin-Session-State-Cookie-%{version}
 
-# make sure doc/tests don't generate provides
-# note we first filter out the bits in _docdir...
-cat << \EOF > %{name}-prov
-#!/bin/sh
-FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'`
-%{__perl_provides} $FOO
-EOF
-
-%define __perl_provides %{_builddir}/Catalyst-Plugin-Session-State-Cookie-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -79,6 +75,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Aug 23 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.14-1
+- switch req/prov filtering systems...
+- auto-update to 0.14 (by cpan-spec-update 0.01)
+- added a new br on perl(Moose) (version 0)
+- added a new br on perl(namespace::autoclean) (version 0)
+- added a new req on perl(Moose) (version 0)
+- added a new req on perl(namespace::autoclean) (version 0)
+
 * Sat Aug 08 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.12-1
 - auto-update to 0.12 (by cpan-spec-update 0.01)
 - altered br on perl(Catalyst) (5.7010 => 5.80005)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	8 Aug 2009 06:36:58 -0000	1.5
+++ sources	1 Sep 2009 07:50:51 -0000	1.6
@@ -1 +1 @@
-f5dc01dab3b2b5de8ee45257f2dfe37a  Catalyst-Plugin-Session-State-Cookie-0.12.tar.gz
+d6d98d026613ccf54c55bb1dba7aa7a1  Catalyst-Plugin-Session-State-Cookie-0.14.tar.gz




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