Bug 1720895 (perl-Future-IO)

Summary: Review Request: perl-Future-IO - Future-returning IO core methods
Product: [Fedora] Fedora Reporter: Emmanuel Seyman <emmanuel>
Component: Package ReviewAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jplesnik, package-review
Target Milestone: ---Flags: jplesnik: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-23 09:06:37 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: 1719895    

Description Emmanuel Seyman 2019-06-16 09:15:03 UTC
Spec URL: http://people.parinux.org/~seyman/fedora/perl-Future-IO/perl-Future-IO.spec
SRPM URL: http://people.parinux.org/~seyman/fedora/perl-Future-IO/perl-Future-IO-0.05-1.fc30.src.rpm
Description:
This package provides a few basic methods that behave similarly to the
same-named core perl functions relating to IO operations but yield
their results asynchronously via Future instances.

Fedora Account System Username: eseyman
Rpmlint Output: 1 packages and 1 specfiles checked; 0 errors, 0 warnings.

Comment 1 Jitka Plesnikova 2019-06-17 10:24:57 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed
BuildRequires are ok

$ rpm -qp --requires perl-Future-IO-0.05-1.fc31.noarch.rpm | sort | uniq -c | grep -v rpmlib
      1 perl(base)
      1 perl(Carp)
      1 perl(Errno)
      1 perl(Future)
      1 perl(:MODULE_COMPAT_5.30.0)
      1 perl(strict)
      1 perl(Struct::Dumb)
      1 perl(Time::HiRes)
      1 perl(:VERSION) >= 5.10.0
      1 perl(warnings)
Binary requires are Ok.

$ rpm -qp --provides perl-Future-IO-0.05-1.fc31.noarch.rpm | sort | uniq -c
      1 perl(Future::IO) = 0.05
      1 perl-Future-IO = 0.05-1.fc31
Binary provides are Ok.

$ rpmlint ./perl-Future-IO*
2 packages and 1 specfiles checked; 0 errors, 0 warnings.

The package looks good.
Resolution: Approved

Comment 2 Gwyn Ciesla 2019-06-18 13:16:32 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Future-IO

Comment 3 Emmanuel Seyman 2019-06-23 09:06:37 UTC
Imported, built and released for all supported versions of Fedora.
Thank you for the review, Jikta.