rpms/xmlrpc3/devel xmlrpc3-client-addosgimanifest.patch, 1.1, 1.2 xmlrpc3.spec, 1.11, 1.12

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Oct 31 16:24:33 UTC 2008


Author: akurtakov

Update of /cvs/pkgs/rpms/xmlrpc3/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27765/devel

Modified Files:
	xmlrpc3-client-addosgimanifest.patch xmlrpc3.spec 
Log Message:
- Fix client osgi manifest - client should require common bundle.

xmlrpc3-client-addosgimanifest.patch:

Index: xmlrpc3-client-addosgimanifest.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xmlrpc3/devel/xmlrpc3-client-addosgimanifest.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmlrpc3-client-addosgimanifest.patch	7 Sep 2007 17:53:10 -0000	1.1
+++ xmlrpc3-client-addosgimanifest.patch	31 Oct 2008 16:24:33 -0000	1.2
@@ -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 @@
    <name>Apache XML-RPC Client Library</name>
    <build>
      <sourceDirectory>src/main/java</sourceDirectory>
@@ -17,6 +17,7 @@
 +			    <Bundle-Localization>plugin</Bundle-Localization>
 +			    <Bundle-SymbolicName>org.apache.xmlrpc</Bundle-SymbolicName>
 +			    <Bundle-Version>3.0.0.qualifier</Bundle-Version>
++               <Require-Bundle>org.apache.xmlrpc.common</Require-Bundle>
 +			    <Export-Package>org.apache.xmlrpc.client, org.apache.xmlrpc.client.util</Export-Package>
 +			    <Import-Package>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</Import-Package>
 +			    <Bundle-RequiredExecutionEnvironment>J2SE-1.4, CDC-1.0/Foundation-1.0, J2SE-1.3</Bundle-RequiredExecutionEnvironment>


Index: xmlrpc3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmlrpc3/devel/xmlrpc3.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xmlrpc3.spec	22 Oct 2008 18:13:59 -0000	1.11
+++ xmlrpc3.spec	31 Oct 2008 16:24:33 -0000	1.12
@@ -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 @@
 %{_javadir}/%{name}-server-%{version}-sources.jar
 
 %changelog
+* Fri Oct 31 2008 Alexander Kurtakov <akurtako at redhat.com> 3.0-2.9
+- Fix client osgi manifest - client should require common bundle.
+
 * Wed Oct 22 2008 Alexander Kurtakov <akurtako at redhat.com> 3.0-2.8
 - Drop gcj_support.
 - Fix commons osgi manifest.




More information about the scm-commits mailing list