[xmlrpc3/f17] Remove .qualifier in common and client patches so the build version is set correctly.

Jeff Johnston jjohnstn at fedoraproject.org
Fri Apr 13 22:13:17 UTC 2012


commit 88612b61fdc20be35fba9515a7fd1876f9a21b09
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Fri Apr 13 18:08:34 2012 -0400

    Remove .qualifier in common and client patches so the build version is set correctly.

 xmlrpc3-client-addosgimanifest.patch |    2 +-
 xmlrpc3-common-addosgimanifest.patch |    2 +-
 xmlrpc3.spec                         |    5 ++++-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
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>%Bundle-Name</Bundle-Name>
 +              <Bundle-Localization>plugin</Bundle-Localization>
 +              <Bundle-SymbolicName>org.apache.xmlrpc</Bundle-SymbolicName>
-+              <Bundle-Version>3.0.0.qualifier</Bundle-Version>
++              <Bundle-Version>${project.version}</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>
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>%Bundle-Name</Bundle-Name>
 +              <Bundle-Localization>plugin</Bundle-Localization>
 +              <Bundle-SymbolicName>org.apache.xmlrpc.common</Bundle-SymbolicName>
-+              <Bundle-Version>3.0.0.qualifier</Bundle-Version>
++              <Bundle-Version>${project.version}</Bundle-Version>
 +              <Export-Package>org.apache.xmlrpc, org.apache.xmlrpc.common, org.apache.xmlrpc.jaxb, org.apache.xmlrpc.parser, org.apache.xmlrpc.serializer, org.apache.xmlrpc.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>
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  <jjohnstn at redhat.com> 3.1.3-9
+- Remove .qualifier in common and client patches so the build version is set correctly.
+
 * Fri Mar 23 2012 Alexander Kurtakov <akurtako at redhat.com> 3.1.3-8
 - Build against tomcat v7 apis.
 - Guideline fixes.


More information about the scm-commits mailing list