Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gd for openSUSE:Factory checked in at 2021-04-14 10:10:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gd (Old) and /work/SRC/openSUSE:Factory/.gd.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gd" Wed Apr 14 10:10:11 2021 rev:55 rq:881806 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gd/gd.changes 2020-08-14 09:30:54.172323810 +0200 +++ /work/SRC/openSUSE:Factory/.gd.new.2401/gd.changes 2021-04-14 10:10:25.553437646 +0200 @@ -1,0 +2,37 @@ +Fri Mar 26 14:17:24 UTC 2021 - Andreas Schneider <[email protected]> + +- Enable AVIF support + +------------------------------------------------------------------- +Mon Mar 8 19:59:24 UTC 2021 - Matthias Eliasson <[email protected]> + +- update to 2.3.2: + * gif: allow decodin when both Global and Local Colormaps (#494) + * avif: Support for AVIF images via libavif (#557) + * heif: Support for HEIF/AVIF images via libheif (#395) (#557) + * webp: Drop ../deps/ search when building with cmake + * Windows: Remove unused snprintf fallback + +------------------------------------------------------------------- +Tue Feb 23 19:03:44 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 2.3.1: + - Fix potential integer overflow detected by oss-fuzz + - Fix #615 using libraqm + - Fix #303: gdlib.pc: use Requires instead of Libs (#537) + - Fixed #472: Adjusting CMakeLists.txt (#582) + - Fix #615: gdImageStringFT() fails for empty strings as of libgd 2.3.0 (#633) + - Fix typo but preserve BC + - Compute average in gdGuessBackgroundColorFromCorners properly (#483) + - CMakeLists.txt: zlib is enabled implicitly + - src/config.h.cmake: replace #cmakedefine01 with #define in macro ENABLE_GD_FOORMATS (#622) + - gdlib.pc: use prefixes for pkgconfig file + - cmake: remove required host includes (#617) + - Move initial declaration out of `for` loop + - distribute getlib script + - Make gd_nnquant.c less likely to introduce duplicate definitions (#601) + - webp: support pkg-config file + - gd_io: replace internal Putchar with gdPutC + - gd_io: trim unused Putword function + +------------------------------------------------------------------- Old: ---- libgd-2.3.0.tar.xz New: ---- libgd-2.3.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gd.spec ++++++ --- /var/tmp/diff_new_pack.mWbxNv/_old 2021-04-14 10:10:26.565439354 +0200 +++ /var/tmp/diff_new_pack.mWbxNv/_new 2021-04-14 10:10:26.569439361 +0200 @@ -1,7 +1,7 @@ # # spec file for package gd # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define prjname libgd %define lname libgd3 Name: gd -Version: 2.3.0 +Version: 2.3.2 Release: 0 Summary: A Drawing Library for Programs That Use PNG and JPEG Output License: MIT @@ -39,6 +39,9 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(freetype2) +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300 +BuildRequires: pkgconfig(libavif) +%endif BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(xpm) @@ -104,6 +107,9 @@ --with-png \ --with-xpm \ --with-webp \ +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300 + --with-avif \ +%endif --with-zlib \ --disable-static %make_build ++++++ libgd-2.3.0.tar.xz -> libgd-2.3.2.tar.xz ++++++ ++++ 22182 lines of diff (skipped)
