[Evolution-hackers] [PATCH evolution-data-server] build-sys: bump minimum sqlite version to 3.7.17

2015-08-04 Thread Tanu Kaskinen
Trying to compile against an older version (3.7.13) resulted in this
error:

  CC libcamel_1_2_la-camel-db.lo
camel-db.c: In function 'camel_sqlite3_file_xFetch':
camel-db.c:233:1: error: 'const struct sqlite3_io_methods' has no member named 
'xFetch'
camel-db.c: In function 'camel_sqlite3_file_xUnfetch':
camel-db.c:234:1: error: 'const struct sqlite3_io_methods' has no member named 
'xUnfetch'
camel-db.c: In function 'camel_sqlite3_vfs_xOpen':
camel-db.c:404:4: error: 'sqlite3_io_methods' has no member named 'xFetch'
camel-db.c:405:4: error: 'sqlite3_io_methods' has no member named 'xUnfetch'

xFetch and xUnfetch were added in 3.7.17, according to this web page:
https://www.sqlite.org/mmap.html

Signed-off-by: Tanu Kaskinen ta...@iki.fi
---
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d800c57..dd98a64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ m4_define([gcr_minimum_version], [3.4])
 m4_define([libsecret_minimum_version], [0.5])
 m4_define([libxml_minimum_version], [2.0.0])   dnl XXX Just a Guess
 m4_define([libgdata_minimum_version], [0.10])
-m4_define([sqlite_minimum_version], [3.5])
+m4_define([sqlite_minimum_version], [3.7.17])
 m4_define([libical_minimum_version], [0.43])
 
 dnl Optional Packages
-- 
1.7.10.4

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] [PATCH evolution-data-server] build-sys: bump minimum sqlite version to 3.7.17

2015-08-04 Thread Milan Crha
On Tue, 2015-08-04 at 11:30 +0300, Tanu Kaskinen wrote:
 -m4_define([sqlite_minimum_version], [3.5])
 +m4_define([sqlite_minimum_version], [3.7.17])

Hi,
thanks for the patch. That's a nice catch. Even I prefer patches as
attachments, the best in GNOME's bugzilla, then this one is trivial
enough to be committed.

Created commit 3780eff in eds master (3.17.90+) [1]
Created commit 8b2c2b8 in eds gnome-3-16 (3.16.5+) [2]

Bye,
Milan

[1] https://git.gnome.org/browse/evolution-data-server/commit/?id=3780eff
[2] https://git.gnome.org/browse/evolution-data-server/commit/?id=8b2c2b8
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] [PATCH evolution-data-server] build-sys: bump minimum sqlite version to 3.7.17

2015-08-04 Thread Tanu Kaskinen
On Tue, Aug 4, 2015, at 19:51, Milan Crha wrote:
 On Tue, 2015-08-04 at 11:30 +0300, Tanu Kaskinen wrote:
  -m4_define([sqlite_minimum_version], [3.5])
  +m4_define([sqlite_minimum_version], [3.7.17])
 
   Hi,
 thanks for the patch. That's a nice catch. Even I prefer patches as
 attachments, the best in GNOME's bugzilla, then this one is trivial
 enough to be committed.

OK. You might want to add information about the preferred patch
submission process to https://wiki.gnome.org/Apps/Evolution and/or
HACKING and/or README.

-- 
Tanu
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers