Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=426530
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: Package Review AssignedTo: nobody@fedoraproject.org ReportedBy: berrange@redhat.com QAContact: extras-qa@fedoraproject.org CC: fedora-package-review@redhat.com,notting@redhat.com
Spec URL: http://berrange.fedorapeople.org/review/perl-Module-ExtractUse/perl-Module-E... SRPM URL: http://berrange.fedorapeople.org/review/perl-Module-ExtractUse/perl-Module-E... Description: Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
berrange@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |426542 nThis| |
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
panemade@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nobody@fedoraproject.org |panemade@gmail.com Status|NEW |ASSIGNED Flag| |fedora-review?
------- Additional Comments From panemade@gmail.com 2007-12-21 22:38 EST -------
one test failed as t/80_failing..............skipped all skipped: parser is known to not catch those
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
------- Additional Comments From berrange@redhat.com 2007-12-21 23:02 EST ------- The test in question has been explicitly disabled by the upstream author:
#!/usr/bin/perl -w use strict; use Test::More skip_all=>'parser is known to not catch those';
So, this skip is expected
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
------- Additional Comments From panemade@gmail.com 2007-12-21 23:11 EST ------- (In reply to comment #2)
The test in question has been explicitly disabled by the upstream author:
#!/usr/bin/perl -w use strict; use Test::More skip_all=>'parser is known to not catch those';
So, this skip is expected
aha. Upstream Author test. okay.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
panemade@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+
------- Additional Comments From panemade@gmail.com 2007-12-21 23:18 EST ------- Review: + package builds in mock (development i386). + rpmlint is silent for SRPM and for RPM. + source files match upstream url afbabdb638d6c37b8dd31adb6544fee4 Module-ExtractUse-0.22.tar.gz + package meets naming and packaging guidelines. + specfile is properly named, is cleanly written + Spec file is written in American English. + Spec file is legible. + dist tag is present. + build root is correct. + license is open source-compatible. + License text is included in package. + %doc is present. + BuildRequires are proper. + %clean is present. + package installed properly. + Macro use appears rather consistent. + Package contains code, not content. + no headers or static libraries. + no .pc file present. + no -devel subpackage + no .la files. + no translations are available + Does owns the directories it creates. + no scriptlets present. + no duplicates in %files. + file permissions are appropriate. + make test outputs t/01_load.................ok t/10_basic................ok t/20_parse_self...........ok t/21_comment..............ok t/22_eval.................ok t/23_universal_require....ok t/80_failing..............skipped all skipped: parser is known to not catch those t/99_pod..................ok t/99_pod_coverage.........ok All tests successful, 1 test skipped. Files=9, Tests=84, 2 wallclock secs ( 1.79 cusr + 0.10 csys = 1.89 CPU)
+ Package perl-Module-ExtractUse-0.22-1.fc9 -> Provides: perl(Module::ExtractUse) perl(Module::ExtractUse::Grammar) perl(Parse::RecDescent::Module::ExtractUse::Grammar) Requires: perl(:MODULE_COMPAT_5.8.8) perl(Carp) perl(Module::ExtractUse::Grammar) perl(Parse::RecDescent) perl(Pod::Strip) perl(strict) perl(vars) perl(version) perl(warnings)
APPROVED.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
berrange@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs?
------- Additional Comments From berrange@redhat.com 2007-12-21 23:20 EST ------- New Package CVS Request ======================= Package Name: perl-Module-ExtractUse Short Description: Find out what modules are used Owners: berrange Branches: F-8 InitialCC: Cvsextras Commits: yes
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
tcallawa@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+
------- Additional Comments From tcallawa@redhat.com 2007-12-22 10:55 EST ------- cvs done.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
berrange@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NEXTRELEASE
------- Additional Comments From berrange@redhat.com 2007-12-22 13:06 EST ------- $ koji latest-pkg dist-f9 perl-Module-ExtractUse Build Tag Built by ---------------------------------------- -------------------- ---------------- perl-Module-ExtractUse-0.22-1.fc9 dist-f9 berrange
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
------- Additional Comments From ville.skytta@iki.fi 2007-12-22 16:05 EST ------- FYI, there was already an ongoing (well, kind of stalled I guess) review of this in bug 239193.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
ville.skytta@iki.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cweyl@alumni.drew.edu
------- Additional Comments From ville.skytta@iki.fi 2007-12-22 16:05 EST ------- *** Bug 239193 has been marked as a duplicate of this bug. ***
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Module-ExtractUse - Find out what modules are used
https://bugzilla.redhat.com/show_bug.cgi?id=426530
------- Additional Comments From berrange@redhat.com 2007-12-23 13:24 EST ------- WRT to comment #8, if the original submittor wants to be a co-maintainer they are welcome to add themselves via pkgdb and I will approve it. I have already got the module set to allow cvsextras commit.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426530
Daniel Berrange berrange@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs?
--- Comment #11 from Daniel Berrange berrange@redhat.com 2010-06-24 08:37:26 EDT --- Package Change Request ====================== Package Name: perl-Module-ExtractUse New Branches: EL-6 Owners: berrange
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426530
Jason Tibbitts tibbs@math.uh.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+
--- Comment #12 from Jason Tibbitts tibbs@math.uh.edu 2010-06-25 14:35:10 EDT --- CVS done.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426530
Paul Howarth paul@city-fan.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |paul@city-fan.org
--- Comment #13 from Paul Howarth paul@city-fan.org 2012-03-05 09:24:02 EST --- Hi Daniel,
could we have an EL-5 branch of this package please? The EPEL-6 package builds OK in EPEL-5 with the addition of BR: perl(version); I have requested an EL-5 branch of perl-Pod-Strip, which is also needed (Bug #219957). I (pghmcfc) would be happy to maintain this if you're not interested.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426530
Daniel Berrange berrange@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs?
--- Comment #14 from Daniel Berrange berrange@redhat.com 2012-03-06 06:44:14 EST --- Package Change Request ====================== Package Name: perl-Module-ExtractUse New Branches: EL-5 Owners: berrange
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426530
--- Comment #15 from Jon Ciesla limburgher@gmail.com 2012-03-06 07:59:15 EST --- Git done (by process-git-requests).
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426530
--- Comment #16 from Fedora Update System updates@fedoraproject.org 2012-03-07 09:08:35 EST --- perl-Module-ExtractUse-0.23-4.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/perl-Module-ExtractUse-0.23-4.el5
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426530
--- Comment #17 from Fedora Update System updates@fedoraproject.org 2012-03-24 15:12:11 EDT --- perl-Module-ExtractUse-0.23-4.el5 has been pushed to the Fedora EPEL 5 stable repository.
package-review@lists.fedoraproject.org