8
0

Accepting request 79267 from home:aturrini:branches:devel:languages:perl

Fixed typo in description of perl-Image-Size.spec

OBS-URL: https://build.opensuse.org/request/show/79267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-Size?expand=0&rev=17
This commit is contained in:
2011-08-18 20:15:06 +00:00
committed by Git OBS Bridge
parent c7dba92c22
commit dbc9ce358f
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 18 19:49:13 UTC 2011 - andrea.turrini@gmail.com
- fixed typo in description of perl-Image-Size.spec
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 1 13:32:59 UTC 2010 - coolo@novell.com Wed Dec 1 13:32:59 UTC 2010 - coolo@novell.com

View File

@@ -21,7 +21,7 @@
Name: perl-Image-Size Name: perl-Image-Size
Summary: A Perl Module to deal with Dimensions of an Image in Several Popular Formats Summary: A Perl Module to deal with Dimensions of an Image in Several Popular Formats
Version: 3.230 Version: 3.230
Release: 1 Release: 2
License: LGPL 2.1 or Artistic License License: LGPL 2.1 or Artistic License
Url: http://search.cpan.org/perldoc?Image::Size Url: http://search.cpan.org/perldoc?Image::Size
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@@ -38,7 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
The Image::Size library is based upon the "wwwis" script written by The Image::Size library is based upon the "wwwis" script written by
Alex Knowles *(alex@ed.ac.uk)*, a tool to examine HTML and add 'width' Alex Knowles *(alex@ed.ac.uk)*, a tool to examine HTML and add 'width'
and height' parameters to image tags. The sizes are cached internally and 'height' parameters to image tags. The sizes are cached internally
based on the file name, so multiple calls on the same file name (images based on the file name, so multiple calls on the same file name (images
used in bulleted lists, for example) do not result in repeated used in bulleted lists, for example) do not result in repeated
computations. computations.