[yast-commit] r42585 - in /trunk/openwsman-yast: openwsman-yast.changes openwsman-yast.spec.in src/yast_stub_identify.c
![](https://seccdn.libravatar.org/avatar/eb2ff594a217acb7dff96eaafa6c848c.jpg?s=120&d=mm&r=g)
Author: kkaempf Date: Mon Dec 3 01:30:01 2007 New Revision: 42585 URL: http://svn.opensuse.org/viewcvs/yast?rev=42585&view=rev Log: adapt to openwsman >= 1.5.0 Modified: trunk/openwsman-yast/openwsman-yast.changes trunk/openwsman-yast/openwsman-yast.spec.in trunk/openwsman-yast/src/yast_stub_identify.c Modified: trunk/openwsman-yast/openwsman-yast.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/openwsman-yast.cha... ============================================================================== --- trunk/openwsman-yast/openwsman-yast.changes (original) +++ trunk/openwsman-yast/openwsman-yast.changes Mon Dec 3 01:30:01 2007 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Nov 28 16:39:42 CEST 2007 - kkaempf@suse.de + +- api adaption to openwsman 1.5.x + +------------------------------------------------------------------- Sun Aug 12 12:33:19 CEST 2007 - kkaempf@suse.de - fix compiler warnings, don't link against libyui. Modified: trunk/openwsman-yast/openwsman-yast.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/openwsman-yast.spe... ============================================================================== --- trunk/openwsman-yast/openwsman-yast.spec.in (original) +++ trunk/openwsman-yast/openwsman-yast.spec.in Mon Dec 3 01:30:01 2007 @@ -6,8 +6,8 @@ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: Applications/Management -BuildRequires: openwsman >= 1.2.0 openwsman-devel >= 1.2.0 gcc-c++ pkgconfig libxml2-devel yast2-core-devel libxcrypt-devel -Requires: openwsman-server >= 1.2.0 +BuildRequires: openwsman >= 1.5.0 openwsman-devel >= 1.5.0 gcc-c++ pkgconfig libxml2-devel yast2-core-devel libxcrypt-devel +Requires: openwsman-server >= 1.5.0 Requires: yast2-core Summary: YaST plugin for openwsman Modified: trunk/openwsman-yast/src/yast_stub_identify.c URL: http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/src/yast_stub_iden... ============================================================================== --- trunk/openwsman-yast/src/yast_stub_identify.c (original) +++ trunk/openwsman-yast/src/yast_stub_identify.c Mon Dec 3 01:30:01 2007 @@ -54,7 +54,7 @@ #include <wsman-soap.h> #include <wsman-soap-envelope.h> #include <wsman-xml-api.h> -#include <wsman-xml-serializer.h> +#include <wsman-xml-serialize.h> #include "yast.h" @@ -99,7 +99,7 @@ // <wsmid:ProductVersion>1.1.0rc1</wsmid:ProductVersion> // </wsmid:IdentifyResponse> - int result = ws_serialize( cntx, + int result = ws_serialize( ws_serializer_init(), node, // WsXmlNodeH xmlNode, &yast_identify, // XML_TYPE_PTR dataPtr, Wsmid_Identify_TypeInfo,// XmlSerializerInfo * info, -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kkaempf@svn.opensuse.org