diff --git a/xmlrpc3-client-addosgimanifest.patch b/xmlrpc3-client-addosgimanifest.patch index 7b7c5e2..0db05fa 100644 --- a/xmlrpc3-client-addosgimanifest.patch +++ b/xmlrpc3-client-addosgimanifest.patch @@ -1,6 +1,6 @@ --- pom.xml.orig 2007-09-06 14:09:29.000000000 -0400 +++ pom.xml 2007-09-06 14:14:25.000000000 -0400 -@@ -11,7 +11,29 @@ +@@ -11,7 +11,30 @@ Apache XML-RPC Client Library src/main/java @@ -17,6 +17,7 @@ + plugin + org.apache.xmlrpc + 3.0.0.qualifier ++ org.apache.xmlrpc.common + org.apache.xmlrpc.client, org.apache.xmlrpc.client.util + javax.xml.bind, javax.xml.namespace, javax.xml.parsers, org.apache.commons.httpclient, org.apache.commons.httpclient.auth, org.apache.commons.httpclient.methods, org.apache.commons.httpclient.params, org.apache.commons.logging, org.apache.ws.commons.serialize, org.apache.ws.commons.util, org.w3c.dom, org.xml.sax, org.xml.sax.helpers + J2SE-1.4, CDC-1.0/Foundation-1.0, J2SE-1.3 diff --git a/xmlrpc3.spec b/xmlrpc3.spec index 2f375ee..aaca7be 100644 --- a/xmlrpc3.spec +++ b/xmlrpc3.spec @@ -32,7 +32,7 @@ Name: xmlrpc3 Version: 3.0 -Release: 2.8%{?dist} +Release: 2.9%{?dist} Summary: Java XML-RPC implementation License: ASL 2.0 Group: Development/Libraries @@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT %{_javadir}/%{name}-server-%{version}-sources.jar %changelog +* Fri Oct 31 2008 Alexander Kurtakov 3.0-2.9 +- Fix client osgi manifest - client should require common bundle. + * Wed Oct 22 2008 Alexander Kurtakov 3.0-2.8 - Drop gcj_support. - Fix commons osgi manifest.