diff --git a/0001-oauth-Add-missing-include.patch b/0001-oauth-Add-missing-include.patch deleted file mode 100644 index cf41fed..0000000 --- a/0001-oauth-Add-missing-include.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b50ace7738ea03817acdad87fb2b338a86018329 Mon Sep 17 00:00:00 2001 -From: Christophe Fergeau -Date: Wed, 3 Sep 2014 11:31:49 +0200 -Subject: [PATCH] oauth: Add missing include - -This fixes a compilation warning about a missing prototype. ---- - rest/oauth-proxy-call.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/rest/oauth-proxy-call.c b/rest/oauth-proxy-call.c -index dce2c66..ab77b1a 100644 ---- a/rest/oauth-proxy-call.c -+++ b/rest/oauth-proxy-call.c -@@ -25,6 +25,7 @@ - #include - #include "oauth-proxy-call.h" - #include "oauth-proxy-private.h" -+#include "rest-proxy-call-private.h" - #include "sha1.h" - - G_DEFINE_TYPE (OAuthProxyCall, oauth_proxy_call, REST_TYPE_PROXY_CALL) --- -2.1.0 - diff --git a/rest.spec b/rest.spec index 1f3fe16..397ff9a 100644 --- a/rest.spec +++ b/rest.spec @@ -1,6 +1,6 @@ Name: rest -Version: 0.7.92 -Release: 6%{?dist} +Version: 0.7.93 +Release: 1%{?dist} Summary: A library for access to RESTful web services Group: System Environment/Libraries @@ -8,17 +8,11 @@ License: LGPLv2 URL: http://www.gnome.org Source0: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.xz -# https://bugzilla.gnome.org/show_bug.cgi?id=742644 -Patch0: 0001-oauth-Add-missing-include.patch - BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: libsoup-devel BuildRequires: libxml2-devel BuildRequires: gtk-doc -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool %description This library was designed to make it easier to access web services that @@ -40,10 +34,8 @@ Files for development with %{name}. %prep %setup -q -%patch0 -p1 %build -autoreconf -vif %configure --disable-static --enable-gtk-doc --enable-introspection=yes make %{?_smp_mflags} V=1 @@ -77,6 +69,9 @@ find %{buildroot} -type f -name "*.la" -delete %{_datadir}/gir-1.0/RestExtras-0.7.gir %changelog +* Wed Mar 18 2015 Kalev Lember - 0.7.93-1 +- Update to 0.7.93 + * Fri Jan 9 2015 Debarshi Ray 0.7.92-6 - Backport upstream patch to fix a memory error (GNOME #742644) diff --git a/sources b/sources index 8cb6a12..ad738b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c5f894cbbc7c631faa2cac4999dd597 rest-0.7.92.tar.xz +1c276e7808edf8e2e49ed854f741cd40 rest-0.7.93.tar.xz