Accepting request 874690 from home:dirkmueller:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/874690
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=64
This commit is contained in:
2021-02-24 07:23:19 +00:00
committed by Git OBS Bridge
parent 5243cd5732
commit 139ac21b4f
4 changed files with 27 additions and 5 deletions

View File

@@ -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.1
Release: 0
Summary: A Drawing Library for Programs That Use PNG and JPEG Output
License: MIT