Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Review Request: perl-Net-IP-Match-Regexp - Efficiently match IP addresses against ranges https://bugzilla.redhat.com/show_bug.cgi?id=790215 Summary: Review Request: perl-Net-IP-Match-Regexp - Efficiently match IP addresses against ranges Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: ktdreyer@xxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, package-review@xxxxxxxxxxxxxxxxxxxxxxx Classification: Fedora Story Points: --- Type: --- Regression: --- Mount Type: --- Documentation: --- Spec URL: http://ktdreyer.fedorapeople.org/reviews/perl-Net-IP-Match-Regexp.spec SRPM URL: http://ktdreyer.fedorapeople.org/reviews/perl-Net-IP-Match-Regexp-1.01-1.fc15.src.rpm Description: This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else. My FAS name is ktdreyer. I would like to get this package into Fedora and EPEL 6. $ rpmlint perl-Net-IP-Match-Regexp.spec 0 packages and 1 specfiles checked; 0 errors, 0 warnings. $ rpmlint perl-Net-IP-Match-Regexp-1.01-1.fc15.src.rpm perl-Net-IP-Match-Regexp.src: W: spelling-error %description -l en_US boolean -> Boolean, boo lean, boo-lean 1 packages and 0 specfiles checked; 0 errors, 1 warnings. $ rpmlint perl-Net-IP-Match-Regexp-1.01-1.fc18.noarch.rpm perl-Net-IP-Match-Regexp.noarch: W: spelling-error %description -l en_US boolean -> Boolean, boo lean, boo-lean 1 packages and 0 specfiles checked; 0 errors, 1 warnings. Koji scratch builds: Rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=3787965 F-16: http://koji.fedoraproject.org/koji/taskinfo?taskID=3787967 EL-6: http://koji.fedoraproject.org/koji/taskinfo?taskID=3787969 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review