r72450 - in /trunk/libsearch-xapian-perl: Changes META.yml README Xapian.pm debian/changelog debian/control debian/copyright examples/simpleindex.pl

olly at users.alioth.debian.org olly at users.alioth.debian.org
Sun Apr 10 12:47:33 UTC 2011


Author: olly
Date: Sun Apr 10 12:47:23 2011
New Revision: 72450

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72450
Log:
* New upstream release
* debian/control: Standards-Version: 3.9.2 (no changes required).
* debian/copyright: Update for 2011.

Modified:
    trunk/libsearch-xapian-perl/Changes
    trunk/libsearch-xapian-perl/META.yml
    trunk/libsearch-xapian-perl/README
    trunk/libsearch-xapian-perl/Xapian.pm
    trunk/libsearch-xapian-perl/debian/changelog
    trunk/libsearch-xapian-perl/debian/control
    trunk/libsearch-xapian-perl/debian/copyright
    trunk/libsearch-xapian-perl/examples/simpleindex.pl

Modified: trunk/libsearch-xapian-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/Changes?rev=72450&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/Changes (original)
+++ trunk/libsearch-xapian-perl/Changes Sun Apr 10 12:47: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: trunk/libsearch-xapian-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/META.yml?rev=72450&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/META.yml (original)
+++ trunk/libsearch-xapian-perl/META.yml Sun Apr 10 12:47: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: trunk/libsearch-xapian-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/README?rev=72450&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/README (original)
+++ trunk/libsearch-xapian-perl/README Sun Apr 10 12:47: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: trunk/libsearch-xapian-perl/Xapian.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/Xapian.pm?rev=72450&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/Xapian.pm (original)
+++ trunk/libsearch-xapian-perl/Xapian.pm Sun Apr 10 12:47: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: trunk/libsearch-xapian-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/changelog?rev=72450&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/changelog (original)
+++ trunk/libsearch-xapian-perl/debian/changelog Sun Apr 10 12:47:23 2011
@@ -1,3 +1,11 @@
+libsearch-xapian-perl (1.2.5.0-1) maverick; urgency=low
+
+  * New upstream release
+  * debian/control: Standards-Version: 3.9.2 (no changes required).
+  * debian/copyright: Update for 2011.
+
+ -- Olly Betts <olly at survex.com>  Sun, 10 Apr 2011 12:46:50 +0000
+
 libsearch-xapian-perl (1.2.4.0-1) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]

Modified: trunk/libsearch-xapian-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/control?rev=72450&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/control (original)
+++ trunk/libsearch-xapian-perl/debian/control Sun Apr 10 12:47:23 2011
@@ -10,7 +10,7 @@
  Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  Salvatore Bonaccorso <carnil at debian.org>,
  Xavier Oswald <xoswald at debian.org>, Olly Betts <olly at survex.com>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsearch-xapian-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsearch-xapian-perl/
 Homepage: http://xapian.org/

Modified: trunk/libsearch-xapian-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/copyright?rev=72450&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/copyright (original)
+++ trunk/libsearch-xapian-perl/debian/copyright Sun Apr 10 12:47:23 2011
@@ -6,7 +6,7 @@
 
 Files: *
 Copyright: 2002,2003 Alex Bowley <kilinrax at cpan.org>
- 2003,2004,2005,2006,2007,2008,2009,2010, Olly Betts <olly at survex.com>
+ 2003,2004,2005,2006,2007,2008,2009,2010,2011, Olly Betts <olly at survex.com>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
@@ -28,7 +28,7 @@
  2007-2008, Damyan Ivanov <dmn at debian.org>
  2006-2008, Frank Lichtenheld <djpig at debian.org>
  2007, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
- 2009,2010, Olly Betts <olly at survex.com>
+ 2009,2010,2011,2011, Olly Betts <olly at survex.com>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libsearch-xapian-perl/examples/simpleindex.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/examples/simpleindex.pl?rev=72450&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/examples/simpleindex.pl (original)
+++ trunk/libsearch-xapian-perl/examples/simpleindex.pl Sun Apr 10 12:47: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