Bug 1168697

Summary: Review Request: perl-Text-WagnerFischer - Implementation of the Wagner-Fischer edit distance
Product: [Fedora] Fedora Reporter: Petr Šabata <psabata>
Component: Package ReviewAssignee: David Dick <ddick>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: ddick, package-review
Target Milestone: ---Flags: ddick: fedora-review+
gwync: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: perl-Text-WagnerFischer-0.04-1.fc22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-01 14:32:56 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: 1168721    

Description Petr Šabata 2014-11-27 15:45:18 UTC
Spec URL: https://psabata.fedorapeople.org/pkgs/perl-Text-WagnerFischer/perl-Text-WagnerFischer.spec
SRPM URL: https://psabata.fedorapeople.org/pkgs/perl-Text-WagnerFischer/perl-Text-WagnerFischer-0.04-1.fc20.src.rpm
Description:
This module implements the Wagner-Fischer dynamic programming technique,
used here to calculate the edit distance of two strings. The edit distance
is a measure of the degree of proximity between two strings, based on
"edits": the operations of substitutions, deletions or insertions needed to
transform the string into the other one (and vice versa).
Fedora Account System Username: psabata

Comment 1 David Dick 2014-11-27 19:57:40 UTC
Package builds at http://koji.fedoraproject.org/koji/taskinfo?taskID=8246984

licensing is correct

build / run time requires are correct

rpmlint only contains incorrect spelling warnings

Package APPROVED!

Comment 2 Petr Šabata 2014-11-28 09:13:02 UTC
New Package SCM Request
=======================
Package Name: perl-Text-WagnerFischer
Short Description: Implementation of the Wagner-Fischer edit distance
Upstream URL: http://search.cpan.org/dist/Text-WagnerFischer/
Owners: psabata jplesnik ppisar
Branches: 
InitialCC: perl-sig

Comment 3 Gwyn Ciesla 2014-12-01 13:49:51 UTC
Git done (by process-git-requests).

Comment 4 Petr Šabata 2014-12-01 14:32:56 UTC
Thanks.