[lucene] Update to upstream version 4.7.0

Michael Šimáček msimacek at fedoraproject.org
Tue Mar 4 16:59:38 UTC 2014


commit 62c327ac54dd45fccaf459291535e5203f8c48c9
Author: Michael Simacek <msimacek at redhat.com>
Date:   Tue Mar 4 17:33:36 2014 +0100

    Update to upstream version 4.7.0

 .gitignore                             |    1 +
 0001-icu4j_v50.patch                   |   62 --------------------------------
 0001-update-to-spatial4j-0.4.patch     |   44 ----------------------
 lucene-4.6.1-analysis-OSGi-MANIFEST.MF |   61 -------------------------------
 lucene-4.6.1-core-OSGi-MANIFEST.MF     |   23 ------------
 lucene-4.7.0-analysis-OSGi-MANIFEST.MF |   61 +++++++++++++++++++++++++++++++
 lucene-4.7.0-core-OSGi-MANIFEST.MF     |   23 ++++++++++++
 lucene.spec                            |    9 ++---
 sources                                |    2 +-
 9 files changed, 90 insertions(+), 196 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f6ffe7..8836ebf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ dev-tools.tar.xz
 /noarch
 /lucene-4.6.0-src.tgz
 /lucene-4.6.1-src.tgz
+/lucene-4.7.0-src.tgz
diff --git a/lucene-4.7.0-analysis-OSGi-MANIFEST.MF b/lucene-4.7.0-analysis-OSGi-MANIFEST.MF
new file mode 100644
index 0000000..68ab5f1
--- /dev/null
+++ b/lucene-4.7.0-analysis-OSGi-MANIFEST.MF
@@ -0,0 +1,61 @@
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-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",
+ org.apache.lucene.analysis.bg;version="4.7.0",
+ org.apache.lucene.analysis.br;version="4.7.0",
+ org.apache.lucene.analysis.ca;version="4.7.0",
+ org.apache.lucene.analysis.cjk;version="4.7.0",
+ org.apache.lucene.analysis.cn;version="4.7.0",
+ org.apache.lucene.analysis.compound;version="4.7.0",
+ org.apache.lucene.analysis.compound.hyphenation;version="4.7.0",
+ org.apache.lucene.analysis.cz;version="4.7.0",
+ org.apache.lucene.analysis.da;version="4.7.0",
+ org.apache.lucene.analysis.de;version="4.7.0",
+ org.apache.lucene.analysis.el;version="4.7.0",
+ org.apache.lucene.analysis.en;version="4.7.0",
+ org.apache.lucene.analysis.es;version="4.7.0",
+ org.apache.lucene.analysis.eu;version="4.7.0",
+ org.apache.lucene.analysis.fa;version="4.7.0",
+ org.apache.lucene.analysis.fi;version="4.7.0",
+ org.apache.lucene.analysis.fr;version="4.7.0",
+ org.apache.lucene.analysis.gl;version="4.7.0",
+ org.apache.lucene.analysis.hi;version="4.7.0",
+ org.apache.lucene.analysis.hu;version="4.7.0",
+ org.apache.lucene.analysis.hunspell;version="4.7.0",
+ org.apache.lucene.analysis.hy;version="4.7.0",
+ org.apache.lucene.analysis.id;version="4.7.0",
+ org.apache.lucene.analysis.in;version="4.7.0",
+ org.apache.lucene.analysis.it;version="4.7.0",
+ org.apache.lucene.analysis.lv;version="4.7.0",
+ org.apache.lucene.analysis.miscellaneous;version="4.7.0",
+ org.apache.lucene.analysis.ngram;version="4.7.0",
+ org.apache.lucene.analysis.nl;version="4.7.0",
+ org.apache.lucene.analysis.no;version="4.7.0",
+ org.apache.lucene.analysis.path;version="4.7.0",
+ org.apache.lucene.analysis.payloads;version="4.7.0",
+ org.apache.lucene.analysis.position;version="4.7.0",
+ org.apache.lucene.analysis.pt;version="4.7.0",
+ org.apache.lucene.analysis.query;version="4.7.0",
+ org.apache.lucene.analysis.reverse;version="4.7.0",
+ org.apache.lucene.analysis.ro;version="4.7.0",
+ org.apache.lucene.analysis.ru;version="4.7.0",
+ org.apache.lucene.analysis.shingle;version="4.7.0",
+ org.apache.lucene.analysis.sinks;version="4.7.0",
+ org.apache.lucene.analysis.snowball;version="4.7.0",
+ org.apache.lucene.analysis.sv;version="4.7.0",
+ org.apache.lucene.analysis.synonym;version="4.7.0",
+ org.apache.lucene.analysis.th;version="4.7.0",
+ org.apache.lucene.analysis.tr;version="4.7.0",
+ org.apache.lucene.analysis.util;version="4.7.0",
+ org.apache.lucene.analysis.wikipedia;version="4.7.0",
+ org.apache.lucene.collation;version="4.7.0"
+Bundle-Version: 4.7.0
+Bundle-Vendor: fedoraproject.org
+Bundle-Name: Lucene contributed extensions
+Import-Package: org.xml.sax;resolution:=optional,
+ javax.xml.parsers;resolution:=optional,
+ org.xml.sax.helpers;resolution:=optional
+Bundle-ManifestVersion: 2
+
diff --git a/lucene-4.7.0-core-OSGi-MANIFEST.MF b/lucene-4.7.0-core-OSGi-MANIFEST.MF
new file mode 100644
index 0000000..eda35b8
--- /dev/null
+++ b/lucene-4.7.0-core-OSGi-MANIFEST.MF
@@ -0,0 +1,23 @@
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.6
+Bundle-SymbolicName: org.apache.lucene.core
+Import-Package: javax.management
+Export-Package: org.apache.lucene;version="4.7.0",
+ org.apache.lucene.analysis;version="4.7.0",
+ org.apache.lucene.analysis.tokenattributes;version="4.7.0",
+ org.apache.lucene.document;version="4.7.0",
+ org.apache.lucene.index;version="4.7.0",
+ org.apache.lucene.search;version="4.7.0",
+ org.apache.lucene.search.payloads;version="4.7.0",
+ org.apache.lucene.search.spans;version="4.7.0",
+ org.apache.lucene.search.similarities;version="4.7.0",
+ org.apache.lucene.store;version="4.7.0",
+ org.apache.lucene.util;version="4.7.0",
+ org.apache.lucene.util.fst;version="4.7.0",
+ org.apache.lucene.util.packed;version="4.7.0",
+ org.apache.lucene.util.mutable;version="4.7.0",
+ org.apache.lucene.util.automaton;version="4.7.0"
+Bundle-Version: 4.7.0
+Bundle-Vendor: fedoraproject.org
+Bundle-Name: High-performance, full-featured text search engine
+Bundle-ManifestVersion: 2
diff --git a/lucene.spec b/lucene.spec
index 2ef4059..bce1eae 100644
--- a/lucene.spec
+++ b/lucene.spec
@@ -32,7 +32,7 @@
 
 Summary:        High-performance, full-featured text search engine
 Name:           lucene
-Version:        4.6.1
+Version:        4.7.0
 Release:        1%{?dist}
 Epoch:          0
 License:        ASL 2.0
@@ -42,10 +42,6 @@ Source1:        lucene-%{version}-core-OSGi-MANIFEST.MF
 Source2:        lucene-%{version}-analysis-OSGi-MANIFEST.MF
 
 Patch0:         0001-disable-ivy-settings.patch
-# DictionaryBasedBreakIterator was moved into the base RuleBasedBreakIterator
-Patch1:         0001-icu4j_v50.patch
-# ShapeReadWriter was deprecated and renamed, proper update should follow in lucene-4.7
-Patch2:         0001-update-to-spatial4j-0.4.patch
 # upstream randomizedtesting bundles it's deps
 Patch3:         0001-fix-randomizedtesting-deps.patch
 # dependencies on non-maven artifacts (tar.gz files)
@@ -183,6 +179,9 @@ sed -i "/rawPom/{p;s//effectivePom/g}" .xmvn-reactor
 %doc LICENSE.txt
 
 %changelog
+* Tue Mar 04 2014 Michael Simacek <msimacek at redhat.com> - 0:4.7.0-1
+- Update to upstream version 4.7.0
+
 * Mon Feb 10 2014 Michael Simacek <msimacek at redhat.com> - 0:4.6.1-1
 - Update to upstream version 4.6.1
 - Use XMvn to resolve ivy artifacts and for installation
diff --git a/sources b/sources
index d70d9ac..210c3f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f35898448e8c0ae6e11a2dfe15565488  lucene-4.6.1-src.tgz
+07dbe7b3116c083fc9142d880e91aee8  lucene-4.7.0-src.tgz


More information about the scm-commits mailing list