- 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

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=68
This commit is contained in:
Petr Gajdos 2021-09-14 09:15:44 +00:00 committed by Git OBS Bridge
parent 69b4a7b01d
commit 06c07c1055
4 changed files with 24 additions and 4 deletions

View File

@ -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 <asn@cryptomilk.org>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
size 2821096

BIN
libgd-2.3.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.