Bug 1266142

Summary: Review Request: perl-Crypt-GCrypt - Perl interface to libgcrypt library
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
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+
gwync: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: perl-Crypt-GCrypt-1.26-1.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-25 10:29:17 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:

Description Petr Pisar 2015-09-24 15:10:18 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Crypt-GCrypt/perl-Crypt-GCrypt.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Crypt-GCrypt/perl-Crypt-GCrypt-1.26-1.fc24.src.rpm
Description:
Crypt::GCrypt provides a Perl interface to the libgcrypt cryptographic
functions. It currently supports symmetric ciphers such as AES/Rijndael,
Twofish, Triple DES, Arcfour etc.

Fedora Account System Username: ppisar

Comment 1 Petr Šabata 2015-09-24 15:45:40 UTC
* You could also run the POD tests, t/03-pod.t, t/04-podcoverage.t.
  BuildRequire perl(Test::Pod) >= 1.00 and perl(Test::Pod::Coverage) >= 1.00
  if you decide to do so.

* Also consider running t/05-size.t which requires perl(Devel::Size).

No real issues.  Approving.

Comment 2 Petr Pisar 2015-09-24 16:23:55 UTC
New Package SCM Request
=======================
Package Name: perl-Crypt-GCrypt
Short Description: Perl interface to libgcrypt library
Upstream URL: http://search.cpan.org/dist/Crypt-GCrypt/
Owners: ppisar jplesnik psabata
Branches: 
InitialCC: perl-sig

Comment 3 Gwyn Ciesla 2015-09-24 17:37:32 UTC
Git done (by process-git-requests).

Comment 4 Petr Pisar 2015-09-25 10:29:17 UTC
Thank you for the review and the repository. I added the optional test dependencies.