This commit is contained in:
parent
8ed082a7a4
commit
3dd5b9ef18
@ -271,7 +271,7 @@
|
|||||||
if (strstr(str, "CompositeRoman")) enable_composite_font = True;
|
if (strstr(str, "CompositeRoman")) enable_composite_font = True;
|
||||||
fputs(str, tfp);
|
fputs(str, tfp);
|
||||||
--- fig2dev/dev/genpstex.c
|
--- fig2dev/dev/genpstex.c
|
||||||
+++ fig2dev/dev/genpstex.c 2006-07-31 18:26:56.000000000 +0200
|
+++ fig2dev/dev/genpstex.c 2008-04-25 16:01:41.639614807 +0200
|
||||||
@@ -64,10 +64,13 @@ extern void
|
@@ -64,10 +64,13 @@ extern void
|
||||||
genps_spline (),
|
genps_spline (),
|
||||||
genlatex_option (),
|
genlatex_option (),
|
||||||
@ -288,8 +288,24 @@
|
|||||||
|
|
||||||
static char pstex_file[1000] = "";
|
static char pstex_file[1000] = "";
|
||||||
|
|
||||||
|
@@ -85,7 +88,6 @@ void genpstex_t_start(objects)
|
||||||
|
F_compound *objects;
|
||||||
|
{
|
||||||
|
/* Put PostScript Image if any*/
|
||||||
|
-fprintf(stderr,"here pstex_file[0] = %d\n",pstex_file[0]);
|
||||||
|
if (pstex_file[0] != '\0') {
|
||||||
|
fprintf(tfp, "\\begin{picture}(0,0)%%\n");
|
||||||
|
/* newer includegraphics directive suggested by Stephen Harker 1/13/99 */
|
||||||
|
@@ -98,7 +100,6 @@ fprintf(stderr,"here pstex_file[0] = %d\
|
||||||
|
#else
|
||||||
|
fprintf(tfp, "\\special{psfile=%s}%%\n",pstex_file);
|
||||||
|
#endif
|
||||||
|
-fprintf(stderr,"end picture\n");
|
||||||
|
fprintf(tfp, "\\end{picture}%%\n");
|
||||||
|
}
|
||||||
|
genlatex_start(objects);
|
||||||
--- fig2dev/dev/gensvg.c
|
--- fig2dev/dev/gensvg.c
|
||||||
+++ fig2dev/dev/gensvg.c 2007-11-05 15:09:49.134626005 +0100
|
+++ fig2dev/dev/gensvg.c 2007-11-05 15:09:49.134626000 +0100
|
||||||
@@ -802,9 +802,11 @@ gensvg_text (t)
|
@@ -802,9 +802,11 @@ gensvg_text (t)
|
||||||
x, y, degrees (t->angle));
|
x, y, degrees (t->angle));
|
||||||
x = y = 0;
|
x = y = 0;
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 25 16:01:21 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
- Remove unwanted debug code (bnc#383669)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 5 15:11:04 CET 2007 - werner@suse.de
|
Mon Nov 5 15:11:04 CET 2007 - werner@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package transfig (Version 3.2.5)
|
# spec file for package transfig (Version 3.2.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: transfig
|
Name: transfig
|
||||||
BuildRequires: libjpeg-devel libpng-devel netpbm texlive-latex xorg-x11 xorg-x11-devel
|
BuildRequires: libjpeg-devel libpng-devel netpbm texlive-latex xorg-x11 xorg-x11-devel
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
@ -18,7 +19,7 @@ Provides: transfig.3.2.3d
|
|||||||
Requires: netpbm ghostscript-library ghostscript-fonts-std
|
Requires: netpbm ghostscript-library ghostscript-fonts-std
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 3.2.5
|
Version: 3.2.5
|
||||||
Release: 43
|
Release: 99
|
||||||
Summary: Graphic Converter
|
Summary: Graphic Converter
|
||||||
Source: transfig.%{version}.tar.bz2
|
Source: transfig.%{version}.tar.bz2
|
||||||
Patch0: transfig.%{version}.dif
|
Patch0: transfig.%{version}.dif
|
||||||
@ -95,10 +96,13 @@ rm -vf %{buildroot}%{_docdir}/transfig/manual/*.div
|
|||||||
%doc %{_mandir}/man1/pic2tpic.1x.gz
|
%doc %{_mandir}/man1/pic2tpic.1x.gz
|
||||||
%doc %{_mandir}/man1/transfig.1x.gz
|
%doc %{_mandir}/man1/transfig.1x.gz
|
||||||
%doc %{_docdir}/transfig/
|
%doc %{_docdir}/transfig/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 05 2007 - werner@suse.de
|
* Fri Apr 25 2008 werner@suse.de
|
||||||
|
- Remove unwanted debug code (bnc#383669)
|
||||||
|
* Mon Nov 05 2007 werner@suse.de
|
||||||
- Fix typo which caused a missed white space (bug #339086)
|
- Fix typo which caused a missed white space (bug #339086)
|
||||||
* Tue Jul 24 2007 - werner@suse.de
|
* Tue Jul 24 2007 werner@suse.de
|
||||||
- Update to transfig version 3.2.5 (bug ##267840)
|
- Update to transfig version 3.2.5 (bug ##267840)
|
||||||
* SVG driver adds color and pattern filling to arcs
|
* SVG driver adds color and pattern filling to arcs
|
||||||
from Martin Kroeker
|
from Martin Kroeker
|
||||||
@ -264,63 +268,63 @@ rm -vf %{buildroot}%{_docdir}/transfig/manual/*.div
|
|||||||
take into account inline equations using the "$". Now those special
|
take into account inline equations using the "$". Now those special
|
||||||
texts are also excluded from the bounding box calculation.
|
texts are also excluded from the bounding box calculation.
|
||||||
* various man page format errors fixed
|
* various man page format errors fixed
|
||||||
* Wed May 16 2007 - sbrabec@suse.cz
|
* Wed May 16 2007 sbrabec@suse.cz
|
||||||
- Require GhostScript, needed for PS and PDF output.
|
- Require GhostScript, needed for PS and PDF output.
|
||||||
* Fri Apr 20 2007 - aj@suse.de
|
* Fri Apr 20 2007 aj@suse.de
|
||||||
- Use texlive for building.
|
- Use texlive for building.
|
||||||
* Mon Jul 31 2006 - werner@suse.de
|
* Mon Jul 31 2006 werner@suse.de
|
||||||
- Make it build with X11R7
|
- Make it build with X11R7
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Feb 28 2005 - meissner@suse.de
|
* Mon Feb 28 2005 meissner@suse.de
|
||||||
- -Wno-all is actually -w (all warnings off).
|
- -Wno-all is actually -w (all warnings off).
|
||||||
Use $RPM_OPT_FLAGS to get other architecture flags.
|
Use $RPM_OPT_FLAGS to get other architecture flags.
|
||||||
* Thu Mar 11 2004 - werner@suse.de
|
* Thu Mar 11 2004 werner@suse.de
|
||||||
- Avoid extrem long build logs
|
- Avoid extrem long build logs
|
||||||
* Mon Feb 02 2004 - werner@suse.de
|
* Mon Feb 02 2004 werner@suse.de
|
||||||
- Update to 3.2.4 (fix bug #34194)
|
- Update to 3.2.4 (fix bug #34194)
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Fri Jun 13 2003 - kukuk@suse.de
|
* Fri Jun 13 2003 kukuk@suse.de
|
||||||
- Add missing directory to filelist
|
- Add missing directory to filelist
|
||||||
* Fri May 23 2003 - coolo@suse.de
|
* Fri May 23 2003 coolo@suse.de
|
||||||
- use BuildRoot
|
- use BuildRoot
|
||||||
* Fri Nov 08 2002 - werner@suse.de
|
* Fri Nov 08 2002 werner@suse.de
|
||||||
- Remove XCOMM definition to make new cpp happy
|
- Remove XCOMM definition to make new cpp happy
|
||||||
* Mon Jun 17 2002 - meissner@suse.de
|
* Mon Jun 17 2002 meissner@suse.de
|
||||||
- renamed text() to _text() to avoid conflicts of assemblername
|
- renamed text() to _text() to avoid conflicts of assemblername
|
||||||
and sectionname .text on ppc64.
|
and sectionname .text on ppc64.
|
||||||
* Fri Feb 01 2002 - ro@suse.de
|
* Fri Feb 01 2002 ro@suse.de
|
||||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||||
* Mon Dec 10 2001 - werner@suse.de
|
* Mon Dec 10 2001 werner@suse.de
|
||||||
- Update to version 3.2.3d
|
- Update to version 3.2.3d
|
||||||
* Tue Aug 21 2001 - werner@suse.de
|
* Tue Aug 21 2001 werner@suse.de
|
||||||
- Fix bug #9024: echo style for fig2ps2tex should be bsd
|
- Fix bug #9024: echo style for fig2ps2tex should be bsd
|
||||||
* Fri Oct 20 2000 - werner@suse.de
|
* Fri Oct 20 2000 werner@suse.de
|
||||||
- Add missed `$'
|
- Add missed `$'
|
||||||
* Wed Oct 18 2000 - werner@suse.de
|
* Wed Oct 18 2000 werner@suse.de
|
||||||
- Avoid epsfig style, use normal graphics style (bug# 4168)
|
- Avoid epsfig style, use normal graphics style (bug# 4168)
|
||||||
Fri Sep 15 17:01:53 CEST 2000 - werner
|
Fri Sep 15 17:01:53 CEST 2000 - werner
|
||||||
- Update to 3.2.3c to fit xfig version
|
- Update to 3.2.3c to fit xfig version
|
||||||
Wed May 31 16:26:42 CEST 2000 - werner
|
Wed May 31 16:26:42 CEST 2000 - werner
|
||||||
- Use %%{_defaultdocdir}
|
- Use %%{_defaultdocdir}
|
||||||
* Mon Mar 27 2000 - uli@suse.de
|
* Mon Mar 27 2000 uli@suse.de
|
||||||
- fixed minor blooper in fig2dev/Imakefile (now calls mkdir with -p)
|
- fixed minor blooper in fig2dev/Imakefile (now calls mkdir with -p)
|
||||||
* Mon Mar 27 2000 - werner@suse.de
|
* Mon Mar 27 2000 werner@suse.de
|
||||||
- Avoid sparc nasties
|
- Avoid sparc nasties
|
||||||
* Fri Mar 24 2000 - werner@suse.de
|
* Fri Mar 24 2000 werner@suse.de
|
||||||
- New version 3.2.3 for the new xfig version
|
- New version 3.2.3 for the new xfig version
|
||||||
- Fix some common nasties
|
- Fix some common nasties
|
||||||
- Disable some doubles like getopt
|
- Disable some doubles like getopt
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Thu Oct 29 1998 - ro@suse.de
|
* Thu Oct 29 1998 ro@suse.de
|
||||||
- update to 3.2.1
|
- update to 3.2.1
|
||||||
* Thu Sep 17 1998 - ro@suse.de
|
* Thu Sep 17 1998 ro@suse.de
|
||||||
- dont redeclare sys_errlist for glibc
|
- dont redeclare sys_errlist for glibc
|
||||||
* Fri Oct 10 1997 - florian@suse.de
|
* Fri Oct 10 1997 florian@suse.de
|
||||||
- update to version 3.2
|
- update to version 3.2
|
||||||
* Wed Oct 08 1997 - ro@suse.de
|
* Wed Oct 08 1997 ro@suse.de
|
||||||
- Prepared package for automatic build
|
- Prepared package for automatic build
|
||||||
* Tue May 27 1997 - florian@suse.de
|
* Tue May 27 1997 florian@suse.de
|
||||||
- update to version 3.2.0-beta2
|
- update to version 3.2.0-beta2
|
||||||
|
Loading…
Reference in New Issue
Block a user