Hello community, here is the log from the commit of package librest for openSUSE:Factory checked in at 2014-09-12 15:24:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librest (Old) and /work/SRC/openSUSE:Factory/.librest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "librest" Changes: -------- --- /work/SRC/openSUSE:Factory/librest/librest.changes 2014-04-04 16:36:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.librest.new/librest.changes 2014-09-12 15:24:58.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Sep 8 08:50:54 UTC 2014 - dimstar@opensuse.org + +- Update to version 0.7.92: + + Bugs fixed: bgo#665716, bgo#708358, bgo#708359, bgo#728340, + bgo#728952, bgo#728953, bgo#735919, bgo#735920, bgo#735921, + bgo#735922. +- Add librest-missing-include.patch: Add missing includes. + +------------------------------------------------------------------- Old: ---- rest-0.7.91.tar.xz New: ---- librest-missing-include.patch rest-0.7.92.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librest.spec ++++++ --- /var/tmp/diff_new_pack.KQAdCJ/_old 2014-09-12 15:24:59.000000000 +0200 +++ /var/tmp/diff_new_pack.KQAdCJ/_new 2014-09-12 15:24:59.000000000 +0200 @@ -21,7 +21,7 @@ %define soname 0 %define abi 0.7 %define abi_pkg 0_7 -Version: 0.7.91 +Version: 0.7.92 Release: 0 Summary: Library to access RESTful web services License: LGPL-2.1 @@ -29,6 +29,8 @@ Url: http://git.gnome.org/browse/librest/ Source0: http://download.gnome.org/sources/rest/0.7/%{_name}-%{version}.tar.xz Source99: baselibs.conf +# PATCH-FIX-UPSTREAM librest-missing-include.patch dimstar@opensuse.org -- Add missing includes +Patch0: librest-missing-include.patch BuildRequires: pkgconfig(glib-2.0) >= 2.24 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libsoup-2.4) @@ -91,6 +93,7 @@ %prep %setup -q -n %{_name}-%{version} +%patch0 -p1 %build %configure \ ++++++ librest-missing-include.patch ++++++ commit b50ace7738ea03817acdad87fb2b338a86018329 Author: Christophe Fergeau <cfergeau@redhat.com> Date: Wed Sep 3 11:31:49 2014 +0200 oauth: Add missing include This fixes a compilation warning about a missing prototype. 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 <rest/rest-proxy-call.h> #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) ++++++ rest-0.7.91.tar.xz -> rest-0.7.92.tar.xz ++++++ ++++ 24447 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org