diff --git a/cfgcache.pm b/cfgcache.pm index d8aa5e2..4cdfbc2 100644 --- a/cfgcache.pm +++ b/cfgcache.pm @@ -50,7 +50,7 @@ $cfg{'PNMTOPNG'} = q'/usr/bin/pnmtopng'; $cfg{'PPMQUANT'} = q'/usr/bin/ppmquant'; $cfg{'PPMTOGIF'} = q'/usr/bin/ppmtogif'; $cfg{'PREFIX'} = q'/usr'; -$cfg{'RGBCOLORFILE'} = q'/usr/X11R6/lib/X11/rgb.txt'; +$cfg{'RGBCOLORFILE'} = q'/usr/share/X11/rgb.txt'; $cfg{'TEX'} = q'/usr/bin/tex'; $cfg{'TEXPATH'} = q'/usr/share/texmf/tex/latex/html'; $cfg{'TMPSPACE'} = q'/tmp'; diff --git a/latex2html.spec b/latex2html.spec index 06bf552..2cbbcbd 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -4,7 +4,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2002.2.1 -Release: 4 +Release: 5 License: Free To Use But Restricted (See LICENSE) Group: Applications/Publishing URL: http://www.latex2html.org/ @@ -214,6 +214,9 @@ exit 0 %{_mandir}/man1/pstoimg.* %changelog +* Thu Nov 24 2005 Jindrich Novy 2002.2.1-5 +- fix path to rgb.txt, thanks to Ville Skyttä (#174089) + * Tue Jun 21 2005 Jindrich Novy 2002.2.1-4 - remove '\n' causing that pstoimg generates gray images (#161186, #127010), solution from Julius Smith