Bug#579927: Xapian 1.2 compatibility

2010-05-03 Thread Toni Mueller
Hi Olly, On Mon, 03.05.2010 at 01:40:14 +0100, Olly Betts o...@survex.com wrote: Making use of transactions would presumably be better for roundup, but is also more likely to introduce a bug than the single line change to eliminate the use of a deprecated and removed feature. So if you want

Bug#579927: Xapian 1.2 compatibility

2010-05-02 Thread Olly Betts
Package: roundup Version: 1.4.13-2 Forwarded: http://issues.roundup-tracker.org/issue2550647 User: o...@debian.org Usertags: xapian1.2 I'm aiming to get Xapian 1.2 into the next Debian stable release, so I've been checking all the Debian packages which depend on Xapian. Xapian 1.2.0 drops

Bug#579927: Xapian 1.2 compatibility

2010-05-02 Thread Olly Betts
Sorry, I managed to attach the wrong patch. This is the patch for roundup. Cheers, Olly --- roundup-1.4.13.orig/roundup/backends/indexer_xapian.py +++ roundup-1.4.13/roundup/backends/indexer_xapian.py @@ -79,7 +79,7 @@ matches = enquire.get_mset(0, 10) if matches.size():

Bug#579927: Xapian 1.2 compatibility

2010-05-02 Thread Toni Mueller
Hi Olly, On Mon, 03.05.2010 at 00:02:40 +1200, Olly Betts o...@survex.com wrote: Sorry, I managed to attach the wrong patch. This is the patch for roundup. I've viewed the patch at upstream's tracker, which does several other things as well, and eg. suggests that Xapian has now acquired

Bug#579927: Xapian 1.2 compatibility

2010-05-02 Thread Olly Betts
On Sun, May 02, 2010 at 05:33:04PM +0200, Toni Mueller wrote: On Mon, 03.05.2010 at 00:02:40 +1200, Olly Betts o...@survex.com wrote: Sorry, I managed to attach the wrong patch. This is the patch for roundup. I've viewed the patch at upstream's tracker, which does several other things as