From 88612b61fdc20be35fba9515a7fd1876f9a21b09 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Apr 13 2012 22:08:34 +0000 Subject: Remove .qualifier in common and client patches so the build version is set correctly. --- diff --git a/xmlrpc3-client-addosgimanifest.patch b/xmlrpc3-client-addosgimanifest.patch index b6c620d..2ef2636 100644 --- a/xmlrpc3-client-addosgimanifest.patch +++ b/xmlrpc3-client-addosgimanifest.patch @@ -8,7 +8,7 @@ + %Bundle-Name + plugin + org.apache.xmlrpc -+ 3.0.0.qualifier ++ ${project.version} + 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 diff --git a/xmlrpc3-common-addosgimanifest.patch b/xmlrpc3-common-addosgimanifest.patch index ca2f890..b136bbf 100644 --- a/xmlrpc3-common-addosgimanifest.patch +++ b/xmlrpc3-common-addosgimanifest.patch @@ -8,7 +8,7 @@ + %Bundle-Name + plugin + org.apache.xmlrpc.common -+ 3.0.0.qualifier ++ ${project.version} + org.apache.xmlrpc, org.apache.xmlrpc.common, org.apache.xmlrpc.jaxb, org.apache.xmlrpc.parser, org.apache.xmlrpc.serializer, org.apache.xmlrpc.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 6e8acb5..ed19ba7 100644 --- a/xmlrpc3.spec +++ b/xmlrpc3.spec @@ -32,7 +32,7 @@ Name: xmlrpc3 Version: 3.1.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Java XML-RPC implementation License: ASL 2.0 Group: Development/Libraries @@ -184,6 +184,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %{_javadir}/%{name}-server.jar %changelog +* Fri Apr 13 2012 Jeff Johnston 3.1.3-9 +- Remove .qualifier in common and client patches so the build version is set correctly. + * Fri Mar 23 2012 Alexander Kurtakov 3.1.3-8 - Build against tomcat v7 apis. - Guideline fixes.