[frogr] Raised glib minimum version up to 2.22



commit a32e9f9e32c7883681d4199cb7f4bb9d609afd56
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Sun Aug 7 15:06:11 2011 +0200

    Raised glib minimum version up to 2.22
    
    This is required due to usage of GCancellable stuff, such as
    g_cancellable_connect() and g_cancellable_disconnect().

 NEWS           |    1 +
 configure.ac   |    2 +-
 debian/control |    2 +-
 frogr.spec     |    1 +
 4 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0354976..7d7c2f6 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@
   * Fixed frogr.spec file (Christophe Fergeau).
   * Use GtkAction for menus in the main view (Joaquim Rocha).
   * Added functions to allow setting the license type in flicksoup.
+  * Raised glib minimum version up to 2.22.
   * Raised gtk+ minimum version up to 2.16.
   * Raised libsoup minimum version up to 2.26.
   * Use libsoup-gnome if available (for using GNOME general proxy settings).
diff --git a/configure.ac b/configure.ac
index 8ce7abb..61dc047 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DE
 
 AC_CHECK_LIB(gthread-2.0, g_thread_init)
 
-GLIB_MIN_VERSION=2.16
+GLIB_MIN_VERSION=2.22
 PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_MIN_VERSION)
 FROGR_CFLAGS="$FROGR_CFLAGS $GLIB_CFLAGS"
 FROGR_LIBS="$FROGR_LIBS $GLIB_LIBS"
diff --git a/debian/control b/debian/control
index fe2e009..1d54e17 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), gnome-doc-utils, libgtk2.0-dev (>= 2.16), libsoup2.4-dev (>= 2.26), libsoup-gnome2.4-dev (>= 2.26), libxml2-dev (>= 2.6.8), libexif-dev (>= 0.6.14)
+Build-Depends: cdbs, intltool, debhelper (>= 5), gnome-doc-utils, libglib2.0-dev (>= 2.22), libgtk2.0-dev (>= 2.16), libsoup2.4-dev (>= 2.26), libsoup-gnome2.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 befcb51..bb52e0f 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -12,6 +12,7 @@ BuildRequires:	intltool
 BuildRequires:	gettext
 BuildRequires:	gnome-doc-utils
 BuildRequires:	gtk3-devel
+BuildRequires:	glib2-devel > 2.22
 BuildRequires:	libsoup-devel > 2.26
 BuildRequires:	libxml2-devel > 2.6.8
 BuildRequires:	libexif-devel > 0.6.14



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