1From d058e6eb6c9ebf5f4fff89ec0ac93323fc64c1ba Mon Sep 17 00:00:00 2001 2From: Tim Orling <ticotimo@gmail.com> 3Date: Mon, 18 Oct 2021 08:42:35 -0700 4Subject: [PATCH] Update rest requirement to rest-1.0 5 6librest 0.8.1 declares rest-1.0 and was released four years ago. 7 8https://gitlab.gnome.org/GNOME/librest/-/commit/2971b3b92701f70fc368ad64bd25cefaea043f87 9 10Upstream-Status: Submitted 11[https://gitlab.gnome.org/GNOME/libgfbgraph/-/merge_requests/6] 12 13Signed-off-by: Tim Orling <ticotimo@gmail.com> 14 15--- 16 configure.ac | 2 +- 17 gfbgraph/Makefile.am | 2 +- 18 libgfbgraph.pc.in | 2 +- 19 4 files changed, 4 insertions(+), 4 deletions(-) 20 21diff --git a/configure.ac b/configure.ac 22index fd1231f..9b49f3f 100644 23--- a/configure.ac 24+++ b/configure.ac 25@@ -40,7 +40,7 @@ AM_CONDITIONAL([ENABLE_GTK_DOC], false) 26 27 GOBJECT_INTROSPECTION_CHECK([1.30.0]) 28 29-PKG_CHECK_MODULES(LIBGFBGRAPH, [glib-2.0 gio-2.0 gobject-2.0 rest-0.7 json-glib-1.0]) 30+PKG_CHECK_MODULES(LIBGFBGRAPH, [glib-2.0 gio-2.0 gobject-2.0 rest-1.0 json-glib-1.0]) 31 32 PKG_CHECK_MODULES(SOUP, [libsoup-2.4]) 33 SOUP_UNSTABLE_CPPFLAGS=-DLIBSOUP_USE_UNSTABLE_REQUEST_API 34diff --git a/gfbgraph/Makefile.am b/gfbgraph/Makefile.am 35index d07b90d..b993ab7 100644 36--- a/gfbgraph/Makefile.am 37+++ b/gfbgraph/Makefile.am 38@@ -60,7 +60,7 @@ GFBGraph_@API_MAJOR@_@API_MINOR@_gir_INCLUDES = \ 39 GLib-2.0 \ 40 Gio-2.0 \ 41 GObject-2.0 \ 42- Rest-0.7 \ 43+ Rest-1.0 \ 44 Json-1.0 \ 45 Soup-2.4 46 47diff --git a/libgfbgraph.pc.in b/libgfbgraph.pc.in 48index f87073e..d4f4e3a 100644 49--- a/libgfbgraph.pc.in 50+++ b/libgfbgraph.pc.in 51@@ -9,6 +9,6 @@ apiversion=@API_VERSION@ 52 Name: libgfbgraph 53 Description: GObject library for Facebook Graph API 54 Version: @VERSION@ 55-Requires: gio-2.0 glib-2.0 goa-1.0 json-glib-1.0 libsoup-2.4 rest-0.7 56+Requires: gio-2.0 glib-2.0 goa-1.0 json-glib-1.0 libsoup-2.4 rest-1.0 57 Libs: -L${libdir} -lgfbgraph-${apiversion} 58 Cflags: -I${includedir}/gfbgraph-@API_VERSION@ 59