]> git.pld-linux.org Git - packages/evolution-mapi.git/blame - evolution-mapi-update.patch
- new
[packages/evolution-mapi.git] / evolution-mapi-update.patch
CommitLineData
c5680e99
JB
1--- evolution-mapi-3.16.2/src/libexchangemapi/e-mapi-connection.c.orig 2015-03-23 08:44:54.000000000 +0100
2+++ evolution-mapi-3.16.2/src/libexchangemapi/e-mapi-connection.c 2015-05-24 15:04:45.321267554 +0200
3@@ -1523,7 +1523,7 @@
4 break;
5
6 /* Fill the table columns with data from the rows */
7- ms = QueryRows (obj_table, count, TBL_ADVANCE, &SRowSet);
8+ ms = QueryRows (obj_table, count, TBL_ADVANCE, TBL_FORWARD_READ, &SRowSet);
9 if (ms != MAPI_E_SUCCESS) {
10 make_mapi_error (perror, "QueryRows", ms);
11 break;
12--- evolution-mapi-3.16.2/src/libexchangemapi/libexchangemapi.pc.in.orig 2014-03-24 10:28:56.000000000 +0100
13+++ evolution-mapi-3.16.2/src/libexchangemapi/libexchangemapi.pc.in 2015-05-24 16:56:34.577652659 +0200
14@@ -10,6 +10,6 @@
15 Name: libexchangemapi
16 Description: Client library for accessing Exchange with LibMAPI
17 Version: @VERSION@
18-Requires: evolution-data-server-@API_VERSION@ >= @EDS_REQUIRED@ libmapi = @LIBMAPI_REQUIRED@
19+Requires: evolution-data-server-@API_VERSION@ >= @EDS_REQUIRED@ libmapi >= @LIBMAPI_REQUIRED@
20 Libs: -L${libdir} -lexchangemapi-1.0
21 Cflags: -I${privincludedir}/mapi
This page took 0.032034 seconds and 4 git commands to generate.