9
0

Accepting request 297084 from devel:languages:perl:autoupdate

- updated to 3.300
   see /usr/share/doc/packages/perl-Image-Size/ChangeLog
  3.300	Saturday February 28, 2015, 08:44:22 AM -0800
  
  	* lib/Image/Size.pm
  	* t/all.t
  	* t/old-os2.bmp (added)
  	Add support for old OS/2 version of BMP header (Geoff Richards).
  
  	* lib/Image/Size.pm
  	Typo fixes (David Steinbrunner).                                
  
  	* lib/Image/Size.pm
  	Avoid a sprintf() warning in Perl 5.21. Perl 5.21 introduces a  
  	warning for redundant arguments to s?printf(), so sprintf("%d", 
  	1, 2) would warn. This commit silences that warning by passing  
  	sprintf the exact number of arguments that it expects (Brian    
  	Fraser).                                                        
  
  	* lib/Image/Size.pm
  	Added =encoding utf8 to pod - the accented character was        
  	causing a pod error (Neil Bowers).                              
  
  	* lib/Image/Size.pm
  	Added Z<> to the =item [012] to resolve pod warning. You can't  
  	have =item 0, so the way round this seems to be to add a Z<>    
  	(zero width space) before each digit (Neil Bowers).             
  
  	* lib/Image/Size.pm
  	Added link to github repo to doc (Neil Bowers).

OBS-URL: https://build.opensuse.org/request/show/297084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-Size?expand=0&rev=28
This commit is contained in:
Stephan Kulow
2015-04-16 08:12:49 +00:00
committed by Git OBS Bridge
parent 224aefa30d
commit eaab7b3f12
5 changed files with 81 additions and 12 deletions

View File

@@ -1,3 +1,53 @@
-------------------------------------------------------------------
Tue Apr 14 20:17:04 UTC 2015 - coolo@suse.com
- updated to 3.300
see /usr/share/doc/packages/perl-Image-Size/ChangeLog
3.300 Saturday February 28, 2015, 08:44:22 AM -0800
* lib/Image/Size.pm
* t/all.t
* t/old-os2.bmp (added)
Add support for old OS/2 version of BMP header (Geoff Richards).
* lib/Image/Size.pm
Typo fixes (David Steinbrunner).
* lib/Image/Size.pm
Avoid a sprintf() warning in Perl 5.21. Perl 5.21 introduces a
warning for redundant arguments to s?printf(), so sprintf("%d",
1, 2) would warn. This commit silences that warning by passing
sprintf the exact number of arguments that it expects (Brian
Fraser).
* lib/Image/Size.pm
Added =encoding utf8 to pod - the accented character was
causing a pod error (Neil Bowers).
* lib/Image/Size.pm
Added Z<> to the =item [012] to resolve pod warning. You can't
have =item 0, so the way round this seems to be to add a Z<>
(zero width space) before each digit (Neil Bowers).
* lib/Image/Size.pm
Added link to github repo to doc (Neil Bowers).
* lib/Image/Size.pm
RT #41238: Applied modified version of patch from user to fix a
die problem with unpack on truncated files.
* lib/Image/Size.pm
* t/1.sm.webp (added)
* t/all.t
* t/move.cur (added)
* t/tux.ico (added)
Add support for WEBP, ICO and CUR file types (Baldur
Kristinsson).
* lib/Image/Size.pm
Fix some perlcritic issues.
-------------------------------------------------------------------
Wed Jun 5 07:47:40 UTC 2013 - coolo@suse.com