rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel .cvsignore, 1.3, 1.4 perl-Catalyst-Plugin-Session-State-Cookie.spec, 1.4, 1.5 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Fri May 29 07:02:22 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-serv9521

Modified Files:
	.cvsignore perl-Catalyst-Plugin-Session-State-Cookie.spec 
	sources 
Log Message:
* Fri May 29 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.11-1
- auto-update to 0.11 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
- added a new br on perl(Catalyst) (version 5.7010)
- altered br on perl(Test::MockObject) (0 => 1.01)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	9 Mar 2009 15:37:15 -0000	1.3
+++ .cvsignore	29 May 2009 07:01:50 -0000	1.4
@@ -1,12 +1 @@
-Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz
-Catalyst-Plugin-Session-State-Cookie-*
-*.tar
-*.gz
-*.rpm
-noarch
-i386
-x86_64
-.build*
-clog
-*.old
-*.bak
+Catalyst-Plugin-Session-State-Cookie-0.11.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.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-Catalyst-Plugin-Session-State-Cookie.spec	9 Mar 2009 15:37:15 -0000	1.4
+++ perl-Catalyst-Plugin-Session-State-Cookie.spec	29 May 2009 07:01:50 -0000	1.5
@@ -1,21 +1,21 @@
 Name:           perl-Catalyst-Plugin-Session-State-Cookie
-Version:        0.10
+Version:        0.11
 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://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz
 #Source0:        http://www.cpan.org/authors/id/N/NU/NUFFIN/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))
 
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Catalyst::Plugin::Session) >= 0.19
 BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::MockObject)
+BuildRequires:  perl(Test::MockObject) >= 1.01
 # optional tests
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -24,10 +24,13 @@ BuildRequires:  perl(Test::WWW::Mechaniz
 # not automatically picked up
 Requires:       perl(Catalyst::Plugin::Session) >= 0.19
 
+### auto-added brs!
+BuildRequires:  perl(Catalyst) >= 5.7010
+
 %description
 In order for Catalyst::Plugin::Session to work the session ID needs to
 be stored on the client, and the session data needs to be stored on
-the server.  This plugin provides a way to store the session ID on the 
+the server.  This plugin provides a way to store the session ID on the
 client, through a cookie.
 
 %prep
@@ -38,7 +41,7 @@ client, through a cookie.
 cat << \EOF > %{name}-prov
 #!/bin/sh
 FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'`
-%{__perl_provides} $FOO 
+%{__perl_provides} $FOO
 EOF
 
 %define __perl_provides %{_builddir}/Catalyst-Plugin-Session-State-Cookie-%{version}/%{name}-prov
@@ -72,6 +75,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 29 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.11-1
+- auto-update to 0.11 (by cpan-spec-update 0.01)
+- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
+- added a new br on perl(Catalyst) (version 5.7010)
+- altered br on perl(Test::MockObject) (0 => 1.01)
+
 * Mon Mar 09 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.10-1
 - update to 0.10
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	9 Mar 2009 15:37:15 -0000	1.3
+++ sources	29 May 2009 07:01:50 -0000	1.4
@@ -1 +1 @@
-0c0f8992eecbe98295f3d36a9b378edc  Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz
+20a663b2572acf7200e2fc11b221c06c  Catalyst-Plugin-Session-State-Cookie-0.11.tar.gz




More information about the scm-commits mailing list