rpms/coreutils/devel coreutils-i18n.patch, 1.23, 1.24 coreutils.spec, 1.205, 1.206

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Mon Apr 14 11:06:48 UTC 2008


Author: ovasik

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

Modified Files:
	coreutils-i18n.patch coreutils.spec 
Log Message:
fixed possible build-failure typo in i18n patch(#442205)

coreutils-i18n.patch:

Index: coreutils-i18n.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils-i18n.patch,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- coreutils-i18n.patch	25 Jan 2008 17:48:11 -0000	1.23
+++ coreutils-i18n.patch	14 Apr 2008 11:06:39 -0000	1.24
@@ -3946,8 +3946,8 @@
 -	    FATAL_ERROR (_("the delimiter must be a single character"));
 -	  delim = optarg[0];
 -	  delim_specified = true;
-+#if HAVE_MBRTOWC
 +	    {
++#if HAVE_MBRTOWC
 +	      if(MB_CUR_MAX > 1)
 +		{
 +		  mbstate_t state;


Index: coreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- coreutils.spec	7 Apr 2008 20:16:00 -0000	1.205
+++ coreutils.spec	14 Apr 2008 11:06:39 -0000	1.206
@@ -1,7 +1,7 @@
 Summary: The GNU core utilities: a set of tools commonly used in shell scripts
 Name:    coreutils
 Version: 6.10
-Release: 18%{?dist}
+Release: 19%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -312,6 +312,9 @@
 /sbin/runuser
 
 %changelog
+* Mon Apr 14 2008 Ondrej Vasik <ovasik at redhat.com> - 6.10-19
+- fix possible build-failure typo in i18n patch(#442205)
+
 * Mon Apr  7 2008 Ondrej Vasik <ovasik at redhat.com> - 6.10-18
 - fix colorls.sh syntax with Zsh (#440652)
 - mention that cp -a includes -c option + mention cp -c 




More information about the fedora-extras-commits mailing list