r60108 - in /branches/upstream/libsearch-xapian-perl/current: Changes META.yml README Xapian.pm

olly at users.alioth.debian.org olly at users.alioth.debian.org
Tue Jul 6 15:59:18 UTC 2010


Author: olly
Date: Tue Jul  6 15:57:52 2010
New Revision: 60108

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60108
Log:
[svn-upgrade] Integrating new upstream version, libsearch-xapian-perl (1.2.2.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

Modified: branches/upstream/libsearch-xapian-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Changes?rev=60108&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/Changes (original)
+++ branches/upstream/libsearch-xapian-perl/current/Changes Tue Jul  6 15:57:52 2010
@@ -1,4 +1,12 @@
 Revision history for Perl extension Search::Xapian.
+
+1.2.2.0  Sun Jun 27 03:31:36 UTC 2010
+	- No change except for bumping the version to indicate compatibility
+	  with Xapian 1.2.2.
+
+1.2.1.0  Tue Jun 22 14:48:00 UTC 2010
+	- No change except for bumping the version to indicate compatibility
+	  with Xapian 1.2.1.
 
 1.2.0.0  Wed Apr 28 10:44:15 UTC 2010
 	[This release includes all changes from 1.0.20 which are relevant.]
@@ -51,6 +59,13 @@
 	  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.20.0  Tue Apr 27 12:35:35 UTC 2010
+	[Changes contributed by Olly Betts]
+	- Avoid importing isa from UNIVERSAL to fix Perl 5.12 deprecation
+	  warning (Debian bug#578559).
+	- Fix testcase t/04functions.t to work with Perl compiled with
+	  -Duselongdouble (Debian bug#578558).
 
 1.0.19.0  Thu Apr 15 03:55:04 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=60108&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/META.yml (original)
+++ branches/upstream/libsearch-xapian-perl/current/META.yml Tue Jul  6 15:57:52 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Search-Xapian
-version:             1.2.0.0
+version:             1.2.2.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=60108&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/README (original)
+++ branches/upstream/libsearch-xapian-perl/current/README Tue Jul  6 15:57:52 2010
@@ -1,4 +1,4 @@
-Search::Xapian version 1.2.0.0
+Search::Xapian version 1.2.2.0
 ==============================
 
 This is Search::Xapian, a Perl XS frontend to the Xapian C++ search library.

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=60108&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/Xapian.pm (original)
+++ branches/upstream/libsearch-xapian-perl/current/Xapian.pm Tue Jul  6 15:57:52 2010
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.2.0.0';
+our $VERSION = '1.2.2.0';
 
 use Exporter 'import';
 




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