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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 6 16:51:07 UTC 2008


Author: gregoa
Date: Sat Sep  6 16:51:04 2008
New Revision: 24842

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24842
Log:
[svn-upgrade] Integrating new upstream version, libsearch-xapian-perl (1.0.8.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=24842&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/Changes (original)
+++ branches/upstream/libsearch-xapian-perl/current/Changes Sat Sep  6 16:51:04 2008
@@ -1,4 +1,8 @@
 Revision history for Perl extension Search::Xapian.
+
+1.0.8.0  Thu Sep  4 05:38:22 GMT 2008
+	- No change except for bumping the version to indicate compatibility
+	  with Xapian 1.0.8.
 
 1.0.7.0  Thu Jul 17 00:18:17 GMT 2008
 	[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=24842&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/META.yml (original)
+++ branches/upstream/libsearch-xapian-perl/current/META.yml Sat Sep  6 16:51:04 2008
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Search-Xapian
-version:      1.0.7.0
+version:      1.0.8.0
 version_from: Xapian.pm
 installdirs:  site
 requires:

Modified: branches/upstream/libsearch-xapian-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/README?rev=24842&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/README (original)
+++ branches/upstream/libsearch-xapian-perl/current/README Sat Sep  6 16:51:04 2008
@@ -1,4 +1,4 @@
-Search::Xapian version 1.0.7.0
+Search::Xapian version 1.0.8.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=24842&op=diff
==============================================================================
--- branches/upstream/libsearch-xapian-perl/current/Xapian.pm (original)
+++ branches/upstream/libsearch-xapian-perl/current/Xapian.pm Sat Sep  6 16:51:04 2008
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.0.7.0';
+our $VERSION = '1.0.8.0';
 
 use Exporter 'import';
 




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