[java-sig-commits] [lucene] Fix duplicate Manifes-version warnings.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Sep 12 14:10:42 UTC 2011


commit b6aae3b4590d6b427f34ee14e4e9688b7e46f7fc
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Sep 12 17:10:04 2011 +0300

    Fix duplicate Manifes-version warnings.

 lucene-2.9.4-analysis-OSGi-MANIFEST.MF |    1 -
 lucene-2.9.4-core-OSGi-MANIFEST.MF     |    1 -
 lucene.spec                            |    5 ++++-
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/lucene-2.9.4-analysis-OSGi-MANIFEST.MF b/lucene-2.9.4-analysis-OSGi-MANIFEST.MF
index b39bbc4..ab7964b 100644
--- a/lucene-2.9.4-analysis-OSGi-MANIFEST.MF
+++ b/lucene-2.9.4-analysis-OSGi-MANIFEST.MF
@@ -1,4 +1,3 @@
-Manifest-Version: 1.0
 Bundle-Vendor: Fedora Project
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/lucene-2.9.4-core-OSGi-MANIFEST.MF b/lucene-2.9.4-core-OSGi-MANIFEST.MF
index 95f84e3..e86a6a7 100644
--- a/lucene-2.9.4-core-OSGi-MANIFEST.MF
+++ b/lucene-2.9.4-core-OSGi-MANIFEST.MF
@@ -1,4 +1,3 @@
-Manifest-Version: 1.0
 Bundle-Vendor: Fedora Project
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/lucene.spec b/lucene.spec
index c24c830..fdb8704 100644
--- a/lucene.spec
+++ b/lucene.spec
@@ -31,7 +31,7 @@
 Summary:        High-performance, full-featured text search engine
 Name:           lucene
 Version:        2.9.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Epoch:          0
 License:        ASL 2.0
 URL:            http://lucene.apache.org/
@@ -212,6 +212,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %{_javadir}/%{name}-demos.jar
 
 %changelog
+* Mon Sep 12 2011 Alexander Kurtakov <akurtako at redhat.com> 0:2.9.4-7
+- Fix duplicate Manifes-version warnings.
+
 * Mon Jun 27 2011 Alexander Kurtakov <akurtako at redhat.com> 0:2.9.4-6
 - BR zip - fixes FTBFS.
 


More information about the java-sig-commits mailing list