- 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:
parent
69b4a7b01d
commit
06c07c1055
18
gd.changes
18
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 <asn@cryptomilk.org>
|
Fri Mar 26 14:17:24 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
4
gd.spec
4
gd.spec
@ -19,7 +19,7 @@
|
|||||||
%define prjname libgd
|
%define prjname libgd
|
||||||
%define lname libgd3
|
%define lname libgd3
|
||||||
Name: gd
|
Name: gd
|
||||||
Version: 2.3.2
|
Version: 2.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Drawing Library for Programs That Use PNG and JPEG Output
|
Summary: A Drawing Library for Programs That Use PNG and JPEG Output
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -124,6 +124,8 @@ XFAIL_TESTS="gdimagegrayscale/basic $XFAIL_TESTS"
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
export XFAIL_TESTS
|
export XFAIL_TESTS
|
||||||
|
# https://github.com/libgd/libgd/issues/763#issuecomment-918049103
|
||||||
|
export TMPDIR=/tmp
|
||||||
%make_build check
|
%make_build check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -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
BIN
libgd-2.3.3.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user