Return-Path: X-Original-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9AC5210C8C for ; Mon, 28 Oct 2013 23:52:56 +0000 (UTC) Received: (qmail 96030 invoked by uid 500); 28 Oct 2013 23:52:56 -0000 Delivered-To: apmail-lucene-pylucene-commits-archive@lucene.apache.org Received: (qmail 96010 invoked by uid 500); 28 Oct 2013 23:52:56 -0000 Mailing-List: contact pylucene-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-commits@lucene.apache.org Received: (qmail 95997 invoked by uid 99); 28 Oct 2013 23:52:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 23:52:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 23:52:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0AD7F238889B; Mon, 28 Oct 2013 23:52:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1536559 - /lucene/pylucene/branches/pylucene_4_5/Makefile Date: Mon, 28 Oct 2013 23:52:32 -0000 To: pylucene-commits@lucene.apache.org From: vajda@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131028235233.0AD7F238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vajda Date: Mon Oct 28 23:52:32 2013 New Revision: 1536559 URL: http://svn.apache.org/r1536559 Log: preparing PyLucene 4.5.1-1 Modified: lucene/pylucene/branches/pylucene_4_5/Makefile Modified: lucene/pylucene/branches/pylucene_4_5/Makefile URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_4_5/Makefile?rev=1536559&r1=1536558&r2=1536559&view=diff ============================================================================== --- lucene/pylucene/branches/pylucene_4_5/Makefile (original) +++ lucene/pylucene/branches/pylucene_4_5/Makefile Mon Oct 28 23:52:32 2013 @@ -15,10 +15,10 @@ # site-packages directory. # -VERSION=4.5.0-2 +VERSION=4.5.1-1 LUCENE_SVN_VER=HEAD -LUCENE_VER=4.5.0 -LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0 +LUCENE_VER=4.5.1 +LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_1 PYLUCENE:=$(shell pwd) LUCENE_SRC=lucene-java-$(LUCENE_VER) LUCENE=$(LUCENE_SRC)/lucene