diff --git a/transfig.spec b/transfig.spec index 3928a3c..b98b97f 100644 --- a/transfig.spec +++ b/transfig.spec @@ -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 1:3.2.4-9 +- add patch to fix getrgb #117099 + * Mon Oct 18 2004 Miloslav Trmac - 1:3.2.4-8 - Fix at least a few obvious instances of C abuse (partly #74594 with patch by Sysoltsev Slawa)