Changelog for
perl-Image-Size-3.300-47.2.noarch.rpm :
Fri Apr 17 14:00:00 2015 schwabAATTlinux-m68k.org
- endian.patch: use proper endian-agnostic extractor
Tue Apr 14 14:00:00 2015 cooloAATTsuse.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 14:00:00 2013 cooloAATTsuse.com
- updated to 3.232
* lib/Image/Size.pm
Removed the \"!\" flag in pack template for EMF. It was not
needed and it broke on earlier Perls.
* lib/Image/Size.pm
Small change to swfmxsize for short-buffer issues.
* lib/Image/Size.pm
Multiple changes in this commit: Abandoned AutoLoader; moved
POD to the end of the file now that all the per-format
subroutines are part of the file-proper; fixed cases where lack
of ImageMagick would cause the error message to be overwritten.
* t/all.t
* t/kazeburo-bar.jpg (added)
New test (and image) for JPG tag-offset issue.
* lib/Image/Size.pm
Applied patch from github user kazeburo: bug fix for some jpeg
files
* imgsize
Fixed so that default output now catches errors. Previously,
you would get an \"undefined\" warning if there was an error in
parsing/sizing the input file.
* lib/Image/Size.pm
Turns out the 4 bounding-box ints for EMF are signed.
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- use original .tar.gz
Thu Aug 18 14:00:00 2011 andrea.turriniAATTgmail.com
- fixed typo in description of perl-Image-Size.spec
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Wed Sep 1 14:00:00 2010 anickaAATTsuse.cz
- update to 3.230
* Added support for Windows Enhanced Metafile Format
Fri Jul 16 14:00:00 2010 anickaAATTsuse.cz
- update to 3.221
* Large-scale code and documentation clean-up based on perlcritic
and visual review.
Wed Jan 13 13:00:00 2010 anickaAATTsuse.cz
- update to 3.220
* lib/Image/Size.pm Small fix to the regex for detecting GIFs,
per Slaven Rezic.
* lib/Image/Size.pm Moved around some conditionally-needed libs to
delay loading until/unless needed. Also made a small fix
per Perl::Critic.
Mon Jul 6 14:00:00 2009 lruppAATTsuse.de
- update to 3.2
* Compress::Zlib is optional now
* Per RT ticket #43452, make the cache visible outside the
lexical scope of the module This allows the hash to be used
with packages like IPC::Shareable or IPC::MM to enable sharing
the cache between processes. Added extra documentation of this,
and a new section describing approaches to cache-sharing.
* new build/dist process
- add perl(Test::Pod::Coverage) and perl(Test::Pod) to BuildReq
- fix license