rpms/tetex/FC-4 tetex-3.0-pxdvi.patch,1.1,1.2 tetex.spec,1.62,1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 19 11:40:20 UTC 2005


Author: jnovy

Update of /cvs/dist/rpms/tetex/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv31444

Modified Files:
	tetex-3.0-pxdvi.patch tetex.spec 
Log Message:
- fix detectection of X resource file for pxdvi (#164960)
- update to mendexk 2.6c (announced by MATSUURA Takanori)


tetex-3.0-pxdvi.patch:
 configure.in         |    2 +-
 pxdvik/Makefile.in   |   19 +++++++++++--------
 pxdvik/withenable.ac |    4 ++--
 pxdvik/xdvi-config.h |    2 +-
 pxdvik/xdvi-sh.in    |    2 +-
 5 files changed, 16 insertions(+), 13 deletions(-)

Index: tetex-3.0-pxdvi.patch
===================================================================
RCS file: /cvs/dist/rpms/tetex/FC-4/tetex-3.0-pxdvi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tetex-3.0-pxdvi.patch	10 Feb 2005 20:29:52 -0000	1.1
+++ tetex-3.0-pxdvi.patch	19 Aug 2005 11:40:16 -0000	1.2
@@ -1,3 +1,14 @@
+--- tetex-src-3.0/texk/configure.in.pxdvi	2005-07-28 18:37:21.000000000 +0900
++++ tetex-src-3.0/texk/configure.in	2005-07-28 18:37:21.000000000 +0900
+@@ -51,7 +51,7 @@
+ PKGS='
+   afm2pl bibtex8 cjkutils detex devnag dtl dvi2tty dvidvi dviljk dvipdfm
+   dvipng dvipsk pdvipsk gsftopk lacheck makeindexk musixflx odvipsk ps2pkm
+-  seetexk tetex tex4htk texlive ttf2pk tth xdvik
++  seetexk tetex tex4htk texlive ttf2pk tth xdvik pxdvik
+ '
+ 
+ ESUBDIRS=
 --- tetex-src-3.0/texk/pxdvik/Makefile.in.pxdvi	2005-02-07 15:53:00.390910381 +0900
 +++ tetex-src-3.0/texk/pxdvik/Makefile.in	2005-02-07 15:53:00.618868912 +0900
 @@ -11,6 +11,9 @@
@@ -78,14 +89,14 @@
  #endif /* DEFAULT_FONTMAP */
  #define NTTZEIT
  #endif /* KANJI */
---- tetex-src-3.0/texk/configure.in.pxdvi	2005-02-07 15:53:00.250935845 +0900
-+++ tetex-src-3.0/texk/configure.in	2005-02-07 15:53:00.621868367 +0900
-@@ -51,7 +51,7 @@
- PKGS='
-   afm2pl bibtex8 cjkutils detex devnag dtl dvi2tty dvidvi dviljk dvipdfm
-   dvipng dvipsk pdvipsk gsftopk lacheck makeindexk musixflx odvipsk ps2pkm
--  seetexk tetex tex4htk texlive ttf2pk tth xdvik
-+  seetexk tetex tex4htk texlive ttf2pk tth xdvik pxdvik
- '
- 
- ESUBDIRS=
+--- tetex-src-3.0/texk/pxdvik/xdvi-sh.in.pxdvi	2004-03-23 04:26:25.000000000 +0900
++++ tetex-src-3.0/texk/pxdvik/xdvi-sh.in	2005-07-28 18:38:49.000000000 +0900
+@@ -28,7 +28,7 @@
+     NAMEOPT='-name xdvi';;
+ esac
+ 
+-xdviappfile=`kpsewhich -progname=xdvi --format='other text files' XDvi`
++xdviappfile=`kpsewhich -progname=pxdvi --format='other text files' XDvi`
+ if test -n "$xdviappfile"; then
+   xdviappdir=`dirname "$xdviappfile"`
+   xdviapppath="${xdviappdir}/%l_%t/%N:${xdviappdir}/%N"


Index: tetex.spec
===================================================================
RCS file: /cvs/dist/rpms/tetex/FC-4/tetex.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- tetex.spec	9 May 2005 15:29:28 -0000	1.62
+++ tetex.spec	19 Aug 2005 11:40:16 -0000	1.63
@@ -8,7 +8,7 @@
 Summary: The TeX text formatting system.
 Name: tetex
 Version: 3.0
-Release: 4
+Release: 5.FC4
 License: distributable
 Group: Applications/Publishing
 Requires: tmpwatch, dialog, ed
@@ -763,6 +763,10 @@
 %defattr(-,root,root)
 
 %changelog
+* Fri Aug 19 2005 Jindrich Novy <jnovy at redhat.com> 3.0-5.FC4
+- fix detectection of X resource file for pxdvi (#164960)
+- update to mendexk 2.6c (announced by MATSUURA Takanori)
+
 * Wed May  4 2005 Jindrich Novy <jnovy at redhat.com> 3.0-4
 - add envlab package (#149212)
 - fix usage of uninitialized variable in ttf2afm.c (#149212)




More information about the fedora-cvs-commits mailing list