[axis/f17] Remove problematic comma from axis.jar manifest

Marek Goldmann goldmann at fedoraproject.org
Wed Jun 27 06:15:47 UTC 2012


commit 038f1868c88799f8b5a1674eba3afcaafb723527
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Tue Jun 26 16:57:48 2012 +0100

    Remove problematic comma from axis.jar manifest

 axis-MANIFEST.MF |    2 +-
 axis.spec        |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/axis-MANIFEST.MF b/axis-MANIFEST.MF
index 5e57be3..163ebe8 100644
--- a/axis-MANIFEST.MF
+++ b/axis-MANIFEST.MF
@@ -65,7 +65,7 @@ Export-Package: org.apache.axis,
 Require-Bundle: javax.xml.rpc;bundle-version="[1.1.0,2.0.0)",
  javax.xml.soap;bundle-version="[1.2.0,2.0.0)",
  javax.wsdl;bundle-version="[1.5.1,2.0.0)",
- org.apache.commons.discovery;bundle-version="[0.2.0,1.0.0)",
+ org.apache.commons.discovery;bundle-version="[0.2.0,1.0.0)"
 Import-Package: org.apache.commons.logging;version="[1.0.4,2.0.0)";resolution:=optional,
  org.apache.commons.logging.impl;version="[1.0.4,2.0.0)";resolution:=optional,
  javax.servlet;version="[2.4.0,3.0.0)";resolution:=optional,
diff --git a/axis.spec b/axis.spec
index 13355d6..578bbe1 100644
--- a/axis.spec
+++ b/axis.spec
@@ -1,6 +1,6 @@
 Name:          axis
 Version:       1.4
-Release:       15%{?dist}
+Release:       16%{?dist}
 Epoch:         0
 Summary:       SOAP implementation in Java
 License:       ASL 2.0
@@ -219,6 +219,9 @@ install -m 644 %{S:8} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-axis-schema.pom
 %doc docs/*
 
 %changelog
+* Tue Jun 26 2012 Gerard Ryan <galileo at gedoraproject.org> 0:1.4-16
+- Remove problematic comma from axis.jar manifest
+
 * Fri Jun 23 2012 Gerard Ryan <galileo at gedoraproject.org> 0:1.4-15
 - Fix existing OSGI manifests and add manifest to axis-ant.
 


More information about the scm-commits mailing list