rpms/coreutils/devel coreutils-4.5.3-sysinfo.patch, 1.3, 1.4 coreutils.spec, 1.136, 1.137

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 24 15:59:34 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/coreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31041

Modified Files:
	coreutils-4.5.3-sysinfo.patch coreutils.spec 
Log Message:
* Thu Aug 24 2006 Tim Waugh <twaugh at redhat.com>
- Fixed warnings in sysinfo patch (bug #203166).

coreutils-4.5.3-sysinfo.patch:
 uname.c |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletion(-)

Index: coreutils-4.5.3-sysinfo.patch
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils-4.5.3-sysinfo.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- coreutils-4.5.3-sysinfo.patch	5 Feb 2005 17:32:10 -0000	1.3
+++ coreutils-4.5.3-sysinfo.patch	24 Aug 2006 15:59:31 -0000	1.4
@@ -38,15 +38,6 @@
  #endif
  #ifdef UNAME_PROCESSOR
        if (element == unknown)
-@@ -262,7 +284,7 @@
- 
-   if (toprint & PRINT_HARDWARE_PLATFORM)
-     {
--      char const *element = unknown;
-+      char *element = unknown;
- #if HAVE_SYSINFO && defined SI_PLATFORM
-       {
- 	static char hardware_platform[257];
 @@ -270,6 +292,14 @@
  			  hardware_platform, sizeof hardware_platform))
  	  element = hardware_platform;


Index: coreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- coreutils.spec	24 Aug 2006 15:56:51 -0000	1.136
+++ coreutils.spec	24 Aug 2006 15:59:31 -0000	1.137
@@ -281,6 +281,7 @@
 
 %changelog
 * Thu Aug 24 2006 Tim Waugh <twaugh at redhat.com>
+- Fixed warnings in sysinfo patch (bug #203166).
 - Fixed warnings in selinux patch (bug #203166).
 - Fixed warnings in acl patch (bug #203166).
 




More information about the fedora-cvs-commits mailing list