r72448 - in /branches/upstream/libsearch-xapian-perl/current: Changes META.yml README Xapian.pm examples/simpleindex.pl

olly at users.alioth.debian.org olly at users.alioth.debian.org
Sun Apr 10 12:37:29 UTC 2011


Author: olly
Date: Sun Apr 10 12:36:23 2011
New Revision: 72448

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72448
Log:
[svn-upgrade] new version libsearch-xapian-perl (1.2.5.0)

Modified:
    branches/upstream/libsearch-xapian-perl/current/Changes
    branches/upstream/libsearch-xapian-perl/current/META.yml
    branches/upstream/libsearch-xapian-perl/current/README
    branches/upstream/libsearch-xapian-perl/current/Xapian.pm
    branches/upstream/libsearch-xapian-perl/current/examples/simpleindex.pl

Modified: branches/upstream/libsearch-xapian-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Changes?rev=72448&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/Changes (original)
+++ branches/upstream/libsearch-xapian-perl/current/Changes Sun Apr 10 12:36:23 2011
@@ -1,4 +1,11 @@
 Revision history for Perl extension Search::Xapian.
+
+1.2.5.0  Mon Apr  4 14:00:38 UTC 2011
+	[Changes contributed by Olly Betts]
+	- simpleindex.pl - use 'while' to loop over input lines - 'foreach'
+	  reads them all in and then loops over them, while reads and processes
+	  line by line.
+	- Add '1;' to the end of t/symbol-test/SymbolTest.pm.
 
 1.2.4.0  Thu Dec 19 12:41:49 UTC 2010
 	[Changes contributed by Olly Betts]
@@ -85,6 +92,23 @@
 	  However, there's still a wrinkle in this change - you can't currently
 	  run "make install" in a tree configured to use an uninstalled
 	  xapian-core.
+
+1.0.23.0  Fri Jan 14 04:18:24 UTC 2011
+	[Changes contributed by David F. Skoll and Dave O'Neill]
+	- Tell DynaLoader to load the module with RTLD_GLOBAL so exceptions
+	  still work when multiple Perl modules which link to xapian-core are
+	  loaded (ticket#522).
+
+1.0.22.0  Sun Oct  3 12:36:44 UTC 2010
+	[Changes contributed by Jess Robinson]
+	- Fix bogus "can't find libtool" error when rerunning Makefile.PL and
+	  XAPIAN_CONFIG isn't explicitly specified.
+	[Changes contributed by Tim Brody]
+	- New testcase t/10query.t.
+
+1.0.21.0  Fri Jun 18 16:41:32 UTC 2010
+	- No change except for bumping the version to indicate compatibility
+	  with Xapian 1.0.21.
 
 1.0.20.0  Tue Apr 27 12:35:35 UTC 2010
 	[Changes contributed by Olly Betts]

Modified: branches/upstream/libsearch-xapian-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/META.yml?rev=72448&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/META.yml (original)
+++ branches/upstream/libsearch-xapian-perl/current/META.yml Sun Apr 10 12:36:23 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Search-Xapian
-version:             1.2.4.0
+version:             1.2.5.0
 abstract:            Perl XS frontend to the Xapian C++ search library.
 license:             ~
 author:              

Modified: branches/upstream/libsearch-xapian-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/README?rev=72448&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/README (original)
+++ branches/upstream/libsearch-xapian-perl/current/README Sun Apr 10 12:36:23 2011
@@ -1,4 +1,4 @@
-Search::Xapian version 1.2.4.0
+Search::Xapian version 1.2.5.0
 ==============================
 
 This is Search::Xapian, a Perl XS frontend to the Xapian C++ search library.
@@ -46,7 +46,7 @@
 CPAN bug tracker or mail any of the authors individually.
 
 Copyright (c) 2002,2003 Alex Bowley. All rights reserved.
-Copyright (c) 2003,2004,2005,2006,2007,2008,2009,2010 Olly Betts. All rights reserved.
+Copyright (c) 2003,2004,2005,2006,2007,2008,2009,2010,2011 Olly Betts. All rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsearch-xapian-perl/current/Xapian.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian.pm?rev=72448&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/Xapian.pm (original)
+++ branches/upstream/libsearch-xapian-perl/current/Xapian.pm Sun Apr 10 12:36:23 2011
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.2.4.0';
+our $VERSION = '1.2.5.0';
 
 use Exporter 'import';
 
@@ -264,7 +264,7 @@
 
 =item FLAG_BOOLEAN
 
-Support AND, OR, etc and bracketted subexpressions.
+Support AND, OR, etc and bracketed subexpressions.
 
 =item FLAG_LOVEHATE
 

Modified: branches/upstream/libsearch-xapian-perl/current/examples/simpleindex.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/examples/simpleindex.pl?rev=72448&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/examples/simpleindex.pl (original)
+++ branches/upstream/libsearch-xapian-perl/current/examples/simpleindex.pl Sun Apr 10 12:36:23 2011
@@ -40,7 +40,7 @@
     $indexer->set_stemmer($stemmer);
 
     my $para = '';
-    foreach my $line (<STDIN>) {
+    while (my $line = <STDIN>) {
 	$line =~ s/\s+$//;
 	$line =~ s/^\s+//;
 	if ($line eq '') {




More information about the Pkg-perl-cvs-commits mailing list