diff --git a/GD-2.81.tar.gz b/GD-2.81.tar.gz deleted file mode 100644 index ac37fa57bda9f0491a588af810498049117ab418..0000000000000000000000000000000000000000 Binary files a/GD-2.81.tar.gz and /dev/null differ diff --git a/GD-2.82.tar.gz b/GD-2.82.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0b14f476b3bba21a64a39d0855b5e5b5d7c0186d Binary files /dev/null and b/GD-2.82.tar.gz differ diff --git a/perl-GD.spec b/perl-GD.spec index adaab6240bdc589249c3b32fb620af285734a0b8..3347bdd33e3387d1b010ea91fc3e39b7d3a4e370 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -1,5 +1,5 @@ Name: perl-GD -Version: 2.81 +Version: 2.82 Release: 1 Summary: A perl5 interface to Thomas Boutell's gd library License: GPL+ or Artistic 2.0 @@ -67,6 +67,12 @@ make test %{_mandir}/man*/* %changelog +* Thu Jul 18 2024 xiejing - 2.82-1 +- update to version 2.82 + - Improve HEIF/AVIF autodetection + - Fix strawberryperl default libgd path + - Fix AVIF and Webp autodetection in tests + * Fri Jun 14 2024 xiejing - 2.81-1 - update to version 2.81 - Change GD::Polygon::transform to match old demos (RT #140043),