[frogr] Use SOUP_TYPE_PROXY_RESOLVER_DEFAULT instead of SOUP_TYPE_PROXY_RESOLVER_GNOME.



commit 1627ef3d4bb81ee98fc9e371a56728cbb16e5876
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sat Jul 27 11:19:46 2013 +0100

    Use SOUP_TYPE_PROXY_RESOLVER_DEFAULT instead of SOUP_TYPE_PROXY_RESOLVER_GNOME.
    
    Also raised the minimum version of libsoup up to 2.34.

 configure.ac                |    2 +-
 debian/control              |    2 +-
 frogr.spec                  |    2 +-
 src/flicksoup/fsp-session.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 389b153..0909bf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,7 @@ AM_CONDITIONAL([PLATFORM_MAC],[test "x$osx" = "xyes"])
 
 # Decide whether to use libsoup or libsoup-gnome (if available)
 
-LIBSOUP_MIN_VERSION=2.26
+LIBSOUP_MIN_VERSION=2.34
 
 if test "x$platform" = "xGNOME"; then
    # For the GNOME platform allow using libsoup-gnome, if available
diff --git a/debian/control b/debian/control
index 62d6d12..1635bfe 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: frogr
 Section: graphics
 Priority: optional
 Maintainer: Mario Sanchez Prada <msanchez gnome org>
-Build-Depends: cdbs, debhelper (>= 5), yelp-tools, intltool, libexif-dev (>= 0.6.14), libgcrypt11-dev, 
libglib2.0-dev (>= 2.32), libgstreamer0.10-dev, libgtk-3-dev (>= 3.4), libjson-glib-dev (>= 0.12), 
libsoup-gnome2.4-dev (>= 2.26), libsoup2.4-dev (>= 2.26), libxml2-dev (>= 2.6.8)
+Build-Depends: cdbs, debhelper (>= 5), yelp-tools, intltool, libexif-dev (>= 0.6.14), libgcrypt11-dev, 
libglib2.0-dev (>= 2.32), libgstreamer0.10-dev, libgtk-3-dev (>= 3.4), libjson-glib-dev (>= 0.12), 
libsoup-gnome2.4-dev (>= 2.34), libsoup2.4-dev (>= 2.34), libxml2-dev (>= 2.6.8)
 Standards-Version: 3.7.3
 Homepage: http://live.gnome.org/Frogr
 
diff --git a/frogr.spec b/frogr.spec
index 53221d8..738b228 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -15,7 +15,7 @@ BuildRequires:        gtk3-devel > 3.4
 BuildRequires: glib2-devel > 2.32
 BuildRequires: gstreamer-devel > 0.10
 BuildRequires: json-glib-devel > 0.12
-BuildRequires: libsoup-devel > 2.26
+BuildRequires: libsoup-devel > 2.34
 BuildRequires: libxml2-devel > 2.6.8
 BuildRequires: libexif-devel > 0.6.14
 BuildRequires: libgcrypt-devel
diff --git a/src/flicksoup/fsp-session.c b/src/flicksoup/fsp-session.c
index a82ce3a..c978780 100644
--- a/src/flicksoup/fsp-session.c
+++ b/src/flicksoup/fsp-session.c
@@ -1677,7 +1677,7 @@ fsp_session_set_http_proxy              (FspSession *self,
 
       /* Add or remove the feature */
       soup_feature_func (self->priv->soup_session,
-                         SOUP_TYPE_PROXY_RESOLVER_GNOME);
+                         SOUP_TYPE_PROXY_RESOLVER_DEFAULT);
     }
   self->priv->using_gnome_proxy = use_gnome_proxy;
 #else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]