Re: [PATCH] NEWS: The minimum supported version of Xapian is now 1.4.0

2020-06-08 Thread Tomi Ollila
On Sun, Jun 07 2020, David Bremner wrote: > Tomi Ollila writes: >> >> +Dependencies >> + >> + >> +Support for Xapian 1.2 is removed. The minimum supported version of >> +Xapian is now 1.4.0. >> + >> Notmuch 0.29.3 (2019-11-27) >> === > > These are not the

[PATCH] configure: use cffi.FFI().verify() to test buildability of CFFI bindings

2020-06-08 Thread Tomi Ollila
Checking existence of pyconfig.h to determine whether CFFI-based notmuch bindings are buildable is not enough; for example Fedora 32 ships pyconfig.h in python3-libs package, but python3-devel is required to be installed for the bindings to build. Executing cffi.FFI().verify() is pretty close to