[packages/grive] - fix json-c include paths - rebuild with boost 1.57.0 - rel 8

baggins baggins at pld-linux.org
Wed Feb 18 18:13:25 CET 2015


commit 54a0f00ea7a139aec1cb05e8a834f7353b3ce9da
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Feb 18 18:13:01 2015 +0100

    - fix json-c include paths
    - rebuild with boost 1.57.0
    - rel 8

 grive.spec   |  2 +-
 json-c.patch | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/grive.spec b/grive.spec
index ee9eb13..726156d 100644
--- a/grive.spec
+++ b/grive.spec
@@ -2,7 +2,7 @@
 # %(c=%{commit}; echo ${c:0:7})
 %define		shortcommit	27817e8
 %define		cdate		20130702
-%define		rel		7
+%define		rel		8
 Summary:	An open source Linux client for Google Drive
 Name:		grive
 Version:	0.3.0
diff --git a/json-c.patch b/json-c.patch
index ea43775..4cd3c81 100644
--- a/json-c.patch
+++ b/json-c.patch
@@ -11,3 +11,16 @@
  
  IF (JSONC_INCLUDE_DIR AND JSONC_LIBRARY)
     SET(JSONC_FOUND TRUE)
+--- grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/src/protocol/Json.cc~	2013-05-02 18:40:04.000000000 +0200
++++ grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/src/protocol/Json.cc	2015-02-18 18:11:40.664989070 +0100
+@@ -29,8 +29,8 @@
+ 	#pragma warning(push)
+ 	#pragma warning(disable: 4005)
+ #endif
+-#include <json/json_tokener.h>
+-#include <json/linkhash.h>
++#include <json-c/json_tokener.h>
++#include <json-c/linkhash.h>
+ #ifdef _MSC_VER
+ 	#pragma warning(pop)
+ #endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grive.git/commitdiff/54a0f00ea7a139aec1cb05e8a834f7353b3ce9da



More information about the pld-cvs-commit mailing list