rpms/coreutils/devel coreutils-7.0-expr-removebignumoptions.patch, 1.1, 1.2 coreutils.spec, 1.242, 1.243

Ondrej Vasik ovasik at fedoraproject.org
Wed Dec 3 23:12:07 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/coreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8166

Modified Files:
	coreutils-7.0-expr-removebignumoptions.patch coreutils.spec 
Log Message:
fix info documentation for expr command (#474434)

coreutils-7.0-expr-removebignumoptions.patch:

Index: coreutils-7.0-expr-removebignumoptions.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils-7.0-expr-removebignumoptions.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coreutils-7.0-expr-removebignumoptions.patch	3 Dec 2008 22:49:50 -0000	1.1
+++ coreutils-7.0-expr-removebignumoptions.patch	3 Dec 2008 23:11:37 -0000	1.2
@@ -1,3 +1,26 @@
+diff -urNp coreutils-7.0-orig/doc/coreutils.texi coreutils-7.0/doc/coreutils.texi
+--- coreutils-7.0-orig/doc/coreutils.texi	2008-12-03 23:57:52.000000000 +0100
++++ coreutils-7.0/doc/coreutils.texi	2008-12-04 00:00:51.000000000 +0100
+@@ -11167,17 +11167,8 @@ types, but if a numeric overflow occurs 
+ with support for the GNU MP library, @command{expr}, it
+ uses arbitrary-precision arithmetic.
+ 
+-Apart from @option{--help} and @option{--version} (@pxref{Common
+-options}), the following options are supported:
+-
+- at table @samp
+- at item --bignum
+-Perform arithmetic operations using unlimited precision via the GNU MP library.
+- at item --no-bignum
+-Use only limited-precision native operations.
+-In the event of numeric overflow, @command{expr} fails,
+-even if GNU MP is available.
+- at end table
++The only options are @option{--help} and @option{--version}.  @xref{Common
++options}.  Options must precede operands.
+ 
+ @cindex exit status of @command{expr}
+ Exit status:
 diff -urNp coreutils-7.0-orig/src/expr.c coreutils-7.0/src/expr.c
 --- coreutils-7.0-orig/src/expr.c	2008-08-24 22:58:15.000000000 +0200
 +++ coreutils-7.0/src/expr.c	2008-10-21 15:47:06.000000000 +0200


Index: coreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- coreutils.spec	3 Dec 2008 22:49:50 -0000	1.242
+++ coreutils.spec	3 Dec 2008 23:11:37 -0000	1.243
@@ -1,7 +1,7 @@
 Summary: A set of basic GNU tools commonly used in shell scripts
 Name:    coreutils
 Version: 7.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -320,6 +320,9 @@
 /sbin/runuser
 
 %changelog
+* Thu Dec 04 2008 Ondrej Vasik <ovasik at redhat.com> - 7.0-5
+- fix info documentation for expr command as well(#474434)
+
 * Thu Dec 04 2008 Ondrej Vasik <ovasik at redhat.com> - 7.0-4
 - fixed syntax error w/ "expr" command using negative
   string/integer as first (i.e expr -125) - due to




More information about the fedora-extras-commits mailing list