Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory
checked in at Fri Sep 2 13:17:25 CEST 2011.



--------
--- texinfo/texinfo.changes     2011-05-02 13:00:04.000000000 +0200
+++ /mounts/work_src_done/STABLE/texinfo/texinfo.changes        2011-09-02 
12:29:14.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep  2 10:28:21 UTC 2011 - [email protected]
+
+- Fix UTF-8 range problem of a grep call (bnc#713517)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  texinfo-4.13a-bug713517.diff

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

Other differences:
------------------
++++++ texinfo.spec ++++++
--- /var/tmp/diff_new_pack.1shzai/_old  2011-09-02 13:16:40.000000000 +0200
+++ /var/tmp/diff_new_pack.1shzai/_new  2011-09-02 13:16:40.000000000 +0200
@@ -23,7 +23,7 @@
 Group:          Productivity/Publishing/Texinfo
 AutoReqProv:    on
 Version:        4.13a
-Release:        17
+Release:        19
 %global         version_t2h 1.82
 %global         version_t2r 2.0
 Summary:        Tools Needed to Create Documentation from Texinfo Sources
@@ -44,6 +44,7 @@
 Patch5:         texinfo-4.8-echo.patch
 Patch6:         texi2roff-2.0-gcc4.patch
 Patch7:         texinfo-4.13a-bug640417.diff
+Patch8:         texinfo-4.13a-bug713517.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -110,6 +111,7 @@
 %patch4 -p0 -b .zlib
 %patch5 -p0 -b .echo
 %patch7 -p1 -b .size_t
+%patch8 -p0 -b .egrep
 %patch -p0
 pushd ../texi2html-%{version_t2h}
 %patch1 -p0


++++++ texinfo-4.13a-bug713517.diff ++++++
--- util/texi2dvi
+++ util/texi2dvi       2011-09-02 10:25:04.616426245 +0000
@@ -78,7 +78,7 @@ newline='
 IFS="$space$tab$newline"
 
 # In case someone pedantic insists on using grep -E.
-: ${EGREP=egrep}
+: ${EGREP=grep -E}
 
 # Systems which define $COMSPEC or $ComSpec use semicolons to separate
 # directories in TEXINPUTS -- except for Cygwin et al., where COMSPEC
@@ -1683,7 +1683,7 @@ input_file_name_decode ()
 
   # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
   # prepend `./' in order to avoid that the tools take it as an option.
-  echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \
+  echo "$command_line_filename" | $EGREP '^(/|[A-Za-z]:/)' >&6 \
   || command_line_filename="./$command_line_filename"
 
   # See if the file exists.  If it doesn't we're in trouble since, even

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to