Bug 579060 - Review Request: perl-String-Formatter - Build sprintf-like functions of your own
Summary: Review Request: perl-String-Formatter - Build sprintf-like functions of your own
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Chris Weyl
QA Contact: Fedora Extras Quality Assurance
URL: http://search.cpan.org/dist/String-Fo...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-02 12:16 UTC by Iain Arnell
Modified: 2010-04-20 13:35 UTC (History)
2 users (show)

Fixed In Version: perl-String-Formatter-0.100720-1.fc13
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-04-20 12:59:55 UTC
Type: ---
Embargoed:
cweyl: fedora-review+
kevin: fedora-cvs+


Attachments (Terms of Use)

Description Iain Arnell 2010-04-02 12:16:46 UTC
Spec URL: http://fedorapeople.org/~iarnell/review/perl-String-Formatter.spec
SRPM URL: http://fedorapeople.org/~iarnell/review/perl-String-Formatter-0.100720-1.fc14.src.rpm

Description:
String::Formatter is a tool for building sprintf-like formatting routines.
It supports named or positional formatting, custom conversions, fixed
string interpolation, and simple width-matching out of the box. It is easy
to alter its behavior to write new kinds of format string expanders. For
most cases, it should be easy to build all sorts of formatters out of the
options built into String::Formatter.

Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2091038

*rt-0.10_01

Comment 1 Chris Weyl 2010-04-02 15:40:31 UTC
Looks good!

Your sed syntax is interesting: "sed -i -e '1s~#!perl~#!%{__perl}~' bench.pl".
Am I correct in thinking the leading "1" constrains sed to tinkering with the
first line only?  Or only one match?

koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=2091038

Spec looks sane, clean and consistent; license is correct (GPLv2);
make test passes cleanly.

Source tarballs match upstream (sha1sum):
4ff6a1d173c7f51ef794a8c9d63e6e17a60f62d0 String-Formatter-0.100720.tar.gz
4ff6a1d173c7f51ef794a8c9d63e6e17a60f62d0 String-Formatter-0.100720.tar.gz.srpm

Final provides / requires are sane:

0 packages and 1 specfiles checked; 0 errors, 0 warnings.
=====> perl-String-Formatter-0.100720-1.fc14.noarch.rpm <=====
====> rpmlint
perl-String-Formatter.noarch: W: spelling-error Summary(en_US) sprintf -> sprint, sprints, sprint f
perl-String-Formatter.noarch: W: spelling-error %description -l en_US sprintf -> sprint, sprints, sprint f
perl-String-Formatter.noarch: W: spelling-error %description -l en_US expanders -> ex panders, ex-panders, expands
perl-String-Formatter.noarch: W: spelling-error %description -l en_US formatters -> for matters, for-matters, formatted
1 packages and 0 specfiles checked; 0 errors, 4 warnings.
====> provides for perl-String-Formatter-0.100720-1.fc14.noarch.rpm
perl(String::Formatter) = 0.100720
perl-String-Formatter = 0.100720-1.fc14
perl(String::Formatter::Cookbook) = 0.100720
====> requires for perl-String-Formatter-0.100720-1.fc14.noarch.rpm
perl >= 0:5.006
perl(:MODULE_COMPAT_5.10.1)  
perl(Params::Util)  
perl(strict)  
perl(Sub::Exporter)  
perl(warnings)  

=====> perl-String-Formatter-0.100720-1.fc14.src.rpm <=====
====> rpmlint
perl-String-Formatter.src: W: spelling-error Summary(en_US) sprintf -> sprint, sprints, sprint f
perl-String-Formatter.src: W: spelling-error %description -l en_US sprintf -> sprint, sprints, sprint f
perl-String-Formatter.src: W: spelling-error %description -l en_US expanders -> ex panders, ex-panders, expands
perl-String-Formatter.src: W: spelling-error %description -l en_US formatters -> for matters, for-matters, formatted
1 packages and 0 specfiles checked; 0 errors, 4 warnings.
====> provides for perl-String-Formatter-0.100720-1.fc14.src.rpm
====> requires for perl-String-Formatter-0.100720-1.fc14.src.rpm
perl >= 0:5.006
perl(ExtUtils::MakeMaker)  
perl(Params::Util)  
perl(Pod::Coverage::TrustPod)  
perl(Sub::Exporter)  
perl(Test::More)  
perl(Test::Pod)  
perl(Test::Pod::Coverage)  

APPROVED

Comment 2 Iain Arnell 2010-04-02 16:12:37 UTC
Thanks, Chris. Yes, the leading "1" is an address that restricts the "s" command to the first line.

Comment 3 Iain Arnell 2010-04-02 16:21:43 UTC
New Package CVS Request
=======================
Package Name: perl-String-Formatter
Short Description: Build sprintf-like functions of your own
Owners: iarnell
Branches: F-11 F-12 F-13
InitialCC: perl-sig

Comment 4 Kevin Fenzi 2010-04-03 17:43:43 UTC
CVS done (by process-cvs-requests.py).

Comment 5 Fedora Update System 2010-04-04 07:07:26 UTC
perl-String-Formatter-0.100720-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/perl-String-Formatter-0.100720-1.fc12

Comment 6 Fedora Update System 2010-04-04 07:07:30 UTC
perl-String-Formatter-0.100720-1.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/perl-String-Formatter-0.100720-1.fc11

Comment 7 Fedora Update System 2010-04-04 07:07:35 UTC
perl-String-Formatter-0.100720-1.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/perl-String-Formatter-0.100720-1.fc13

Comment 8 Fedora Update System 2010-04-06 19:56:30 UTC
perl-String-Formatter-0.100720-1.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update perl-String-Formatter'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/perl-String-Formatter-0.100720-1.fc13

Comment 9 Fedora Update System 2010-04-09 01:25:34 UTC
perl-String-Formatter-0.100720-1.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update perl-String-Formatter'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/perl-String-Formatter-0.100720-1.fc12

Comment 10 Fedora Update System 2010-04-09 01:38:46 UTC
perl-String-Formatter-0.100720-1.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update perl-String-Formatter'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/perl-String-Formatter-0.100720-1.fc11

Comment 11 Fedora Update System 2010-04-20 12:59:50 UTC
perl-String-Formatter-0.100720-1.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2010-04-20 13:34:25 UTC
perl-String-Formatter-0.100720-1.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 13 Fedora Update System 2010-04-20 13:35:09 UTC
perl-String-Formatter-0.100720-1.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.