From afa859584333bb653d585c936b693bf2a9194909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Wed, 10 Sep 2008 13:55:18 +0000 Subject: [PATCH] - remove transfig.3.2.4-pstex.patch, which reintroduced #164140 at the update to 3.2.5 --- transfig.3.2.4-pstex.patch | 21 --------------------- transfig.spec | 8 +++++--- 2 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 transfig.3.2.4-pstex.patch diff --git a/transfig.3.2.4-pstex.patch b/transfig.3.2.4-pstex.patch deleted file mode 100644 index 7ce0897..0000000 --- a/transfig.3.2.4-pstex.patch +++ /dev/null @@ -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; diff --git a/transfig.spec b/transfig.spec index ad18e2f..04cc191 100644 --- a/transfig.spec +++ b/transfig.spec @@ -1,14 +1,13 @@ Summary: A utility for converting FIG files (made by xfig) to other formats. Name: transfig Version: 3.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: MIT Group: Applications/Multimedia Source: ftp://www-epb.lbl.gov/xfig/%{name}.%{version}.tar.gz Patch5: transfig-3.2.5-modularX.patch -Patch6: transfig.3.2.4-pstex.patch Requires: ghostscript @@ -33,7 +32,6 @@ figures into certain graphics languages. %setup -q -n %{name}.%{version} %patch5 -p1 -b .modularX -%patch6 -p1 -b .pstex %build xmkmf @@ -67,6 +65,10 @@ rm -rf %{buildroot} %{_datadir}/fig2dev %changelog +* Wed Sep 10 2008 Stepan Kasal - 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 - 1:3.2.5-3 - fix license tag