You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2014/04/30 02:05:54 UTC

svn commit: r1591153 - in /lucene/pylucene/branches/pylucene_4_8: CHANGES Makefile

Author: vajda
Date: Wed Apr 30 00:05:54 2014
New Revision: 1591153

URL: http://svn.apache.org/r1591153
Log:
preparing PyLucene 4.8.0 release candidate 1

Modified:
    lucene/pylucene/branches/pylucene_4_8/CHANGES
    lucene/pylucene/branches/pylucene_4_8/Makefile

Modified: lucene/pylucene/branches/pylucene_4_8/CHANGES
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_4_8/CHANGES?rev=1591153&r1=1591152&r2=1591153&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_4_8/CHANGES (original)
+++ lucene/pylucene/branches/pylucene_4_8/CHANGES Wed Apr 30 00:05:54 2014
@@ -1,3 +1,14 @@
+Version 4.7.2 -> 4.8.0
+----------------------
+ - using Lucene 4.8.0 sources
+ - PyLucene built with JCC 2.19
+ - Lucene now requires Java 7 at the minimum, Java 6 is no longer supported
+
+Version 4.6.1 -> 4.7.2
+----------------------
+ - using Lucene 4.7.2 sources
+ - PyLucene built with JCC 2.19
+
 Version 4.5.1 -> 4.6.1
 ----------------------
  - using Lucene 4.6.1 sources

Modified: lucene/pylucene/branches/pylucene_4_8/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_4_8/Makefile?rev=1591153&r1=1591152&r2=1591153&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_4_8/Makefile (original)
+++ lucene/pylucene/branches/pylucene_4_8/Makefile Wed Apr 30 00:05:54 2014
@@ -15,10 +15,10 @@
 # site-packages directory.
 #
 
-VERSION=4.x
+VERSION=4.8.0-1
 LUCENE_SVN_VER=HEAD
-LUCENE_VER=4.x
-LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x
+LUCENE_VER=4.8.0
+LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_8_0
 PYLUCENE:=$(shell pwd)
 LUCENE_SRC=lucene-java-$(LUCENE_VER)
 LUCENE=$(LUCENE_SRC)/lucene
@@ -45,13 +45,6 @@ LUCENE=$(LUCENE_SRC)/lucene
 # limit.
 #
 
-# Mac OS X 10.6 (MacPorts 1.8.0 64-bit Python 2.7, Java 1.6)
-PREFIX_PYTHON=/Users/vajda/apache/pylucene/_install
-ANT=/Users/vajda/tmp/apache-ant-1.9.3/bin/ant
-PYTHON=$(PREFIX_PYTHON)/bin/python
-JCC=$(PYTHON) -m jcc.__main__ --shared --arch x86_64
-NUM_FILES=8
-
 # Mac OS X 10.6 (64-bit Python 2.6, Java 1.6)
 #PREFIX_PYTHON=/usr
 #ANT=ant