Changelog for
perl-GD-2.51-32.1.i586.rpm :
Thu Oct 30 13:00:00 2014 darinAATTdarins.net
- Added libtiff-devel and libvpx-devel to fix builds on SLE_12
Sun Feb 9 13:00:00 2014 cooloAATTsuse.com
- updated to 2.51
Fix misleading warning message about location of gd.h file.
Tue Dec 31 13:00:00 2013 cooloAATTsuse.com
- disable test suite - comparing the bits of pngs is not good enough,
debian and fedora have the same problem and no reaction upstream
(RT#85789)
Sat Jul 27 14:00:00 2013 cooloAATTsuse.com
- updated to 2.50
Fix gdUseFontConfig so that it can be called as a class method.
Add GitHub information to README.
Fix compile crash on windows and strawberry (https://rt.cpan.org/Public/Bug/Display.html?id=67990).
Fix compilation on older perl\'s without the Newxz macros.
- rebased GD-cflags.patch
Thu May 26 14:00:00 2011 cooloAATTnovell.com
- do not add break perl structures in overwriting CCFLAGS with invalid
flags
- regenerate with cpanspec 1.78.04
Tue May 3 14:00:00 2011 vcizekAATTnovell.com
- update to 2.46
Added a basic \"use\" test for GD::Simple
Corrected license to GPL+ or Artistic
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Jul 19 14:00:00 2010 anickaAATTsuse.cz
- update to 2.45
* Clarified the GD license. There is now a formal LICENSE file
in the package.
Tue Apr 6 14:00:00 2010 cooloAATTnovell.com
- replace tests.tar with test10.png to fix only the test currently
broken (relying on old libjpeg and libpng behaviour)
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
* removed ^----------
* removed ^#---------
Tue Jul 21 14:00:00 2009 chrisAATTcomputersalat.de
- update to 2.44
* GD::Group now installed properly.
* Quenched compiler warning caused by Newxs() calls.
- 2.43
* Added \"transparent\" color to GD::Simple.
* Fixed Makefile so that GD/Image.pm depends both on GD/Image.pm.PLS and .config.cache
- 2.42
* Fixed magic number detection to autodetect certain missed jpeg files (thanks to Mike Walker)
- added perl-macros
o autogen filelist with perl_gen_filelist
Wed Sep 10 14:00:00 2008 anickaAATTsuse.cz
- update to 2.41
* Added backend support for grouping features in GD::SVG module.
Thu Jun 19 14:00:00 2008 anickaAATTsuse.cz
- update to 2.39
* Makefile.PL will refuse to run if the proper version of
libgd is unavailable.
* Fixed bizarre warning about
/usr/include/gd.h != /usr/include/gd.h.
* GD/Image.pm did not bring in croak() properly, meaning that
incorrect error messages are printed out when any of the
newFromXXX() calls are made.
* Instructions on using gdAntiAliased with palette images.
* Some instructions on installation for Windows users.
Thu Sep 14 14:00:00 2006 anickaAATTsuse.cz
- update to 2.35
* Doesn\'t push libpng onto AATTLIBS unless png support is
requested.
* Supports Storable\'s freeze/thaw via a custom serializer.
* Remove \"scale redefined\" message during compilation of
Polyline.
Thu Jul 13 14:00:00 2006 anickaAATTsuse.cz
- update to 2.34
* many bugfixes since 2.30 added