rpms/tetex/devel tetex-3.0-badscript.patch, 1.1, 1.2 tetex.spec, 1.109, 1.110

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Fri May 4 10:29:51 UTC 2007


Author: jnovy

Update of /cvs/extras/rpms/tetex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8943

Modified Files:
	tetex-3.0-badscript.patch tetex.spec 
Log Message:
- fix dvipdft and xdvizilla scripts (#238761)


tetex-3.0-badscript.patch:

Index: tetex-3.0-badscript.patch
===================================================================
RCS file: /cvs/extras/rpms/tetex/devel/tetex-3.0-badscript.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tetex-3.0-badscript.patch	10 Feb 2005 20:29:52 -0000	1.1
+++ tetex-3.0-badscript.patch	4 May 2007 10:29:16 -0000	1.2
@@ -231,6 +231,18 @@
  
  quoteit()
  {
+@@ -91,11 +91,6 @@
+   exit 1
+ ' 1 2 3 7 13 15
+
+-mkdir "$tmpdir" || {
+-  echo "$progname: failed to create temp directory." >&2
+-  exit 1
+-}
+-
+ # if outBase contains a /, we might need to create a directory
+ case $outBase in
+   */*)
 --- tetex-src-3.0/texk/xdvik/xdvizilla.badscript	2004-02-25 08:08:56.000000000 +0900
 +++ tetex-src-3.0/texk/xdvik/xdvizilla	2005-02-07 15:31:32.590139429 +0900
 @@ -61,7 +61,7 @@
@@ -238,7 +250,7 @@
  
  ### create a temporary directory only read/writable by user
 -TMP_DIR=${TMP-/tmp}/$progname.$$
-+TMP_DIR=`mktmp -d ${TMP-/tmp}/$progname.XXXXXX`
++TMP_DIR=`mktemp -d ${TMP-/tmp}/$progname.XXXXXX`
  (umask 077; mkdir "$TMP_DIR") || do_abort "Could not create directory \`$TMP_DIR'"
  
  if [ $# -gt 1 -a "x$1" = "x-no-rm" ]; then


Index: tetex.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex/devel/tetex.spec,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- tetex.spec	16 Apr 2007 08:41:55 -0000	1.109
+++ tetex.spec	4 May 2007 10:29:16 -0000	1.110
@@ -11,7 +11,7 @@
 Summary: The TeX text formatting system.
 Name: tetex
 Version: 3.0
-Release: 39%{?dist}
+Release: 40%{?dist}
 License: distributable
 Group: Applications/Publishing
 Requires: tmpwatch, dialog, ed
@@ -865,6 +865,9 @@
 %defattr(-,root,root)
 
 %changelog
+* Fri May  4 2007 Jindrich Novy <jnovy at redhat.com> 3.0-40
+- fix dvipdft and xdvizilla scripts (#238761)
+
 * Mon Apr 16 2007 Jindrich Novy <jnovy at redhat.com> 3.0-39
 - mark map files as configs (#143661)
 




More information about the fedora-extras-commits mailing list