r47567 - in /trunk/libsearch-xapian-perl: Changes META.yml README Xapian.pm Xapian.xs debian/changelog

olly at users.alioth.debian.org olly at users.alioth.debian.org
Sat Nov 21 14:08:34 UTC 2009


Author: olly
Date: Sat Nov 21 14:08:11 2009
New Revision: 47567

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47567
Log:
Update with upstream 1.0.17.0

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/Xapian.xs
    trunk/libsearch-xapian-perl/debian/changelog

Modified: trunk/libsearch-xapian-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/Changes?rev=47567&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/Changes (original)
+++ trunk/libsearch-xapian-perl/Changes Sat Nov 21 14:08:11 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension Search::Xapian.
+
+1.0.17.0  Wed Nov 18 02:02:41 UTC 2009
+	[Changes contributed by Olly Betts]
+	- Fix to build with compilers other than GCC by disabling Perl's
+	  #define for bool.  (ticket#404)
 
 1.0.16.0  Thu Sep 10 06:26:08 UTC 2009
 	[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=47567&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/META.yml (original)
+++ trunk/libsearch-xapian-perl/META.yml Sat Nov 21 14:08:11 2009
@@ -1,10 +1,13 @@
-# 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.16.0
-version_from: Xapian.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+--- #YAML:1.0
+name:                Search-Xapian
+version:             1.0.17.0
+abstract:            Perl XS frontend to the Xapian C++ search library.
+license:             ~
+author:              
+    - Alex Bowley <xapian-discuss at lists.xapian.org>
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libsearch-xapian-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/README?rev=47567&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/README (original)
+++ trunk/libsearch-xapian-perl/README Sat Nov 21 14:08:11 2009
@@ -1,4 +1,4 @@
-Search::Xapian version 1.0.16.0
+Search::Xapian version 1.0.17.0
 ===============================
 
 This is Search::Xapian, a Perl XS frontend to the Xapian C++ search library.

Modified: trunk/libsearch-xapian-perl/Xapian.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/Xapian.pm?rev=47567&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/Xapian.pm (original)
+++ trunk/libsearch-xapian-perl/Xapian.pm Sat Nov 21 14:08:11 2009
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.0.16.0';
+our $VERSION = '1.0.17.0';
 
 use Exporter 'import';
 

Modified: trunk/libsearch-xapian-perl/Xapian.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/Xapian.xs?rev=47567&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/Xapian.xs (original)
+++ trunk/libsearch-xapian-perl/Xapian.xs Sat Nov 21 14:08:11 2009
@@ -3,6 +3,10 @@
 #include <xapian.h>
 #include <string>
 #include <vector>
+
+// Stop Perl headers from even thinking of doing '#define bool char' or
+// '#define bool int', which they would do with compilers other than GCC.
+#define HAS_BOOL
 
 #ifdef __cplusplus
 extern "C" {

Modified: trunk/libsearch-xapian-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/changelog?rev=47567&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/changelog (original)
+++ trunk/libsearch-xapian-perl/debian/changelog Sat Nov 21 14:08:11 2009
@@ -1,3 +1,9 @@
+libsearch-xapian-perl (1.0.17.0-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Olly Betts <olly at survex.com>  Sat, 21 Nov 2009 13:56:22 +0000
+
 libsearch-xapian-perl (1.0.16.0-1) unstable; urgency=low
 
   [ Ryan Niebur ]




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