[frogr] Raise libsoup minimum version up to 2.26 (from 2.24)



commit 938c0e67c56151580f2b4363e678d95ffe32f60b
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Fri May 27 17:41:02 2011 +0200

    Raise libsoup minimum version up to 2.26 (from 2.24)
    
    This will allows us to use SOUP_TYPE_PROXY_RESOLVER_GNOME
    when using libsoup-gnome instead of plain libsoup.

 README         |    2 +-
 configure.ac   |    2 +-
 debian/control |    2 +-
 frogr.spec     |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index 1e2366b..83a3b82 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ To work properly, frogr needs some libraries to be installed first::
  - glib (version 2.16 or higher)
  - gtk+ (version 2.14 or higher)
  - libxml (version 2.6.8 or higher)
- - libsoup (version 2.24 or higher)
+ - libsoup (version 2.26 or higher)
  - libexif (version 0.6.14 or higher)
 
 -------------------------------------------
diff --git a/configure.ac b/configure.ac
index b5e0427..259e6df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AM_CONDITIONAL([HAVE_MAC_INTEGRATION],[test "x$platform" = "xmacosx"])
 
 # Decide whether to use libsoup or libsoup-gnome (if available)
 
-LIBSOUP_MIN_VERSION=2.24
+LIBSOUP_MIN_VERSION=2.26
 
 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 b0fe428..f0cf061 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: frogr
 Section: graphics
 Priority: optional
 Maintainer: Mario Sanchez Prada <msanchez igalia com>
-Build-Depends: cdbs, intltool, debhelper (>= 5), libgtk2.0-dev (>= 2.14), libsoup2.4-dev (>= 2.24), libxml2-dev (>= 2.6.8), libexif-dev (>= 0.6.14)
+Build-Depends: cdbs, intltool, debhelper (>= 5), libgtk2.0-dev (>= 2.14), libsoup2.4-dev (>= 2.26), libxml2-dev (>= 2.6.8), libexif-dev (>= 0.6.14)
 Standards-Version: 3.7.3
 Homepage: http://live.gnome.org/Frogr
 
diff --git a/frogr.spec b/frogr.spec
index 533cad5..82108ac 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -9,8 +9,8 @@ URL:		http://live.gnome.org/Frogr
 Source0:	http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires:	gtk3-devel > 3.0, libsoup-devel > 2.24, libxml2-devel > 2.6.8, libexif-devel > 0.6.14
-Requires:	gtk3 > 3.0, libsoup, libxml2, libexif, gvfs, desktop-file-utils
+BuildRequires:	gtk3-devel > 3.0, libsoup-devel > 2.26, libxml2-devel > 2.6.8, libexif-devel > 0.6.14
+Requires:	gtk3 > 3.0, libsoup > 2.26, libxml2 > 2.6.8, libexif > 0.6.14, gvfs, desktop-file-utils
 
 %description
 Frogr is a small application for the GNOME desktop that allows users



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