- remove transfig.3.2.4-pstex.patch, which reintroduced #164140 at the

update to 3.2.5
This commit is contained in:
Štěpán Kasal 2008-09-10 13:55:18 +00:00
parent 3b56ccc818
commit afa8595843
2 changed files with 5 additions and 24 deletions

View File

@ -1,21 +0,0 @@
diff -up transfig.3.2.5/transfig/mkfile.c.BAD transfig.3.2.5/transfig/mkfile.c
--- transfig.3.2.5/transfig/mkfile.c.BAD 2008-09-08 17:29:10.000000000 -0400
+++ transfig.3.2.5/transfig/mkfile.c 2008-09-08 17:29:50.000000000 -0400
@@ -138,13 +138,13 @@ makefile(mk, altfonts, arg_list)
/*
* The makefile for the pstex need to update two files.
- * file.eps with is created using fig2dev -L pstex file.fig
+ * file.ps with is created using fig2dev -L pstex file.fig
* and
- * file.tex with fig2dev -L pstex_t -p file.eps file.fig
+ * file.tex with fig2dev -L pstex_t -p file.ps file.fig
*
*/
- puttarget(mk, i, "tex", "eps");
- fprintf(mk, "\tfig2dev -L pstex_t -p %s.eps ", i);
+ puttarget(mk, i, "tex", "ps");
+ fprintf(mk, "\tfig2dev -L pstex_t -p %s.ps ", i);
putoptions(mk, altfonts, a->f, a->s, a->m, a->o, i, "tex");
needeps = 1;
break;

View File

@ -1,14 +1,13 @@
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.5 Version: 3.2.5
Release: 3%{?dist} Release: 4%{?dist}
Epoch: 1 Epoch: 1
License: MIT License: MIT
Group: Applications/Multimedia Group: Applications/Multimedia
Source: ftp://www-epb.lbl.gov/xfig/%{name}.%{version}.tar.gz Source: ftp://www-epb.lbl.gov/xfig/%{name}.%{version}.tar.gz
Patch5: transfig-3.2.5-modularX.patch Patch5: transfig-3.2.5-modularX.patch
Patch6: transfig.3.2.4-pstex.patch
Requires: ghostscript Requires: ghostscript
@ -33,7 +32,6 @@ figures into certain graphics languages.
%setup -q -n %{name}.%{version} %setup -q -n %{name}.%{version}
%patch5 -p1 -b .modularX %patch5 -p1 -b .modularX
%patch6 -p1 -b .pstex
%build %build
xmkmf xmkmf
@ -67,6 +65,10 @@ rm -rf %{buildroot}
%{_datadir}/fig2dev %{_datadir}/fig2dev
%changelog %changelog
* Wed Sep 10 2008 Stepan Kasal <skasal@redhat.com> - 1:3.2.5-4
- remove transfig.3.2.4-pstex.patch, which reintroduced #164140
at the update to 3.2.5
* Mon Sep 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:3.2.5-3 * Mon Sep 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:3.2.5-3
- fix license tag - fix license tag