[lucene] Fix Bundle-RequiredExecutionEnvironment for manifests. (rhbz#1072985)

Roland Grunberg rgrunber at fedoraproject.org
Wed Mar 5 15:34:21 UTC 2014


commit dad5f7a55db24e6d1f3ed6a4af19667ef970951a
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Wed Mar 5 10:19:37 2014 -0500

    Fix Bundle-RequiredExecutionEnvironment for manifests. (rhbz#1072985)

 lucene-4.7.0-analysis-OSGi-MANIFEST.MF |    2 +-
 lucene-4.7.0-core-OSGi-MANIFEST.MF     |    2 +-
 lucene.spec                            |    7 +++++--
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/lucene-4.7.0-analysis-OSGi-MANIFEST.MF b/lucene-4.7.0-analysis-OSGi-MANIFEST.MF
index 68ab5f1..791d415 100644
--- a/lucene-4.7.0-analysis-OSGi-MANIFEST.MF
+++ b/lucene-4.7.0-analysis-OSGi-MANIFEST.MF
@@ -1,5 +1,5 @@
 Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-SymbolicName: org.apache.lucene.analysis
 Require-Bundle: org.apache.lucene.core;bundle-version="[4.7.0)"
 Export-Package: org.apache.lucene.analysis.ar;version="4.7.0",
diff --git a/lucene-4.7.0-core-OSGi-MANIFEST.MF b/lucene-4.7.0-core-OSGi-MANIFEST.MF
index eda35b8..cb0ed48 100644
--- a/lucene-4.7.0-core-OSGi-MANIFEST.MF
+++ b/lucene-4.7.0-core-OSGi-MANIFEST.MF
@@ -1,5 +1,5 @@
 Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-SymbolicName: org.apache.lucene.core
 Import-Package: javax.management
 Export-Package: org.apache.lucene;version="4.7.0",
diff --git a/lucene.spec b/lucene.spec
index bce1eae..7a821a4 100644
--- a/lucene.spec
+++ b/lucene.spec
@@ -33,7 +33,7 @@
 Summary:        High-performance, full-featured text search engine
 Name:           lucene
 Version:        4.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 License:        ASL 2.0
 URL:            http://lucene.apache.org/
@@ -179,6 +179,9 @@ sed -i "/rawPom/{p;s//effectivePom/g}" .xmvn-reactor
 %doc LICENSE.txt
 
 %changelog
+* Wed Mar 05 2014 Roland Grunberg <rgrunber at redhat.com> - 0:4.7.0-2
+- Fix Bundle-RequiredExecutionEnvironment for manifests. (rhbz#1072985)
+
 * Tue Mar 04 2014 Michael Simacek <msimacek at redhat.com> - 0:4.7.0-1
 - Update to upstream version 4.7.0
 
@@ -307,7 +310,7 @@ sed -i "/rawPom/{p;s//effectivePom/g}" .xmvn-reactor
 * Wed Jul  9 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:2.3.1-3.2
 - drop repotag
 
-* Thu May 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:2.3.1-3jpp.1
+* Wed May 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:2.3.1-3jpp.1
 - fix license tag
 
 * Mon May 19 2008 Lubomir Rintel <lkundrak at v3.sk> - 0:2.3.1-3jpp.0


More information about the scm-commits mailing list