Changelog for
perl-Image-Size-3.300-bp157.1.1.noarch.rpm :
* Mon Mar 01 2021 Dirk Stoecker
- add fix for JPEG markers starting with 0x00 (Image-Size-3.300_Fix_JPEG_00_Markers.patch)
* Fri Apr 17 2015 schwabAATTlinux-m68k.org- endian.patch: use proper endian-agnostic extractor
* Tue Apr 14 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 05 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 2011 cooloAATTsuse.com- use original .tar.gz
* Thu Aug 18 2011 andrea.turriniAATTgmail.com- fixed typo in description of perl-Image-Size.spec
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules
* Wed Sep 01 2010 anickaAATTsuse.cz- update to 3.230
* Added support for Windows Enhanced Metafile Format
* Fri Jul 16 2010 anickaAATTsuse.cz- update to 3.221
* Large-scale code and documentation clean-up based on perlcritic and visual review.