Hello community, here is the log from the commit of package openwsman-yast checked in at Mon Dec 17 11:57:12 CET 2007. -------- --- openwsman-yast/openwsman-yast.changes 2007-11-12 10:18:31.000000000 +0100 +++ /mounts/work_src_done/STABLE/openwsman-yast/openwsman-yast.changes 2007-12-15 13:41:30.041103000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 28 16:39:42 CEST 2007 - kkaempf@suse.de + +- api adaption to openwsman 1.5.x + +------------------------------------------------------------------- Old: ---- openwsman-yast-1.2.0.tar.bz2 New: ---- openwsman-yast-1.5.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openwsman-yast.spec ++++++ --- /var/tmp/diff_new_pack.e31893/_old 2007-12-17 11:49:26.000000000 +0100 +++ /var/tmp/diff_new_pack.e31893/_new 2007-12-17 11:49:26.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package openwsman-yast (Version 1.2.0) +# spec file for package openwsman-yast (Version 1.5.9) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,15 +10,15 @@ Name: openwsman-yast -Version: 1.2.0 -Release: 37 +Version: 1.5.9 +Release: 1 License: BSD 3-Clause Url: http://build.opensuse.org/project/show?project=home%3Akwk Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Management -BuildRequires: gcc-c++ libwsman-devel >= 1.1.0 libxcrypt-devel libxml2-devel openwsman >= 1.1.0 pkgconfig yast2-core-devel -Requires: openwsman-server >= 1.1.0 +BuildRequires: gcc-c++ libwsman-devel >= 1.5.0 libxcrypt-devel libxml2-devel openwsman >= 1.5.0 pkgconfig yast2-core-devel +Requires: openwsman-server >= 1.5.0 Requires: yast2-core Summary: YaST plugin for openwsman-server @@ -35,15 +35,15 @@ Klaus K�mpf <kkaempf@suse.de> %prep -%setup -q +%setup %build -%configure --prefix=%{_prefix} --libdir=%{_libdir} --sysconfdir=/etc --docdir=%{_defaultdocdir}/openwsman --disable-static +%configure --prefix=/usr --libdir=%{_libdir} --sysconfdir=/etc --docdir=/usr/share/doc/packages/openwsman --disable-static make %install make DESTDIR=%{buildroot} install -rm $RPM_BUILD_ROOT%{_libdir}/openwsman/plugins/*.la +rm %{buildroot}%{_libdir}/openwsman/plugins/*.la %clean rm -rf "$RPM_BUILD_ROOT" @@ -53,7 +53,10 @@ %dir %{_libdir}/openwsman %dir %{_libdir}/openwsman/plugins %{_libdir}/openwsman/plugins/*so* + %changelog +* Wed Nov 28 2007 - kkaempf@suse.de +- api adaption to openwsman 1.5.x * Mon Nov 12 2007 - prusnak@suse.cz - renamed openwsman-devel to libwsman-devel in BuildRequires * Sun Aug 12 2007 - kkaempf@suse.de ++++++ openwsman-yast-1.2.0.tar.bz2 -> openwsman-yast-1.5.9.tar.bz2 ++++++ ++++ 10769 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/openwsman-yast-1.2.0/configure.in new/openwsman-yast-1.5.9/configure.in --- old/openwsman-yast-1.2.0/configure.in 2007-08-03 11:17:52.000000000 +0200 +++ new/openwsman-yast-1.5.9/configure.in 2007-12-15 13:36:14.000000000 +0100 @@ -3,7 +3,7 @@ dnl ******************************************* AC_PREREQ(2.53) -AC_INIT(openwsman-yast, 1.2.0) +AC_INIT(openwsman-yast, 1.5.9) AC_CONFIG_SRCDIR(src/yast.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -11,9 +11,9 @@ AM_MAINTAINER_MODE AC_PROG_MAKE_SET -PKG_CHECK_MODULES(WSMAN, openwsman >= 1.0, [ +PKG_CHECK_MODULES(WSMAN, openwsman >= 1.5, [ WSMAN_VERSION=`$PKG_CONFIG --modversion openwsman`],[ - AC_MSG_ERROR([need openwsman-devel version 1.0 or greater], [-1])]) + AC_MSG_ERROR([need libwsman-devel version 1.5 or greater], [-1])]) AC_SUBST(WSMAN_VERSION) dnl *************************** diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/openwsman-yast-1.2.0/Makefile.am new/openwsman-yast-1.5.9/Makefile.am --- old/openwsman-yast-1.2.0/Makefile.am 2007-07-05 10:46:11.000000000 +0200 +++ new/openwsman-yast-1.5.9/Makefile.am 2007-12-14 14:33:59.000000000 +0100 @@ -4,7 +4,7 @@ package: dist cp openwsman-yast.spec /usr/src/packages/SPECS - cp openwsman-yast*.tar.gz /usr/src/packages/SOURCES + cp openwsman-yast*.tar.bz2 /usr/src/packages/SOURCES rpmbuild -ba openwsman-yast.spec etags: TAGS diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/openwsman-yast-1.2.0/openwsman-yast.spec.in new/openwsman-yast-1.5.9/openwsman-yast.spec.in --- old/openwsman-yast-1.2.0/openwsman-yast.spec.in 2007-08-03 14:15:19.000000000 +0200 +++ new/openwsman-yast-1.5.9/openwsman-yast.spec.in 2007-12-15 13:36:53.000000000 +0100 @@ -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 libwsman-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 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/openwsman-yast-1.2.0/src/yast_stub_custom.c new/openwsman-yast-1.5.9/src/yast_stub_custom.c --- old/openwsman-yast-1.2.0/src/yast_stub_custom.c 2007-07-06 11:35:20.000000000 +0200 +++ new/openwsman-yast-1.5.9/src/yast_stub_custom.c 2007-11-15 16:21:40.000000000 +0100 @@ -186,7 +186,7 @@ char *ycp = hnode_get( ycpnode ); // create response - out_doc = wsman_create_response_envelope( cntx, in_doc , NULL ); + out_doc = wsman_create_response_envelope( in_doc , NULL ); WsXmlNodeH out_body = ws_xml_get_soap_body( out_doc ); @@ -207,7 +207,7 @@ if (out_doc) { ws_xml_destroy_doc( out_doc ); } - out_doc = wsman_generate_fault( cntx, in_doc, status.fault_code, + out_doc = wsman_generate_fault( in_doc, status.fault_code, status.fault_detail_code, NULL ); } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/openwsman-yast-1.2.0/src/yast_stub_identify.c new/openwsman-yast-1.5.9/src/yast_stub_identify.c --- old/openwsman-yast-1.2.0/src/yast_stub_identify.c 2007-07-05 10:46:11.000000000 +0200 +++ new/openwsman-yast-1.5.9/src/yast_stub_identify.c 2007-12-14 14:29:56.000000000 +0100 @@ -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" @@ -88,8 +88,7 @@ // build response envelope - WsXmlDocH in_doc = ws_get_context_xml_doc_val( cntx, WSFW_INDOC ); - WsXmlDocH doc = wsman_create_response_envelope( cntx, in_doc , NULL ); + WsXmlDocH doc = wsman_create_response_envelope( cntx->indoc , NULL ); WsXmlNodeH node = ws_xml_add_child( ws_xml_get_soap_body( doc ), XML_NS_WSMAN_ID, WSMID_IDENTIFY_RESPONSE, NULL ); // build response body @@ -100,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, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org