From 236f7ce9638c79b9ff594552540f3f5a2cbd8703 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Mar 2013 00:06:00 -0700 Subject: Fri Mar 29 00:06:00 PDT 2013 --- community/newsbeuter/libjson.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 community/newsbeuter/libjson.patch (limited to 'community/newsbeuter/libjson.patch') diff --git a/community/newsbeuter/libjson.patch b/community/newsbeuter/libjson.patch deleted file mode 100644 index 7c34b5bad..000000000 --- a/community/newsbeuter/libjson.patch +++ /dev/null @@ -1,29 +0,0 @@ -Description: propagate boolean json type -Apparently the libjson project decided to rename their boolean type to -json_bool... -Author: Nico Golde -Bug-Debian: http://bugs.debian.org/689225 - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: vendor -Bug: http://bugs.debian.org/689225 -Bug-Debian: http://bugs.debian.org/689225 -Forwarded: - -Index: newsbeuter-2.5/src/ttrss_api.cpp -=================================================================== ---- newsbeuter-2.5.orig/src/ttrss_api.cpp 2012-09-30 17:25:23.000000000 +0200 -+++ newsbeuter-2.5/src/ttrss_api.cpp 2012-09-30 17:43:24.000000000 +0200 -@@ -220,7 +220,7 @@ - const char * link = json_object_get_string(json_object_object_get(item_obj, "link")); - const char * content = json_object_get_string(json_object_object_get(item_obj, "content")); - time_t updated = (time_t)json_object_get_int(json_object_object_get(item_obj, "updated")); -- boolean unread = json_object_get_boolean(json_object_object_get(item_obj, "unread")); -+ json_bool unread = json_object_get_boolean(json_object_object_get(item_obj, "unread")); - - rsspp::item item; - -- cgit v1.2.3-54-g00ecf