Update to 2.66

- New upstream release 2.66
  - Throw proper error on newFrom* with not-existing file
  - Add t/transp.t from CPAN RT#40525
  - Improve multiple gd.h warning (CPAN RT#54366)
  - Better documentation for GD::Simple->arc
  - Fix ANIMGIF with libgd 2.3.0-dev
epel9
Paul Howarth 8 years ago
parent 860f04ee08
commit 76885fd0b0

@ -1,5 +1,5 @@
Name: perl-GD
Version: 2.65
Version: 2.66
Release: 1%{?dist}
Summary: Perl interface to the GD graphics library
License: GPL+ or Artistic 2.0
@ -92,6 +92,14 @@ make test TEST_VERBOSE=1
%{_mandir}/man3/GD::Simple.3*
%changelog
* Mon Apr 24 2017 Paul Howarth <paul@city-fan.org> - 2.66-1
- Update to 2.66
- Throw proper error on newFrom* with not-existing file
- Add t/transp.t from CPAN RT#40525
- Improve multiple gd.h warning (CPAN RT#54366)
- Better documentation for GD::Simple->arc
- Fix ANIMGIF with libgd 2.3.0-dev
* Sun Apr 23 2017 Paul Howarth <paul@city-fan.org> - 2.65-1
- Update to 2.65
- Fix --gdlib_config_path to accept an argument
@ -285,7 +293,7 @@ make test TEST_VERBOSE=1
- update to 2.39
* Fri Apr 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.35-7
- tests work fine locally, one fails in mock, maybe needs a desktop?
- tests work fine locally, one fails in mock, maybe needs a desktop?
conditionalized them, default off.
* Fri Apr 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.35-6

@ -1 +1 @@
SHA512 (GD-2.65.tar.gz) = ae377548437c3b318f9a49bb20d92a66538e768803a9bda2e0b90d2e2e64bd043ab821ab6a44b857654f60ba0bea41f7b88e12808075427a9cd9eacbc90588aa
SHA512 (GD-2.66.tar.gz) = 37d3da70f4e0b89b0166488a1f8a48c508ff5e515653fe1b10602cb708ae0ce713c617dcae21c48ec795799fb0e061762696e6a65bb8ba359859223d15677c61

Loading…
Cancel
Save