rpms/sblim-cmpi-devel/F-11 CmpiData_constructor_4_CmpiString.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sblim-cmpi-devel.spec, 1.10, 1.11 sources, 1.3, 1.4

Praveen K Paladugu praveenp at fedoraproject.org
Wed Oct 7 21:42:48 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/sblim-cmpi-devel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22967

Modified Files:
	.cvsignore sblim-cmpi-devel.spec sources 
Added Files:
	CmpiData_constructor_4_CmpiString.patch 
Log Message:
Updated the sources to 2.0.0


CmpiData_constructor_4_CmpiString.patch:
 CmpiImpl.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE CmpiData_constructor_4_CmpiString.patch ---
--- sblim-cmpi-devel-2.0.0/CmpiImpl.cpp	2009-07-01 20:22:03.000000000 +0530
+++ sblim-cmpi-devel-2.0.0_new/CmpiImpl.cpp	2009-07-01 20:22:03.000000000 +0530
@@ -894,8 +894,8 @@
 
 CmpiData::CmpiData(const CmpiString& d) {
    _data.state=CMPI_goodValue;
-   _data.value.chars=(char*)d.charPtr();
-   _data.type=CMPI_chars;
+   _data.value.string=d.getEnc();
+   _data.type=CMPI_string;
 }
 
 CmpiData::CmpiData(const char* d) {


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-cmpi-devel/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	24 Oct 2008 12:40:29 -0000	1.3
+++ .cvsignore	7 Oct 2009 21:42:48 -0000	1.4
@@ -1,2 +1 @@
-sblim-cmpi-devel-1.0.4.tar.bz2
-sblim-cmpi-devel-1.0.5.tar.bz2
+sblim-cmpi-devel-2.0.0.tar.bz2


Index: sblim-cmpi-devel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-cmpi-devel/F-11/sblim-cmpi-devel.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sblim-cmpi-devel.spec	25 Feb 2009 22:43:13 -0000	1.10
+++ sblim-cmpi-devel.spec	7 Oct 2009 21:42:48 -0000	1.11
@@ -1,14 +1,15 @@
 %define debug_package %{nil}
 
 Name:           sblim-cmpi-devel
-Version:        1.0.5
-Release:        3%{?dist}
+Version:        2.0.0
+Release:        0%{?dist}
 Summary:        SBLIM CMPI Provider Development Support
 
 Group:          Development/Libraries
 License:        EPL
 URL:            http://sblim.wiki.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
+Patch0:         CmpiData_constructor_4_CmpiString.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -38,6 +39,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/cmpi
 
 %changelog
+* Wed Oct  7 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.0.0-0
+- Updated the sources to 2.0.0
+- CmpiData_constructor_4_CmpiString: This patch allows providers to convert
+-   CMPIData to String. The conversion of retrieving string info from CMPIData was wrong.
+-   This patch fixes the conversion.
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-cmpi-devel/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	24 Oct 2008 12:40:29 -0000	1.3
+++ sources	7 Oct 2009 21:42:48 -0000	1.4
@@ -1 +1 @@
-6a27a37d198eecb06b924a53cbcda1ee  sblim-cmpi-devel-1.0.5.tar.bz2
+55d6fe7c71706024ff1469d8be5eedfd  sblim-cmpi-devel-2.0.0.tar.bz2




More information about the scm-commits mailing list