summaryrefslogtreecommitdiffstats
path: root/gd.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-30 14:28:53 +0200
committerRemi Collet <remi@remirepo.net>2018-08-30 14:28:53 +0200
commit9bb99803a1c0e4e996feaf919eb006844a2f631b (patch)
tree6af41aac4c0e85f6facb283b7ff5815bc8e07613 /gd.spec
parentf0d45ca534d0b0f74e82694ee81176fc78299e72 (diff)
Sync with Fedora
* Thu Aug 30 2018 mskalick@redhat.com - 2.2.5-6 - Use libimagequant library (RHBZ#1468338)
Diffstat (limited to 'gd.spec')
-rw-r--r--gd.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/gd.spec b/gd.spec
index a5f6590..1db9af4 100644
--- a/gd.spec
+++ b/gd.spec
@@ -28,7 +28,7 @@ Name: gd
Name: gd-last
%endif
Version: 2.2.5
-Release: 5%{?prever}%{?short}%{?dist}
+Release: 6%{?prever}%{?short}%{?dist}
Group: System Environment/Libraries
License: MIT
URL: http://libgd.github.io/
@@ -67,6 +67,9 @@ BuildRequires: perl
BuildRequires: perl-generators
# for fontconfig/basic test
BuildRequires: liberation-sans-fonts
+%if 0%{?fedora} >= 29
+BuildRequires: libimagequant-devel
+%endif
%if "%{name}" != "gd-last"
Obsoletes: gd-last <= %{version}
@@ -226,6 +229,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc
%changelog
+* Thu Aug 30 2018 mskalick@redhat.com - 2.2.5-6
+- Use libimagequant library (RHBZ#1468338)
+
* Thu Aug 30 2018 mskalick@redhat.com - 2.2.5-5
- Check return value in gdImageBmpPtr to avoid double free (CVE-2018-1000222)
- Don't mark gdimagegrayscale/basic test as failing