2019-09-26 07:33:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 26 07:26:14 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Upgrade to version 7.1.0
|
|
|
|
|
- Added patches:
|
|
|
|
|
* 0001-Disable-ivy-settings.patch
|
|
|
|
|
* 0002-Dependency-generation.patch
|
|
|
|
|
+ Sync with Fedora's 7.1.0
|
|
|
|
|
* lucene-java8compat.patch
|
|
|
|
|
+ Avoid using java9+ only functions
|
|
|
|
|
|
2019-06-24 12:48:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 24 12:26:21 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove the parent references from the pom files, since we are not
|
|
|
|
|
building lucene using maven.
|
2019-06-24 15:25:54 +00:00
|
|
|
- Overhaul the packaging to distribute the artifacts and the
|
|
|
|
|
corresponding metadata and pom files in the same package
|
|
|
|
|
- Specify runtime dependencies of the different packages
|
|
|
|
|
- Remove version information from the artifact names
|
2019-06-24 12:48:22 +00:00
|
|
|
|
2019-06-24 15:44:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 24 10:44:08 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove the JPP prefix from pom filenames
|
|
|
|
|
|
2019-02-12 16:42:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 12 16:41:36 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove dependency on jline, because nothing in the build uses it
|
|
|
|
|
|
2018-12-22 05:31:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 22 05:31:12 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Require the different apache-commons-* packages instead of
|
|
|
|
|
jakarta-commons-*
|
|
|
|
|
|
2018-11-01 12:56:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 1 12:55:48 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Do not require asm to build. Nothing depends on it
|
|
|
|
|
|
2017-09-29 08:45:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 29 08:44:29 UTC 2017 - fstrba@suse.com
|
|
|
|
|
|
|
|
|
|
- Minimum supported java is 1.8
|
|
|
|
|
|
2017-07-11 07:23:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 10 14:07:49 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Remove unused "%package javadoc" declaration block.
|
|
|
|
|
- Trim filler words from descriptions.
|
|
|
|
|
Say a thing about features.
|
|
|
|
|
|
2017-06-30 13:16:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 29 16:17:26 UTC 2017 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 6.6.0:
|
|
|
|
|
+ See https://lucene.apache.org/core/6_6_0/changes/Changes.html
|
|
|
|
|
for a full list of changes.
|
|
|
|
|
- Drop patches that are no longer applicable or needed:
|
|
|
|
|
+ lucene-no-classpath-in-manifest.patch
|
|
|
|
|
+ lucene-no-get.patch
|
|
|
|
|
+ lucene-2.3.0-db-javadoc.patch
|
|
|
|
|
- Add BuildRequires: antlr-java, apache-commons-codec, apache-ivy,
|
|
|
|
|
asm, fdupes, git
|
|
|
|
|
- Replace SOURCE0 by full source URL.
|
|
|
|
|
- Update to changed list of non-core modules:
|
|
|
|
|
+ Update source URL's for corresponding pom files.
|
|
|
|
|
+ Update %%install section to reflect changed list
|
|
|
|
|
+ Each module corresponds to a subpackage, named according to
|
|
|
|
|
its jar file (except lucene which corresponds to the main
|
|
|
|
|
jar file lucene-core-%{version}.jar).
|
|
|
|
|
- Adapt file list to changes.
|
|
|
|
|
|
2017-05-19 09:23:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 19 09:11:42 UTC 2017 - dziolkowski@suse.com
|
|
|
|
|
|
|
|
|
|
- New build dependency: javapackages-local
|
|
|
|
|
|
2015-03-18 10:07:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 18 09:46:17 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
- Fix build with new javapackages-tools
|
|
|
|
|
|
2014-06-27 14:03:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 27 14:02:20 UTC 2014 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
- Remove java-javdoc to build on sle11 again as the javadoc is
|
|
|
|
|
also pulled in regardless.
|
|
|
|
|
|
2013-09-10 14:00:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 10 14:00:29 UTC 2013 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
|
|
- use add_maven_depmap from javapackages-tools
|
|
|
|
|
|
2013-09-09 11:59:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 9 11:06:13 UTC 2013 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
- Move from jpackage-utils to javapackage-tools
|
|
|
|
|
|
2012-06-26 13:56:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 26 13:53:26 UTC 2012 - mvyskocil@suse.cz
|
|
|
|
|
|
2019-06-24 15:44:27 +00:00
|
|
|
- build require java-javadoc >= 1.6.0
|
2012-06-26 13:56:21 +00:00
|
|
|
|
2010-02-19 15:39:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 10 13:23:15 UTC 2009 - mvyskocil@suse.cz
|
|
|
|
|
|
|
|
|
|
- refreshed patches
|
|
|
|
|
* lucene-2.3.0-db-javadoc.patch
|
|
|
|
|
* lucene-no-get.patch
|
|
|
|
|
|
2009-10-03 01:43:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 29 12:57:08 UTC 2009 - mvyskocil@suse.cz
|
|
|
|
|
|
2019-06-24 15:44:27 +00:00
|
|
|
- fixed requires
|
2009-10-03 01:43:30 +00:00
|
|
|
|
2009-05-28 02:44:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 26 13:59:07 CEST 2009 - mvyskocil@suse.cz
|
|
|
|
|
|
2019-06-24 15:44:27 +00:00
|
|
|
- fixed bnc#507014: removed all jars from source tarball
|
2009-05-28 02:44:13 +00:00
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 12 10:03:38 CEST 2009 - mvyskocil@suse.cz
|
|
|
|
|
|
2019-06-24 15:44:27 +00:00
|
|
|
- Initial SUSE packaging of lucene 2.4.1 (from jpp 5.0)
|
2009-05-28 02:44:13 +00:00
|
|
|
|