[perl-Catalyst-Plugin-Session] update to 0.36

Iain Arnell iarnell at fedoraproject.org
Sun Oct 21 16:00:38 UTC 2012


commit 3ec06c716a7e476989f4e38c6d80d6a29710f269
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Oct 21 10:00:31 2012 -0600

    update to 0.36

 .gitignore                        |    1 +
 perl-Catalyst-Plugin-Session.spec |   22 ++++++++--------------
 sources                           |    2 +-
 3 files changed, 10 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 008e821..bdb2e0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Catalyst-Plugin-Session-0.29.tar.gz
 /Catalyst-Plugin-Session-0.32.tar.gz
 /Catalyst-Plugin-Session-0.33.tar.gz
 /Catalyst-Plugin-Session-0.35.tar.gz
+/Catalyst-Plugin-Session-0.36.tar.gz
diff --git a/perl-Catalyst-Plugin-Session.spec b/perl-Catalyst-Plugin-Session.spec
index 004c859..38aa1ec 100644
--- a/perl-Catalyst-Plugin-Session.spec
+++ b/perl-Catalyst-Plugin-Session.spec
@@ -1,7 +1,7 @@
 Name:           perl-Catalyst-Plugin-Session
 Summary:        Catalyst generic session plugin
-Version:        0.35
-Release:        5%{?dist}
+Version:        0.36
+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 
@@ -19,9 +19,6 @@ BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801
 BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(namespace::clean) >= 0.10
 BuildRequires:  perl(Object::Signature)
-#not available yet - rhbz#823180
-#once ready, stop removing t/live_verify_address.t
-#BuildRequires:  perl(Plack::Middleware::ForceEnv)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More) >= 0.88
@@ -29,18 +26,15 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Tie::RefHash) >= 1.34
 %if !0%{?perl_bootstrap}
 # these cause circular builddeps
+BuildRequires:  perl(Catalyst::Plugin::Authentication)
 BuildRequires:  perl(Catalyst::Plugin::Session::State::Cookie) >= 0.03
 BuildRequires:  perl(Test::WWW::Mechanize::Catalyst) >= 0.51
+BuildRequires:  perl(Test::WWW::Mechanize::PSGI)
 %endif
 
 Requires:       perl(Catalyst::Runtime) >= 5.71001
 Requires:       perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801
 
-# obsolete/provide old tests subpackage
-# can be removed during F19 development cycle
-Obsoletes:      %{name}-tests < 0.32-2
-Provides:       %{name}-tests = %{version}-%{release}
-
 %{?perl_default_filter}
 
 %description
@@ -60,9 +54,6 @@ This plugin links the two pieces together.
 %prep
 %setup -q -n Catalyst-Plugin-Session-%{version}
 
-# test fails - see https://rt.cpan.org/Public/Bug/Display.html?id=71142
-rm t/live_verify_address.t
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -71,7 +62,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -84,6 +74,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct 21 2012 Iain Arnell <iarnell at gmail.com> 0.36-1
+- update to latest upstream version
+- drop obsoletes/provides for old test sub-package
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.35-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 0c3aab0..01f9c2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b01b83d6c7f05ca7675065594d3fe21  Catalyst-Plugin-Session-0.35.tar.gz
+1198dd4b3bf5c269f942a2f3cfdce4d3  Catalyst-Plugin-Session-0.36.tar.gz


More information about the scm-commits mailing list