SHA256
8
0
forked from pool/perl-GD

Accepting request 297009 from devel:languages:perl:autoupdate

- updated to 2.56
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.56	* Fix Makefile.PL so that it works again.
  2.55	* Great simplification of regression framework ought to fix make test problems.
  	* Replace ExtUtils::MakeMaker script with Module::Build system 
  	  (just in time for Module::Build to be deprecated).
  	* Remove archaic qd.pl (for creating QuickDraw picts) from distribution.
  2.54	Patch from yurly@unet.net to fix image corruption in rotate180 when image height is odd.
  2.53	Points to Gabor Szabo's GD::Simple tutorial, and fix link to repository.
  2.52    Fix regression tests to run on Ubuntu 12.04 64bit.

OBS-URL: https://build.opensuse.org/request/show/297009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2015-04-15 20:27:57 +00:00
committed by Git OBS Bridge
parent f517b3f600
commit 4e81af7c62
6 changed files with 67 additions and 25 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 14 17:48:08 UTC 2015 - coolo@suse.com
- updated to 2.56
see /usr/share/doc/packages/perl-GD/ChangeLog
2.56 * Fix Makefile.PL so that it works again.
2.55 * Great simplification of regression framework ought to fix make test problems.
* Replace ExtUtils::MakeMaker script with Module::Build system
(just in time for Module::Build to be deprecated).
* Remove archaic qd.pl (for creating QuickDraw picts) from distribution.
2.54 Patch from yurly@unet.net to fix image corruption in rotate180 when image height is odd.
2.53 Points to Gabor Szabo's GD::Simple tutorial, and fix link to repository.
2.52 Fix regression tests to run on Ubuntu 12.04 64bit.
-------------------------------------------------------------------
Thu Oct 30 17:28:27 UTC 2014 - darin@darins.net