| Summary: | Review Request: perl-Time-Moment - Represents a date and time of day with an offset from UTC | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Denis Fateyev <denis> |
| 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, perl-devel, psabata |
| Target Milestone: | --- | Flags: | psabata:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-14 05:36:29 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Denis Fateyev
2016-02-10 13:51:00 UTC
* Consider bumping the CBOR-XS version constraint to 1.3 to guarantee the required 1.25 features are available. * The required version of Sereal is `2.060'. That should work fine; we ship v3+ in all branches and this module doesn't have a bad versioning history yet. * You can drop a number of buildtime deps: - ExtUtils::ParseXS -- the code is not called - File::Temp -- neither is this - Pod::Html -- nor this (only the default text README is generated) - Pod::Man -- nor this - Time::HiRes -- this one is only needed on systems without gettimeofday(2) * You should also drop the Time::HiRes runtime dependency. * This package bundles the `c-dt' library. https://github.com/chansen/c-dt You should provide the bundled symbol, e.g. `bundled(c-dt)'. * c-dt is distributed under the two-clause BSD license. Reflect that in your License tag with `(GPL+ or Artistic) and BSD'. * Oh and one missing build dep: ExtUtils::MM_Unix, via version_from and abstract_from (called from all_from). Thanks, fixed all items. Spec URL: http://www.fateyev.com/RPMS/Fedora22/perl-Time-Moment.spec SRPM URL: http://www.fateyev.com/RPMS/Fedora22/perl-Time-Moment-0.38-2.fc24.src.rpm Koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=12945434 dfateyev's scratch build of perl-Time-Moment-0.38-2.fc23.denf.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=12945434 Acking all & approving. Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/perl-Time-Moment perl-Time-Moment-0.38-2.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d9bd4483d5 perl-Time-Moment-0.38-2.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d9bd4483d5 perl-Time-Moment-0.38-2.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |