Bug 1150284
Summary: | Review Request: perl-CGI-Deurl-XS - Fast decoder for URL parameter strings | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Dick <ddick> |
Component: | Package Review | Assignee: | Petr Šabata <psabata> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | package-review, psabata |
Target Milestone: | --- | Flags: | psabata:
fedora-review+
kevin: fedora-cvs+ |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | perl-CGI-Deurl-XS-0.07-1.fc21 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-27 03:27:30 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: | 1166947 |
Description
David Dick
2014-10-07 19:53:08 UTC
koji builds rawhide at http://koji.fedoraproject.org/koji/taskinfo?taskID=7791373 el6 at http://koji.fedoraproject.org/koji/taskinfo?taskID=7791367 License tag incorrect; the parser is licensed under ASL 2.0. Missing BRs: - File::Copy, Makefile.PL:35 - File::Spec, Makefile.PL:36 These are compile-time dependencies and they're needed no matter if that block is executed or not. Yup, fixed and uploaded. --- a/perl-CGI-Deurl-XS.spec +++ b/perl-CGI-Deurl-XS.spec @@ -2,7 +2,7 @@ Name: perl-CGI-Deurl-XS Version: 0.07 Release: 1%{?dist} Summary: Fast decoder for URL parameter strings -License: GPL+ or Artistic +License: (GPL+ or Artistic) and ASL 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Deurl-XS/ Source0: http://www.cpan.org/modules/by-module/CGI/CGI-Deurl-XS-%{version}.tar.gz @@ -13,6 +13,8 @@ BuildRequires: perl(encoding) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::Constant) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Copy) +BuildRequires: perl(File::Spec) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) -- Approving. New Package SCM Request ======================= Package Name: perl-CGI-Deurl-XS Short Description: Fast decoder for URL parameter strings Upstream URL: http://search.cpan.org/dist/CGI-Deurl-XS/ Owners: ddick Branches: f20, f21, epel7, el6 InitialCC: perl-sig Thanks for the review Petr. Git done (by process-git-requests). perl-CGI-Deurl-XS-0.07-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/perl-CGI-Deurl-XS-0.07-1.fc20 perl-CGI-Deurl-XS-0.07-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/perl-CGI-Deurl-XS-0.07-1.fc21 perl-CGI-Deurl-XS-0.07-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/perl-CGI-Deurl-XS-0.07-1.el6 perl-CGI-Deurl-XS-0.07-1.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/perl-CGI-Deurl-XS-0.07-1.el7 perl-CGI-Deurl-XS-0.07-1.el6 has been pushed to the Fedora EPEL 6 testing repository. perl-CGI-Deurl-XS-0.07-1.fc20 has been pushed to the Fedora 20 stable repository. perl-CGI-Deurl-XS-0.07-1.el7 has been pushed to the Fedora EPEL 7 stable repository. perl-CGI-Deurl-XS-0.07-1.el6 has been pushed to the Fedora EPEL 6 stable repository. perl-CGI-Deurl-XS-0.07-1.fc21 has been pushed to the Fedora 21 stable repository. |