rpms/sblim-wbemcli/F-9 sblim-wbemcli-1.5.1-gcc43.patch, NONE, 1.1 sblim-wbemcli.spec, 1.7, 1.8

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jun 20 15:52:34 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/sblim-wbemcli/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25480/F-9

Modified Files:
	sblim-wbemcli.spec 
Added Files:
	sblim-wbemcli-1.5.1-gcc43.patch 
Log Message:
fix failure to compile with gcc43

sblim-wbemcli-1.5.1-gcc43.patch:

--- NEW FILE sblim-wbemcli-1.5.1-gcc43.patch ---
diff -up sblim-wbemcli-1.5.1/CimXml.h.BAD sblim-wbemcli-1.5.1/CimXml.h
--- sblim-wbemcli-1.5.1/CimXml.h.BAD	2008-06-20 10:10:54.000000000 -0500
+++ sblim-wbemcli-1.5.1/CimXml.h	2008-06-20 10:11:07.000000000 -0500
@@ -26,7 +26,7 @@
 
 #include <cstdio>
 #include <cstdlib>
-#include <string>
+#include <cstring>
 #include <vector>
 #include <iostream>
 


Index: sblim-wbemcli.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-wbemcli/F-9/sblim-wbemcli.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sblim-wbemcli.spec	19 Feb 2008 04:33:39 -0000	1.7
+++ sblim-wbemcli.spec	20 Jun 2008 15:51:43 -0000	1.8
@@ -9,12 +9,13 @@
 Summary: SBLIM WBEM Command Line Interface
 Name: sblim-wbemcli
 Version: 1.5.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 Group: Systems Management/Base
 URL: http://www.sblim.org
 License: CPL
 
 Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
+Patch0: sblim-wbemcli-1.5.1-gcc43.patch
 
 BuildRequires: curl-devel >= 7.9.3
 BuildRequires: binutils-devel >= 2.17.50.0.3-4
@@ -26,7 +27,8 @@
 scripts.
 
 %prep
-%setup
+%setup -q
+%patch0 -p1 -b .gcc43
 
 %build
 %configure CACERT=/etc/Pegasus/client.pem
@@ -47,6 +49,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Fri Jun 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.5.1-7
+- fix gcc43 compile failure
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.5.1-6
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list