Update to 1.2.15.0. From the changelog:

1.2.15.0  Tue Apr 16 23:43:24 UTC 2013
	[Changes contributed by Olly Betts]
	- Remove superfluous duplicate method wrappers from WritableDatabase
	  for methods wrapped in Database parent class.
	- Improve test coverage.
	- Fix minor typo in POD documentation.

1.2.14.0  Thu Mar 14 23:12:38 UTC 2013
	[Changes contributed by Olly Betts]
	- Perl 5.16.1 adds a '.' after "at foo line 123" so adjust regexp in
	  testcase t/10query.t to allow an optional '.' there.  (ticket#610)

1.2.13.0  Wed Jan  9 11:19:20 UTC 2013
	[Changes contributed by Adam Sjøgren]
	- Wrap 2 and 3 parameter forms of StringValueRangeProcessor
	  constructor so prefixes and suffixes can be specified.
	  (ticket#607)
	[Changes contributed by Olly Betts]
	- Wrap the zero argument Query constructor.
	- Add wrappers for Query::MatchAll and Query::MatchNothing.
	- Don't pointlessly reinitialise default std::string parameters to an
	  empty string (performance and code size micro-optimisation).

1.2.12.0  Wed Jun 27 12:17:26 UTC 2012
	- No change except for bumping the version to indicate compatibility
	  with Xapian 1.2.12.

1.2.11.0  Tue Jun 26 12:13:39 UTC 2012
	- No change except for bumping the version to indicate compatibility
	  with Xapian 1.2.11.

1.2.10.0  Wed May  9 10:45:51 UTC 2012
	[Changes contributed by Olly Betts]
	- Wrap Database::close() (was previously only wrapped for
	  WritableDatabase).
	- Suppress warnings about "not a known MakeMaker parameter name" in a
	  way which also works for newer versions of Perl.

1.2.9.0  Thu Mar  8 07:19:27 UTC 2012
	[Changes contributed by Olly Betts]
	- Wrap Document::get_docid() method.
	- Fix "Use of qw(...) as parentheses is deprecated" warnings in tests
	  with Perl 5.14.
	- Improve test coverage of TermGenerator (backported from trunk).
This commit is contained in:
schmonz 2013-06-04 21:29:13 +00:00
parent 742a0395bd
commit 71d959b620
2 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.14 2013/05/31 12:42:13 wiz Exp $
# $NetBSD: Makefile,v 1.15 2013/06/04 21:29:13 schmonz Exp $
#
DISTNAME= Search-Xapian-1.2.8.0
DISTNAME= Search-Xapian-1.2.15.0
PKGNAME= ${DISTNAME:S/^/p5-/}
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2012/01/10 01:06:31 schmonz Exp $
$NetBSD: distinfo,v 1.7 2013/06/04 21:29:13 schmonz Exp $
SHA1 (Search-Xapian-1.2.8.0.tar.gz) = 7f62951737e7ac417ef7fac51c679dda23c444cf
RMD160 (Search-Xapian-1.2.8.0.tar.gz) = c87fb716409f5afb490af49cfcf30fe37c3a1ab0
Size (Search-Xapian-1.2.8.0.tar.gz) = 61945 bytes
SHA1 (Search-Xapian-1.2.15.0.tar.gz) = 497071a70b93f04d71596f6212078d3e9d38b70a
RMD160 (Search-Xapian-1.2.15.0.tar.gz) = 6715a25385b5284265a0842301eb1fe0a410c1ec
Size (Search-Xapian-1.2.15.0.tar.gz) = 62852 bytes