[Bug 1680208] New: perl-JSON-4.02 is available
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1680208
Bug ID: 1680208
Summary: perl-JSON-4.02 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-JSON
Keywords: FutureFeature, Triaged
Assignee: emmanuel(a)seyman.fr
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, jonstanley(a)gmail.com,
paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Latest upstream release: 4.02
Current version/release in rawhide: 4.01-2.fc30
URL: http://search.cpan.org/dist/JSON/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/12847/
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 1 month
[Bug 1678623] Review Request: strip-nondeterminism - File
non-deterministic information stripper
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1678623
--- Comment #5 from Petr Pisar <ppisar(a)redhat.com> ---
Neal seems interested in reviewing this package. Thus only few notes from me:
The URL value point to an umbrella project, not the the strip-nondeterminism
itself. I'd rather use
<https://salsa.debian.org/reproducible-builds/strip-nondeterminism> as the URL
value.
The Makefile.PL has some dependencies you missed. Please build-require
"perl(strict)" and "perl(warnings)".
The perl-File-StripNondeterminism subpackage delivers Perl modules into a
standard Perl look-up path. That means the subpackage must run-require
perl(:MODULE_COPMAT...). See
<https://docs.fedoraproject.org/en-US/packaging-guidelines/Perl/#_versione...>
for the specific spec code to use.
The perl-File-StripNondeterminism package must own the File subdirectory. Use
"%{perl_vendorlib}/*" instead of "%{perl_vendorlib}/File/*" in the %files
sections.
You should execute tests. Add %check section with "make test" and build-require
"make" and all the Perl modules used when running the tests (e.g.
"perl(Test::More)". Don't forget the tests execute some scripts, e.g.
bin/strip-nondeterminism, so you also need build-require their dependencies. We
have a "tangerine" tool that can help you to scan the files for the used Perl
modules.
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 1 month