Hello community,

here is the log from the commit of package texlive-bin for openSUSE:Factory 
checked in at 2011-10-27 13:55:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-bin (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-bin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-bin", Maintainer is "wer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-bin/texlive-bin.changes  2011-10-26 
16:03:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-bin.new/texlive-bin.changes     
2011-10-27 14:00:54.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 13:05:47 UTC 2011 - wer...@suse.de
+
+- Avoid VARTEXFONTS set twice on texmf.cnf 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------




++++++ source-overflow.dif ++++++
--- /var/tmp/diff_new_pack.LrOjN8/_old  2011-10-27 14:01:39.000000000 +0200
+++ /var/tmp/diff_new_pack.LrOjN8/_new  2011-10-27 14:01:39.000000000 +0200
@@ -138,3 +138,32 @@
  
     fp = search(figpath, f, READ);
     if (fp == 0)
+--- texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c    
2010-04-04 15:55:46.000000000 +0200
++++ texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c    
2011-10-20 10:14:41.851646143 +0200
+@@ -385,7 +385,7 @@ return;
+     wrapper->top = io;
+ }
+ 
+-static int ioescapestopped(IO *wrapper, struct psstack *stack, int sp) {
++static int ioescapestopped(IO *wrapper, struct psstack *stack, int sp, const 
size_t bsize) {
+     _IO *io = wrapper->top, *iop;
+     int wasstopped;
+ 
+@@ -396,7 +396,7 @@ static int ioescapestopped(IO *wrapper,
+       free(io);
+       if ( wasstopped ) {
+           wrapper->top = iop;
+-          if ( sp<(int)(sizeof(stack)/sizeof(stack[0])) ) {
++          if ( sp<(int)bsize ) {
+               stack[sp].type = ps_bool;
+               stack[sp++].u.tf = true;
+           }
+@@ -1609,7 +1609,7 @@ static void _InterpretPS(IO *wrapper, En
+           }
+         break;
+         case pt_stop:
+-          sp = ioescapestopped(wrapper,stack,sp);
++          sp = 
ioescapestopped(wrapper,stack,sp,sizeof(stack)/sizeof(stack[0]));
+         break;
+         case pt_load:
+           if ( sp>=1 && stack[sp-1].type==ps_lit ) {

++++++ source.dif ++++++
--- /var/tmp/diff_new_pack.LrOjN8/_old  2011-10-27 14:01:39.000000000 +0200
+++ /var/tmp/diff_new_pack.LrOjN8/_new  2011-10-27 14:01:39.000000000 +0200
@@ -785,7 +785,7 @@
  
  % Where to look for ls-R files.  There need not be an ls-R in the
  % directories in this path, but if there is one, Kpathsea will use it.
-@@ -100,13 +103,13 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHO
+@@ -100,18 +103,17 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHO
  % does not create ls-R files in the non-!! elements -- because if an
  % ls-R is present, it will be used, and the disk will not be searched.
  % This is arguably a bug in kpathsea.
@@ -801,7 +801,12 @@
  
  % Where generated fonts may be written.  This tree is used when the sources
  % were found in a system tree and either that tree wasn't writable, or the
-@@ -122,7 +125,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
+ % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
+-VARTEXFONTS = $TEXMFVAR/fonts
+ 
+ % On some systems, there will be a system tree which contains all the font
+ % files that may be created as well as the formats.  For example
+@@ -122,7 +124,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
  %
  % Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below
  % one of the TEXMF directories (avoids overlapping ls-R files).
@@ -810,7 +815,7 @@
  
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  % Usually you will not need to edit any of the following variables.
-@@ -130,7 +133,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
+@@ -130,7 +132,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
  
  % WEB2C is for Web2C specific files.  The current directory may not be
  % a good place to look for them.
@@ -819,7 +824,7 @@
  
  % TEXINPUTS is for TeX input files -- i.e., anything to be found by \input
  % or \openin, including .sty, .eps, etc.  We specify paths for all known
-@@ -171,23 +174,23 @@ TEXINPUTS.elatex        = .;$TEXMF/tex/{
+@@ -171,23 +173,23 @@ TEXINPUTS.elatex        = .;$TEXMF/tex/{
  TEXINPUTS.etex          = .;$TEXMF/tex/{plain,generic,}//
  
  % pdfTeX.
@@ -856,7 +861,7 @@
  
  % LuaTeX.
  TEXINPUTS.lualatex      = .;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
-@@ -223,18 +226,18 @@ BSTINPUTS.pbibtex       = .;$TEXMF/{pbib
+@@ -223,18 +225,18 @@ BSTINPUTS.pbibtex       = .;$TEXMF/{pbib
  TEXINPUTS.context       = .;$TEXMF/tex/{context,plain,generic}//
  
  % jadetex.
@@ -881,7 +886,7 @@
  
  % Earlier entries override later ones, so put this generic one last.
  TEXINPUTS               = .;$TEXMF/tex/{$progname,generic,}//
-@@ -253,13 +256,13 @@ MPINPUTS = .;$TEXMF/metapost//
+@@ -253,13 +255,13 @@ MPINPUTS = .;$TEXMF/metapost//
  % We repeat the same definition three times because of the way fmtutil
  % is implemented; if we use ${TEXFORMATS}, the mpost/mf/etc. formats
  % will not be found.
@@ -899,7 +904,7 @@
  MFPOOL = ${TEXPOOL}
  MPPOOL = ${TEXPOOL}
  
-@@ -287,7 +290,7 @@ GFFONTS = .;$TEXMF/fonts/gf/$MAKETEX_MOD
+@@ -287,7 +289,7 @@ GFFONTS = .;$TEXMF/fonts/gf/$MAKETEX_MOD
  GLYPHFONTS = .;$TEXMF/fonts
  
  % A place to puth everything that doesn't fit the other font categories.
@@ -908,7 +913,7 @@
  
  % font name map files.  This isn't just fonts/map// because ConTeXt
  % wants support for having files with the same name in the different
-@@ -365,8 +368,8 @@ MPSUPPORT = .;$TEXMF/metapost/support
+@@ -365,8 +367,8 @@ MPSUPPORT = .;$TEXMF/metapost/support
  % For xdvi to find mime.types and .mailcap, if they do not exist in
  % ~.  These are single directories, not paths.
  % (But the default mime.types, at least, may well suffice.)
@@ -919,7 +924,7 @@
  
  % Default settings for fontconfig library, used by Windows versions of
  % xetex/xdvipdfmx.  On Unixish systems, fontconfig ignores this.
-@@ -442,7 +445,8 @@ RUBYINPUTS   = .;$TEXMF/scripts/{$progna
+@@ -442,7 +444,8 @@ RUBYINPUTS   = .;$TEXMF/scripts/{$progna
  % 
  % For security reasons, it is better not to include . in this path.
  %
@@ -929,7 +934,7 @@
  
  % kpathsea 3.5.3 and later sets these at runtime. To avoid empty
  % expansions from binaries linked against an earlier version of the
-@@ -621,9 +625,9 @@ BIBTEX_CSFILE = 88591lat.csf
+@@ -621,9 +624,9 @@ BIBTEX_CSFILE = 88591lat.csf
  % For some xy-pic samples, you may need as much as 700000 words of memory.
  % For the vast majority of documents, 60000 or less will do.
  %
@@ -942,7 +947,7 @@
  
  % ConTeXt needs lots of memory.
  extra_mem_top.context = 2000000
-@@ -707,3 +711,33 @@ max_strings.pbibtex = 35307
+@@ -707,3 +710,33 @@ max_strings.pbibtex = 35307
  line_length.gftype = 500
  max_rows.gftype = 8191
  max_cols.gftype = 8191
@@ -2062,7 +2067,7 @@
  
  % Where to look for ls-R files.  There need not be an ls-R in the
  % directories in this path, but if there is one, Kpathsea will use it.
-@@ -100,13 +103,13 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHO
+@@ -100,18 +103,17 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHO
  % does not create ls-R files in the non-!! elements -- because if an
  % ls-R is present, it will be used, and the disk will not be searched.
  % This is arguably a bug in kpathsea.
@@ -2078,7 +2083,12 @@
  
  % Where generated fonts may be written.  This tree is used when the sources
  % were found in a system tree and either that tree wasn't writable, or the
-@@ -122,7 +125,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
+ % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
+-VARTEXFONTS = $TEXMFVAR/fonts
+ 
+ % On some systems, there will be a system tree which contains all the font
+ % files that may be created as well as the formats.  For example
+@@ -122,7 +124,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
  %
  % Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below
  % one of the TEXMF directories (avoids overlapping ls-R files).
@@ -2087,7 +2097,7 @@
  
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  % Usually you will not need to edit any of the following variables.
-@@ -130,7 +133,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
+@@ -130,7 +132,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
  
  % WEB2C is for Web2C specific files.  The current directory may not be
  % a good place to look for them.
@@ -2096,7 +2106,7 @@
  
  % TEXINPUTS is for TeX input files -- i.e., anything to be found by \input
  % or \openin, including .sty, .eps, etc.  We specify paths for all known
-@@ -171,23 +174,23 @@ TEXINPUTS.elatex        = .;$TEXMF/tex/{
+@@ -171,23 +173,23 @@ TEXINPUTS.elatex        = .;$TEXMF/tex/{
  TEXINPUTS.etex          = .;$TEXMF/tex/{plain,generic,}//
  
  % pdfTeX.
@@ -2133,7 +2143,7 @@
  
  % LuaTeX.
  TEXINPUTS.lualatex      = .;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
-@@ -223,18 +226,18 @@ BSTINPUTS.pbibtex       = .;$TEXMF/{pbib
+@@ -223,18 +225,18 @@ BSTINPUTS.pbibtex       = .;$TEXMF/{pbib
  TEXINPUTS.context       = .;$TEXMF/tex/{context,plain,generic}//
  
  % jadetex.
@@ -2158,7 +2168,7 @@
  
  % Earlier entries override later ones, so put this generic one last.
  TEXINPUTS               = .;$TEXMF/tex/{$progname,generic,}//
-@@ -253,13 +256,13 @@ MPINPUTS = .;$TEXMF/metapost//
+@@ -253,13 +255,13 @@ MPINPUTS = .;$TEXMF/metapost//
  % We repeat the same definition three times because of the way fmtutil
  % is implemented; if we use ${TEXFORMATS}, the mpost/mf/etc. formats
  % will not be found.
@@ -2176,7 +2186,7 @@
  MFPOOL = ${TEXPOOL}
  MPPOOL = ${TEXPOOL}
  
-@@ -287,7 +290,7 @@ GFFONTS = .;$TEXMF/fonts/gf/$MAKETEX_MOD
+@@ -287,7 +289,7 @@ GFFONTS = .;$TEXMF/fonts/gf/$MAKETEX_MOD
  GLYPHFONTS = .;$TEXMF/fonts
  
  % A place to puth everything that doesn't fit the other font categories.
@@ -2185,7 +2195,7 @@
  
  % font name map files.  This isn't just fonts/map// because ConTeXt
  % wants support for having files with the same name in the different
-@@ -365,8 +368,8 @@ MPSUPPORT = .;$TEXMF/metapost/support
+@@ -365,8 +367,8 @@ MPSUPPORT = .;$TEXMF/metapost/support
  % For xdvi to find mime.types and .mailcap, if they do not exist in
  % ~.  These are single directories, not paths.
  % (But the default mime.types, at least, may well suffice.)
@@ -2196,7 +2206,7 @@
  
  % Default settings for fontconfig library, used by Windows versions of
  % xetex/xdvipdfmx.  On Unixish systems, fontconfig ignores this.
-@@ -442,7 +445,8 @@ RUBYINPUTS   = .;$TEXMF/scripts/{$progna
+@@ -442,7 +444,8 @@ RUBYINPUTS   = .;$TEXMF/scripts/{$progna
  % 
  % For security reasons, it is better not to include . in this path.
  %
@@ -2206,7 +2216,7 @@
  
  % kpathsea 3.5.3 and later sets these at runtime. To avoid empty
  % expansions from binaries linked against an earlier version of the
-@@ -621,9 +625,9 @@ BIBTEX_CSFILE = 88591lat.csf
+@@ -621,9 +624,9 @@ BIBTEX_CSFILE = 88591lat.csf
  % For some xy-pic samples, you may need as much as 700000 words of memory.
  % For the vast majority of documents, 60000 or less will do.
  %
@@ -2219,7 +2229,7 @@
  
  % ConTeXt needs lots of memory.
  extra_mem_top.context = 2000000
-@@ -707,3 +711,33 @@ max_strings.pbibtex = 35307
+@@ -707,3 +710,33 @@ max_strings.pbibtex = 35307
  line_length.gftype = 500
  max_rows.gftype = 8191
  max_cols.gftype = 8191




-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to