Bug 1859602 - Review Request: perl-Object-Pad - Simple syntax for lexical slot-based objects
Summary: Review Request: perl-Object-Pad - Simple syntax for lexical slot-based objects
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1859576
Blocks: 1859635
TreeView+ depends on / blocked
 
Reported: 2020-07-22 14:55 UTC by Petr Pisar
Modified: 2020-07-28 14:26 UTC (History)
2 users (show)

Fixed In Version: perl-Object-Pad-0.31-2.fc33
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-07-28 14:26:45 UTC
Type: ---
Embargoed:
jplesnik: fedora-review+


Attachments (Terms of Use)

Description Petr Pisar 2020-07-22 14:55:01 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Object-Pad/perl-Object-Pad.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Object-Pad/perl-Object-Pad-0.31-1.fc33.src.rpm
Description:
This Perl module provides a simple syntax for creating object classes, which
uses private variables that look like lexical variables for object member
fields.

Fedora Account System Username: ppisar

Comment 1 Jitka Plesnikova 2020-07-27 15:08:54 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-Object-Pad-0.31-1.fc33.x86_64.rpm | sort | uniq -c | grep -v rpmlib
      1 libc.so.6()(64bit)
      1 libc.so.6(GLIBC_2.2.5)(64bit)
      1 libc.so.6(GLIBC_2.4)(64bit)
      1 libpthread.so.0()(64bit)
      1 libpthread.so.0(GLIBC_2.2.5)(64bit)
      1 perl(Carp) 
      1 perl(experimental)
      1 perl(feature)
      1 perl(:MODULE_COMPAT_5.32.0)
      1 perl(mro)
      1 perl(Object::Pad)
      1 perl(strict)
      1 perl(warnings)
      1 perl(XSLoader)
      1 perl(XS::Parse::Sublike) >= 0.10
      1 rtld(GNU_HASH)
Binary requires are Ok.

$ rpm -qp --provides perl-Object-Pad-0.31-1.fc33.x86_64.rpm | sort | uniq -c
      1 perl(Object::Pad) = 0.31
      1 perl-Object-Pad = 0.31-1.fc33
      1 perl(Object::Pad::MOP::Class) = 0.31
      1 perl(Object::Pad::MOP::Method) = 0.31
      1 perl(Object::Pad::MOP::Slot) = 0.31
      1 perl-Object-Pad(x86-64) = 0.31-1.fc33
Binary provides are Ok.

$ rpmlint ./perl-Object-Pad*
2 packages and 1 specfiles checked; 0 errors, 0 warnings.
Rpmlint is ok

Resolution:
Approved

Comment 3 Gwyn Ciesla 2020-07-27 15:58:41 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Object-Pad

Comment 4 Petr Pisar 2020-07-28 07:49:04 UTC
Thank you for the review and the repository. I will finish bootstrapping this package after packaging all circular dependencies.


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