add patch to fix getrgb #117099
This commit is contained in:
parent
ec5378626d
commit
917e14b336
@ -4,7 +4,7 @@
|
|||||||
Summary: A utility for converting FIG files (made by xfig) to other formats.
|
Summary: A utility for converting FIG files (made by xfig) to other formats.
|
||||||
Name: transfig
|
Name: transfig
|
||||||
Version: 3.2.4
|
Version: 3.2.4
|
||||||
Release: 8
|
Release: 9
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -14,6 +14,7 @@ Patch0: transfig.3.2.4-strerror.patch
|
|||||||
Patch1: transfig-3.2.4-gcc33.patch
|
Patch1: transfig-3.2.4-gcc33.patch
|
||||||
Patch2: transfig.3.2.4-broken.patch
|
Patch2: transfig.3.2.4-broken.patch
|
||||||
Patch3: transfig-3.2.4-badc.patch
|
Patch3: transfig-3.2.4-badc.patch
|
||||||
|
Patch4: transfig.3.2.4-rgb.patch
|
||||||
|
|
||||||
BuildPrereq: libpng-devel
|
BuildPrereq: libpng-devel
|
||||||
BuildPrereq: libjpeg-devel
|
BuildPrereq: libjpeg-devel
|
||||||
@ -37,6 +38,7 @@ figures into certain graphics languages.
|
|||||||
%patch1 -p1 -b .gcc33
|
%patch1 -p1 -b .gcc33
|
||||||
%patch2 -p1 -b .broken
|
%patch2 -p1 -b .broken
|
||||||
%patch3 -p1 -b .badc
|
%patch3 -p1 -b .badc
|
||||||
|
%patch4 -p1 -b .rgb
|
||||||
|
|
||||||
%build
|
%build
|
||||||
PATH=$PATH:/usr/X11R6/bin
|
PATH=$PATH:/usr/X11R6/bin
|
||||||
@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{xfig_libdir}
|
%{xfig_libdir}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Fix at least a few obvious instances of C abuse (partly #74594 with patch by
|
||||||
Sysoltsev Slawa)
|
Sysoltsev Slawa)
|
||||||
|
Loading…
Reference in New Issue
Block a user