Bug 1287775

Summary: Review Request: perl-SVN-Look - Caching wrapper around the svnlook command
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: Package ReviewAssignee: Petr Šabata <psabata>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: package-review, psabata
Target Milestone: ---Flags: psabata: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: perl-SVN-Look-0.41-1.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 08:27:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1288541    

Description Jitka Plesnikova 2015-12-02 16:08:39 UTC
Spec URL: https://jplesnik.fedorapeople.org/perl-SVN-Look/perl-SVN-Look.spec
SRPM URL: https://jplesnik.fedorapeople.org/perl-SVN-Look/perl-SVN-Look-0.41-1.fc24.src.rpm

Description:
The svnlook command is the workhorse of Subversion hook scripts, being used
to gather all sorts of information about a repository, its revisions, and
its transactions. This module provides a simple object oriented interface
to a specific svnlook invocation, to make it easier to hook writers to get
and use the information they need. Moreover, all the information gathered
by calling the svnlook command is cached in the object, avoiding
repetitious calls.

Fedora Account System Username: jplesnik

Comment 1 Petr Šabata 2015-12-02 16:52:04 UTC
* You don't need to BR MIME::Base64; that code path isn't tested.

* NO_PACKLIST won't work in any EPEL release so conditionalizing %license
  isn't necessary either.


No blockers.  Approving.

Comment 2 Gwyn Ciesla 2015-12-04 17:00:38 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/perl-SVN-Look

Comment 3 Jitka Plesnikova 2015-12-07 08:27:08 UTC
Thank you for the review and the repository.