diff --git a/gd.changes b/gd.changes index f1b455a..7be67e5 100644 --- a/gd.changes +++ b/gd.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Sep 14 08:48:46 UTC 2021 - pgajdos@suse.com + +- version update to 2.3.3 [bsc#1190400] + * update cmake to generate config.h in the build dir + * 2.3.3 release + * gdPutBuf return value check + * HEIF builds fail with latest distros + * segfault in heif tests due to missing label.heic + * Test failure avif/compare_avif_to_png with libavif-0.8.2 + * imagecopyresampled() produce artifacts on transparent PNG + * Fixes to build v2.3.0 on Windows with MinGW-w64 + * optimize option in gif animation causes segfault + * _gdContributionsCalc() always uses DEFAULT_BOX_RADIUS + * gdImageRotateInterpolated() converts the source image to truecolor + * CMake and Makefiles build broken on Windows + * gdImageScaleTwoPass() looses top row and left column + ------------------------------------------------------------------- Fri Mar 26 14:17:24 UTC 2021 - Andreas Schneider diff --git a/gd.spec b/gd.spec index aad2878..c50fae1 100644 --- a/gd.spec +++ b/gd.spec @@ -19,7 +19,7 @@ %define prjname libgd %define lname libgd3 Name: gd -Version: 2.3.2 +Version: 2.3.3 Release: 0 Summary: A Drawing Library for Programs That Use PNG and JPEG Output License: MIT @@ -124,6 +124,8 @@ XFAIL_TESTS="gdimagegrayscale/basic $XFAIL_TESTS" %endif %endif export XFAIL_TESTS +# https://github.com/libgd/libgd/issues/763#issuecomment-918049103 +export TMPDIR=/tmp %make_build check %install diff --git a/libgd-2.3.2.tar.xz b/libgd-2.3.2.tar.xz deleted file mode 100644 index 2fe714a..0000000 --- a/libgd-2.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb -size 2821096 diff --git a/libgd-2.3.3.tar.xz b/libgd-2.3.3.tar.xz new file mode 100644 index 0000000..9d1d0d8 --- /dev/null +++ b/libgd-2.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61 +size 2809056