- Fixed possible gd crash when drawing AA line near image borders (#167843)
This commit is contained in:
parent
38fd7fb66c
commit
8cab8d9c05
7
gd.spec
7
gd.spec
@ -1,12 +1,13 @@
|
|||||||
Summary: A graphics library for quick creation of PNG or JPEG images
|
Summary: A graphics library for quick creation of PNG or JPEG images
|
||||||
Name: gd
|
Name: gd
|
||||||
Version: 2.0.33
|
Version: 2.0.33
|
||||||
Release: 3
|
Release: 4
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD-style
|
License: BSD-style
|
||||||
URL: http://www.boutell.com/gd/
|
URL: http://www.boutell.com/gd/
|
||||||
Source0: http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz
|
Source0: http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz
|
||||||
Patch0: gd-2.0.33-freetype.patch
|
Patch0: gd-2.0.33-freetype.patch
|
||||||
|
Patch1: gd-2.0.33-SetAAPixel.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: freetype-devel, fontconfig-devel, xorg-x11-devel
|
BuildRequires: freetype-devel, fontconfig-devel, xorg-x11-devel
|
||||||
BuildRequires: libjpeg-devel, libpng-devel, zlib-devel
|
BuildRequires: libjpeg-devel, libpng-devel, zlib-devel
|
||||||
@ -45,6 +46,7 @@ files for gd, a graphics library for creating PNG and JPEG graphics.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .freetype
|
%patch0 -p1 -b .freetype
|
||||||
|
%patch1 -p1 -b .SetAAPixel
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-rpath
|
%configure --disable-rpath
|
||||||
@ -83,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 10 2005 Phil Knirsch <pknirsch@redhat.com> 2.0.33-4
|
||||||
|
- Fixed possible gd crash when drawing AA line near image borders (#167843)
|
||||||
|
|
||||||
* Wed Sep 07 2005 Phil Knirsch <pknirsch@redhat.com> 2.0.33-3
|
* Wed Sep 07 2005 Phil Knirsch <pknirsch@redhat.com> 2.0.33-3
|
||||||
- Fixed broken freetype-config --libs flags in configure (#165875)
|
- Fixed broken freetype-config --libs flags in configure (#165875)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user