add patch to fix getrgb #117099

This commit is contained in:
Than Ngo 2004-11-30 21:17:48 +00:00
parent ec5378626d
commit 917e14b336

View File

@ -4,7 +4,7 @@
Summary: A utility for converting FIG files (made by xfig) to other formats.
Name: transfig
Version: 3.2.4
Release: 8
Release: 9
Epoch: 1
License: distributable
Group: Applications/Multimedia
@ -14,6 +14,7 @@ Patch0: transfig.3.2.4-strerror.patch
Patch1: transfig-3.2.4-gcc33.patch
Patch2: transfig.3.2.4-broken.patch
Patch3: transfig-3.2.4-badc.patch
Patch4: transfig.3.2.4-rgb.patch
BuildPrereq: libpng-devel
BuildPrereq: libjpeg-devel
@ -37,6 +38,7 @@ figures into certain graphics languages.
%patch1 -p1 -b .gcc33
%patch2 -p1 -b .broken
%patch3 -p1 -b .badc
%patch4 -p1 -b .rgb
%build
PATH=$PATH:/usr/X11R6/bin
@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%{xfig_libdir}
%changelog
* Tue Nov 30 2004 Than Ngo <than@redhat.com> 1:3.2.4-9
- add patch to fix getrgb #117099
* Mon Oct 18 2004 Miloslav Trmac <mitr@redhat.com> - 1:3.2.4-8
- Fix at least a few obvious instances of C abuse (partly #74594 with patch by
Sysoltsev Slawa)