[nekohtml] Change Bundle-Name to be Bundle-SymbolicName.

Jeff Johnston jjohnstn at fedoraproject.org
Mon May 12 20:50:24 UTC 2014


commit f833e1de2c57336df8d8d5565cb616bca33207cd
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Mon May 12 16:49:57 2014 -0400

    Change Bundle-Name to be Bundle-SymbolicName.

 nekohtml-osgi.patch |    2 +-
 nekohtml.spec       |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nekohtml-osgi.patch b/nekohtml-osgi.patch
index 4779bff..d036e43 100644
--- a/nekohtml-osgi.patch
+++ b/nekohtml-osgi.patch
@@ -5,7 +5,7 @@ diff -up ./build.xml.fix ./build.xml
    <mkdir dir='${build.lib.dir}' />
    <jar jarfile='${jar.file}'>
  	<manifest>
-+	<attribute name="Bundle-Name" value="${package}" />
++	<attribute name="Bundle-SymbolicName" value="${package}" />
 +	<attribute name="Bundle-Version" value="${version}" />
      	<attribute name="Built-By" value="${author}"/>
      	<section name="org/cyberneko/html/">
diff --git a/nekohtml.spec b/nekohtml.spec
index 94415c9..b656658 100644
--- a/nekohtml.spec
+++ b/nekohtml.spec
@@ -30,7 +30,7 @@
 
 Name:           nekohtml
 Version:        1.9.20
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          0
 Summary:        HTML scanner and tag balancer
 License:        ASL 2.0
@@ -133,6 +133,9 @@ export CLASSPATH=$(build-classpath bcel xerces-j2)
 %files demo -f .mfiles-demo
 
 %changelog
+* Mon May 12 2014 Jeff Johnston <jjohnstn at redhat.com> - 0:1.9.20-3
+- Change Bundle-Name to be Bundle-SymbolicName.
+
 * Mon May 12 2014 Jeff Johnston <jjohnstn at redhat.com> - 0:1.9.20-2
 - Add OSGI Bundle-Name and Bundle-Version to generated manifest
 


More information about the scm-commits mailing list