Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: perl-RPM2-1.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=693173
Summary: perl-RPM2-1.0 is available Product: Fedora Version: rawhide Platform: Unspecified OS/Version: Unspecified Status: NEW Keywords: FutureFeature, Triaged Severity: unspecified Priority: unspecified Component: perl-RPM2 AssignedTo: mmaslano@redhat.com ReportedBy: upstream-release-monitoring@fedoraproject.org QAContact: extras-qa@fedoraproject.org CC: fedora-perl-devel-list@redhat.com, mmaslano@redhat.com, lkundrak@v3.sk Classification: Fedora Story Points: ---
Latest upstream release: 1.0 Current version in Fedora Rawhide: 0.69 URL: http://search.cpan.org/dist/RPM2/
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 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=693173
Petr Sabata psabata@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |psabata@redhat.com AssignedTo|mmaslano@redhat.com |psabata@redhat.com
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=693173
--- Comment #1 from Petr Sabata psabata@redhat.com 2011-04-04 09:14:32 EDT --- The last two tests fail in mock/koji (only):
my @headers = RPM2->open_hdlist("hdlist-test.hdr"); print join(", ", @headers); ok(scalar @headers, 3, 'found three headers in hdlist-test.hdr'); ok(grep { $_->tag('name') eq 'mod_perl' } @headers);
Looking into the issue.
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=693173
Petr Sabata psabata@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |perl-RPM2-1.0-1.fc16 Resolution| |RAWHIDE Last Closed| |2011-07-26 08:39:12
--- Comment #2 from Petr Sabata psabata@redhat.com 2011-07-26 08:39:12 EDT --- It seems this was only about the wrong test count (judging by the last skipped test number).
perl-devel@lists.fedoraproject.org