commit da0c5a921889f859e13f71f18238ab9f5a845746 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sun Mar 13 08:30:54 2011 +0100 update to 0.31 .gitignore | 1 + perl-Catalyst-Plugin-Session.spec | 20 +++++++++++--------- sources | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 357a6dc..5ad099c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Catalyst-Plugin-Session-0.29.tar.gz +/Catalyst-Plugin-Session-0.31.tar.gz diff --git a/perl-Catalyst-Plugin-Session.spec b/perl-Catalyst-Plugin-Session.spec index 5bb9e52..ca5188a 100644 --- a/perl-Catalyst-Plugin-Session.spec +++ b/perl-Catalyst-Plugin-Session.spec @@ -1,16 +1,16 @@ Name: perl-Catalyst-Plugin-Session Summary: Catalyst generic session plugin -Version: 0.29 -Release: 6%{?dist} +Version: 0.31 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-%{version}.tar.gz URL: http://search.cpan.org/dist/Catalyst-Plugin-Session/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.71001 +BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie) >= 0.03 BuildRequires: perl(Digest) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(File::Spec) @@ -22,8 +22,9 @@ BuildRequires: perl(namespace::clean) >= 0.10 BuildRequires: perl(Object::Signature) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Exception) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::WWW::Mechanize::Catalyst) >= 0.51 BuildRequires: perl(Tie::RefHash) >= 1.34 Requires: perl(Catalyst::Runtime) >= 5.71001 @@ -63,8 +64,6 @@ This plugin links the two pieces together. make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + @@ -75,9 +74,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc Changes README @@ -85,6 +81,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Mar 13 2011 Iain Arnell <iarnell@xxxxxxxxx> 0.31-1 +- update to latest upstream version +- clean up spec for modern rpmbuild +- BR Catalyst::Plugin::Session::State::Cookie and + Test::WWW::Mechanize::Catalyst for improved test coverage + * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.29-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index bd558b5..32d67a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b580af6ccd996e4a86f3fbd9dd56b255 Catalyst-Plugin-Session-0.29.tar.gz +1c4fa90af3e98856d3e81fdf48fd0a3f Catalyst-Plugin-Session-0.31.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel