Matthew Barnes fada31
diff -up evolution-2.25.3.1/configure.in.libgweather evolution-2.25.3.1/configure.in
Matthew Barnes fada31
--- evolution-2.25.3.1/configure.in.libgweather	2008-12-15 11:50:21.000000000 -0500
Matthew Barnes fada31
+++ evolution-2.25.3.1/configure.in	2008-12-15 11:50:57.000000000 -0500
Matthew Barnes fada31
@@ -43,7 +43,7 @@ m4_define([dbus_minimum_version], [1.0.0
Matthew Barnes fada31
 m4_define([hal_minimum_version], [0.5.4])
Matthew Barnes fada31
 m4_define([libnotify_minimum_version], [0.3.0])
Matthew Barnes fada31
 m4_define([gnome_pilot_minimum_version], [2.0.15])
Matthew Barnes fada31
-m4_define([gweather_minimum_version], [2.25.3])
Matthew Barnes fada31
+m4_define([gweather_minimum_version], [2.25.2])
Matthew Barnes fada31
 
Matthew Barnes fada31
 # GNOME Documentation
Matthew Barnes fada31
 GNOME_DOC_INIT
Matthew Barnes fada31
diff -up evolution-2.25.3.1/configure.libgweather evolution-2.25.3.1/configure
Matthew Barnes fada31
--- evolution-2.25.3.1/configure.libgweather	2008-12-15 11:50:26.000000000 -0500
Matthew Barnes fada31
+++ evolution-2.25.3.1/configure	2008-12-15 11:52:43.000000000 -0500
Matthew Barnes fada31
@@ -32935,11 +32935,11 @@ if test -n "$LIBGWEATHER_CFLAGS"; then
Matthew Barnes fada31
  elif test -n "$PKG_CONFIG"; then
Matthew Barnes fada31
     if test -n "$PKG_CONFIG" && \
Matthew Barnes fada31
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gweather >= 2.25.3\"") >&5
Matthew Barnes fada31
-  ($PKG_CONFIG --exists --print-errors "gweather >= 2.25.3") 2>&5
Matthew Barnes fada31
+  ($PKG_CONFIG --exists --print-errors "gweather >= 2.25.2") 2>&5
Matthew Barnes fada31
   ac_status=$?
Matthew Barnes fada31
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
Matthew Barnes fada31
   (exit $ac_status); }; then
Matthew Barnes fada31
-  pkg_cv_LIBGWEATHER_CFLAGS=`$PKG_CONFIG --cflags "gweather >= 2.25.3" 2>/dev/null`
Matthew Barnes fada31
+  pkg_cv_LIBGWEATHER_CFLAGS=`$PKG_CONFIG --cflags "gweather >= 2.25.2" 2>/dev/null`
Matthew Barnes fada31
 else
Matthew Barnes fada31
   pkg_failed=yes
Matthew Barnes fada31
 fi
Matthew Barnes fada31
@@ -32950,12 +32950,12 @@ if test -n "$LIBGWEATHER_LIBS"; then
Matthew Barnes fada31
     pkg_cv_LIBGWEATHER_LIBS="$LIBGWEATHER_LIBS"
Matthew Barnes fada31
  elif test -n "$PKG_CONFIG"; then
Matthew Barnes fada31
     if test -n "$PKG_CONFIG" && \
Matthew Barnes fada31
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gweather >= 2.25.3\"") >&5
Matthew Barnes fada31
-  ($PKG_CONFIG --exists --print-errors "gweather >= 2.25.3") 2>&5
Matthew Barnes fada31
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gweather >= 2.25.2\"") >&5
Matthew Barnes fada31
+  ($PKG_CONFIG --exists --print-errors "gweather >= 2.25.2") 2>&5
Matthew Barnes fada31
   ac_status=$?
Matthew Barnes fada31
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
Matthew Barnes fada31
   (exit $ac_status); }; then
Matthew Barnes fada31
-  pkg_cv_LIBGWEATHER_LIBS=`$PKG_CONFIG --libs "gweather >= 2.25.3" 2>/dev/null`
Matthew Barnes fada31
+  pkg_cv_LIBGWEATHER_LIBS=`$PKG_CONFIG --libs "gweather >= 2.25.2" 2>/dev/null`
Matthew Barnes fada31
 else
Matthew Barnes fada31
   pkg_failed=yes
Matthew Barnes fada31
 fi
Matthew Barnes fada31
@@ -32973,21 +32973,21 @@ else
Matthew Barnes fada31
         _pkg_short_errors_supported=no
Matthew Barnes fada31
 fi
Matthew Barnes fada31
         if test $_pkg_short_errors_supported = yes; then
Matthew Barnes fada31
-	        LIBGWEATHER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gweather >= 2.25.3" 2>&1`
Matthew Barnes fada31
+	        LIBGWEATHER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gweather >= 2.25.2" 2>&1`
Matthew Barnes fada31
         else
Matthew Barnes fada31
-	        LIBGWEATHER_PKG_ERRORS=`$PKG_CONFIG --print-errors "gweather >= 2.25.3" 2>&1`
Matthew Barnes fada31
+	        LIBGWEATHER_PKG_ERRORS=`$PKG_CONFIG --print-errors "gweather >= 2.25.2" 2>&1`
Matthew Barnes fada31
         fi
Matthew Barnes fada31
 	# Put the nasty error message in config.log where it belongs
Matthew Barnes fada31
 	echo "$LIBGWEATHER_PKG_ERRORS" >&5
Matthew Barnes fada31
 
Matthew Barnes fada31
 	{ $as_echo "$as_me:$LINENO: result: no" >&5
Matthew Barnes fada31
 $as_echo "no" >&6; }
Matthew Barnes fada31
-                { { $as_echo "$as_me:$LINENO: error: The weather calendar setup plugin requires GWeather >= 2.25.3. Alternatively, you may specify --without-weather as a configure option to avoid building the plugin." >&5
Matthew Barnes fada31
-$as_echo "$as_me: error: The weather calendar setup plugin requires GWeather >= 2.25.3. Alternatively, you may specify --without-weather as a configure option to avoid building the plugin." >&2;}
Matthew Barnes fada31
+                { { $as_echo "$as_me:$LINENO: error: The weather calendar setup plugin requires GWeather >= 2.25.2. Alternatively, you may specify --without-weather as a configure option to avoid building the plugin." >&5
Matthew Barnes fada31
+$as_echo "$as_me: error: The weather calendar setup plugin requires GWeather >= 2.25.2. Alternatively, you may specify --without-weather as a configure option to avoid building the plugin." >&2;}
Matthew Barnes fada31
    { (exit 1); exit 1; }; }
Matthew Barnes fada31
 elif test $pkg_failed = untried; then
Matthew Barnes fada31
-	{ { $as_echo "$as_me:$LINENO: error: The weather calendar setup plugin requires GWeather >= 2.25.3. Alternatively, you may specify --without-weather as a configure option to avoid building the plugin." >&5
Matthew Barnes fada31
-$as_echo "$as_me: error: The weather calendar setup plugin requires GWeather >= 2.25.3. Alternatively, you may specify --without-weather as a configure option to avoid building the plugin." >&2;}
Matthew Barnes fada31
+	{ { $as_echo "$as_me:$LINENO: error: The weather calendar setup plugin requires GWeather >= 2.25.2. Alternatively, you may specify --without-weather as a configure option to avoid building the plugin." >&5
Matthew Barnes fada31
+$as_echo "$as_me: error: The weather calendar setup plugin requires GWeather >= 2.25.2. Alternatively, you may specify --without-weather as a configure option to avoid building the plugin." >&2;}
Matthew Barnes fada31
    { (exit 1); exit 1; }; }
Matthew Barnes fada31
 else
Matthew Barnes fada31
 	LIBGWEATHER_CFLAGS=$pkg_cv_LIBGWEATHER_CFLAGS