Bug 449067 - Review Request: perl-Catalyst-Plugin-Session - Catalyst generic session plugin
Summary: Review Request: perl-Catalyst-Plugin-Session - Catalyst generic session plugin
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Parag AN(पराग)
QA Contact: Fedora Extras Quality Assurance
URL: http://search.cpan.org/dist/Catalyst-...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-30 07:07 UTC by Chris Weyl
Modified: 2011-07-11 14:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-30 21:14:00 UTC
Type: ---
Embargoed:
panemade: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Chris Weyl 2008-05-30 07:07:12 UTC
SRPM URL: http://fedora.biggerontheinside.net/review/perl-Catalyst-Plugin-Session-0.19-1.fc8.src.rpm
SPEC URL: http://fedora.biggerontheinside.net/review/perl-Catalyst-Plugin-Session.spec

Description:
This plugin is the base of two related parts of functionality
required for session management in web applications.

The first part, the State, is getting the browser to repeat back a
session key, so that the web application can identify the client and
logically string several requests together into a session.

The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for
every request made by the same client.

This plugin links the two pieces together.

Comment 2 Parag AN(पराग) 2008-05-30 07:46:45 UTC
Review:
+ package builds in mock.
Koji build => http://koji.fedoraproject.org/koji/taskinfo?taskID=635914
+ rpmlint is silent for SRPM and for RPM.
+ source files match upstream url
eb7e9679234cd4f4269b5b1869141082  Catalyst-Plugin-Session-0.19.tar.gz
+ package meets naming and packaging guidelines.
+ specfile is properly named, is cleanly written
+ Spec file is written in American English.
+ Spec file is legible.
+ dist tag is present.
+ build root is correct.
+ license is open source-compatible.
+ License text is included in package.
+ %doc is present.
+ BuildRequires are proper.
+ %clean is present.
+ package installed properly.
+ Macro use appears rather consistent.
+ Package contains code, not content.
+ no headers or static libraries.
+ no .pc file present.
+ no -devel subpackage
+ no .la files.
+ no translations are available
+ Does owns the directories it creates.
+ no scriptlets present.
+ no duplicates in %files.
+ file permissions are appropriate.
+ make test
All tests successful, 3 tests skipped.
Files=8, Tests=33,  1 wallclock secs ( 1.01 cusr +  0.07 csys =  1.08 CPU)
+ package perl-Catalyst-Plugin-Session-0.19-1.fc9 =>
  Provides: perl(Catalyst::Plugin::Session) = 0.19
perl(Catalyst::Plugin::Session::State) perl(Catalyst::Plugin::Session::Store)
perl(Catalyst::Plugin::Session::Store::Dummy)
perl(Catalyst::Plugin::Session::Test::Store)
perl(Catalyst::Plugin::SessionStateTest)
  Requires: perl(:MODULE_COMPAT_5.10.0) perl(Carp) perl(Catalyst)
perl(Catalyst::Exception) perl(Catalyst::Test) perl(Digest) perl(File::Spec)
perl(File::Temp) perl(NEXT) perl(Object::Signature) perl(Test::More) perl(base)
perl(overload) perl(strict) perl(utf8) perl(warnings)

I don't know why some tests got skipped 
        all skipped: Catalyst::Plugin::Session::State::Cookie version 0.03 or
higher is required for this test
 See build.log



Comment 3 Chris Weyl 2008-05-30 15:34:39 UTC
Including ::Cookie as a BR would create a circular buildloop, as ::Cookie has
::Session as a mandatory BR.

Comment 4 Parag AN(पराग) 2008-05-30 16:01:34 UTC
(In reply to comment #3)
> Including ::Cookie as a BR would create a circular buildloop, as ::Cookie has
> ::Session as a mandatory BR.

OK. APPROVED.

Comment 5 Chris Weyl 2008-05-30 16:10:23 UTC
New Package CVS Request
=======================
Package Name: perl-Catalyst-Plugin-Session
Short Description: Catalyst generic session plugin
Owners: cweyl
Branches: F-7, F-8, F-9, devel
InitialCC: perl-sig

Comment 6 Kevin Fenzi 2008-05-30 20:29:09 UTC
cvs done (except for F-7, as we are no longer doing F-7 branches). 

Comment 7 Chris Weyl 2008-05-30 21:14:00 UTC
Imported and built for rawhide.  Thanks for the review! :)

Comment 8 Iain Arnell 2011-07-11 10:39:14 UTC
Package Change Request
======================
Package Name: perl-Catalyst-Plugin-Session
New Branches: el6
Owners: iarnell

Chris doesn't maintain his packages in EPEL, but doesn't have a problem with others doing so.

Comment 9 Gwyn Ciesla 2011-07-11 14:59:05 UTC
Git done (by process-git-requests).


Note You need to log in before you can comment on or make changes to this bug.