[lucene] Remove duplicated manifest entries.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jul 4 19:49:59 UTC 2012


commit 0b5fb79c88fc5f73f75d4f7eb17d5b6ec3c7a48b
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Jul 4 22:49:51 2012 +0300

    Remove duplicated manifest entries.

 lucene-3.6.0-analysis-OSGi-MANIFEST.MF |    1 -
 lucene-3.6.0-core-OSGi-MANIFEST.MF     |    1 -
 lucene.spec                            |    5 ++++-
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/lucene-3.6.0-analysis-OSGi-MANIFEST.MF b/lucene-3.6.0-analysis-OSGi-MANIFEST.MF
index 48bd0c5..92ef4d5 100644
--- a/lucene-3.6.0-analysis-OSGi-MANIFEST.MF
+++ b/lucene-3.6.0-analysis-OSGi-MANIFEST.MF
@@ -42,7 +42,6 @@ Export-Package: org.apache.lucene.analysis.ar;version="3.5.0",org.apac
  ="3.5.0",org.apache.lucene.analysis.util;version="3.5.0",org.apache.l
  ucene.analysis.wikipedia;version="3.5.0"
 Bundle-Version: 3.5.0.v20120319-2345
-X-Compile-Source-JDK: 1.5
 Specification-Version: 3.5.0
 Specification-Title: Lucene Search Engine: analyzers
 Specification-Vendor: The Apache Software Foundation
diff --git a/lucene-3.6.0-core-OSGi-MANIFEST.MF b/lucene-3.6.0-core-OSGi-MANIFEST.MF
index c8bb448..60d3575 100644
--- a/lucene-3.6.0-core-OSGi-MANIFEST.MF
+++ b/lucene-3.6.0-core-OSGi-MANIFEST.MF
@@ -21,7 +21,6 @@ Export-Package: org.apache.lucene;version="3.5.0",org.apache.lucene.an
  .apache.lucene.util.fst;version="3.5.0",org.apache.lucene.util.packed
  ;version="3.5.0"
 Bundle-Version: 3.5.0.v20120319-2345
-X-Compile-Source-JDK: 1.5
 Specification-Version: 3.5.0
 Specification-Title: Lucene Search Engine: core
 Specification-Vendor: The Apache Software Foundation
diff --git a/lucene.spec b/lucene.spec
index 54218c5..4286247 100644
--- a/lucene.spec
+++ b/lucene.spec
@@ -31,7 +31,7 @@
 Summary:        High-performance, full-featured text search engine
 Name:           lucene
 Version:        3.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 License:        ASL 2.0
 URL:            http://lucene.apache.org/
@@ -209,6 +209,9 @@ cp -pr build/docs/api/* \
 %doc contrib/CHANGES.txt
 
 %changelog
+* Wed Jul 4 2012 Alexander Kurtakov <akurtako at redhat.com> 0:3.6.0-2
+- Remove duplicated manifest entries.
+
 * Tue Jul 3 2012 Alexander Kurtakov <akurtako at redhat.com> 0:3.6.0-1
 - Update to upstream 3.6.0.
 


More information about the scm-commits mailing list