Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/mongo-c-driver/files: 0.8.1-api-version.diff
Date: Thu, 27 Mar 2014 17:05:13
Message-Id: 20140327170508.C9E1520051@flycatcher.gentoo.org
1 chainsaw 14/03/27 17:05:08
2
3 Added: 0.8.1-api-version.diff
4 Log:
5 Bump up the API version numbers in the header, as recent pmacct release candidates require this to build. Attempt to port to newer python eclass.
6
7 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
8
9 Revision Changes Path
10 1.1 dev-libs/mongo-c-driver/files/0.8.1-api-version.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/files/0.8.1-api-version.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/files/0.8.1-api-version.diff?rev=1.1&content-type=text/plain
14
15 Index: 0.8.1-api-version.diff
16 ===================================================================
17 diff -uNr mongo-c-driver-0.8.1.ORIG/src/mongo.h mongo-c-driver-0.8.1/src/mongo.h
18 --- mongo-c-driver-0.8.1.ORIG/src/mongo.h 2014-03-27 17:00:42.880465606 +0000
19 +++ mongo-c-driver-0.8.1/src/mongo.h 2014-03-27 17:01:05.131465940 +0000
20 @@ -33,8 +33,8 @@
21 #endif
22
23 #define MONGO_MAJOR 0
24 -#define MONGO_MINOR 7
25 -#define MONGO_PATCH 0
26 +#define MONGO_MINOR 8
27 +#define MONGO_PATCH 1
28
29 #define MONGO_OK 0
30 #define MONGO_ERROR -1