diff --git a/.gitignore b/.gitignore index d882d52..bbcc79f 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ dev-tools.tar.xz /lucene-4.10.4-src.tgz /dev-tools-5.2.1.tar.xz /lucene-5.2.1-src.tgz +/dev-tools-5.3.0.tar.xz +/lucene-5.3.0-src.tgz diff --git a/0001-dependency-generation.patch b/0001-dependency-generation.patch index 9613a26..4897bd6 100644 --- a/0001-dependency-generation.patch +++ b/0001-dependency-generation.patch @@ -14,15 +14,15 @@ diff --git a/build.xml b/build.xml index 3237141..28fffe3 100644 --- a/build.xml +++ b/build.xml -@@ -497,7 +497,7 @@ +@@ -418,7 +418,7 @@ + - - -- -+ - - - + +- ++ + + + diff --git a/common-build.xml b/common-build.xml index 7068fe6..b6d4b9f 100644 --- a/common-build.xml diff --git a/lucene.spec b/lucene.spec index a11b060..1e291b8 100644 --- a/lucene.spec +++ b/lucene.spec @@ -30,14 +30,14 @@ Summary: High-performance, full-featured text search engine Name: lucene -Version: 5.2.1 -Release: 4%{?dist} +Version: 5.3.0 +Release: 1%{?dist} Epoch: 0 License: ASL 2.0 URL: http://lucene.apache.org/ Source0: http://www.apache.org/dist/lucene/java/%{version}/lucene-%{version}-src.tgz -#svn export http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_5_2_1/dev-tools/ -#tar caf dev-tools-5.2.1.tar.xz dev-tools/ +#svn export http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_5_3_0/dev-tools/ +#tar caf dev-tools-5.3.0.tar.xz dev-tools/ Source4: dev-tools-%{version}.tar.xz Patch0: 0001-disable-ivy-settings.patch @@ -208,6 +208,12 @@ Summary: Spatial Strategies for Apache Lucene %description spatial Spatial Strategies for Apache Lucene. +%package spatial3d +Summary: Lucene Spatial 3D + +%description spatial3d +Spatial shapes implemented using 3D planar geometry + %package codecs Summary: Codecs and postings formats for Apache Lucene @@ -365,6 +371,7 @@ mv lucene/build/poms/pom.xml . %files sandbox -f .mfiles-%{name}-sandbox %files queries -f .mfiles-%{name}-queries %files spatial -f .mfiles-%{name}-spatial +%files spatial3d -f .mfiles-%{name}-spatial3d %files codecs -f .mfiles-%{name}-codecs %files queryparser -f .mfiles-%{name}-queryparser %files analyzers-smartcn -f .mfiles-%{name}-analyzers-smartcn @@ -379,6 +386,9 @@ mv lucene/build/poms/pom.xml . %license LICENSE.txt NOTICE.txt %changelog +* Thu Aug 27 2015 Alexander Kurtakov 0:5.3.0-1 +- Update to upstream 5.3.0 release. + * Wed Aug 26 2015 Mat Booth - 0:5.2.1-4 - Remove forbidden SCL macros diff --git a/sources b/sources index 7c8a0c2..9eb3c80 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -22a797cd15af796ac9666b421a2eedb0 dev-tools-5.2.1.tar.xz -632932c8f13cc543331729594dbf6be1 lucene-5.2.1-src.tgz +554a6d7048068e4905af1286121b1f19 dev-tools-5.3.0.tar.xz +5a3bee2eb1869f4fc8649945a1d71bbb lucene-5.3.0-src.tgz