Hello community,
here is the log from the commit of package evolution-groupwise for
openSUSE:Factory
checked in at Tue Oct 18 14:02:29 CEST 2011.
--------
--- openSUSE:Factory/evolution-groupwise/evolution-groupwise.changes
2011-10-02 10:00:11.000000000 +0200
+++
/mounts/work_src_done/STABLE/evolution-groupwise/evolution-groupwise.changes
2011-10-16 19:46:39.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Oct 16 17:44:58 UTC 2011 - [email protected]
+
+- Update to version 3.2.1:
+ + bgo#661543: GroupWise connector always sets SOAP port to 0
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
evolution-groupwise-3.2.0.tar.bz2
New:
----
evolution-groupwise-3.2.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ evolution-groupwise.spec ++++++
--- /var/tmp/diff_new_pack.GdDvVp/_old 2011-10-18 14:02:18.000000000 +0200
+++ /var/tmp/diff_new_pack.GdDvVp/_new 2011-10-18 14:02:18.000000000 +0200
@@ -21,7 +21,7 @@
Name: evolution-groupwise
# This should be updated upon major version changes; it should match
BASE_VERSION as defined in configure.in.
%define evolution_base_version 3.2
-Version: 3.2.0
+Version: 3.2.1
Release: 1
License: LGPLv2.1
Summary: GroupWise Connector for Evolution
++++++ evolution-groupwise-3.2.0.tar.bz2 -> evolution-groupwise-3.2.1.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/evolution-groupwise-3.2.0/ChangeLog
new/evolution-groupwise-3.2.1/ChangeLog
--- old/evolution-groupwise-3.2.0/ChangeLog 2011-09-24 23:07:34.000000000
+0200
+++ new/evolution-groupwise-3.2.1/ChangeLog 2011-10-16 18:15:48.000000000
+0200
@@ -1,2 +1,38 @@
# Generated by Makefile. Do not edit.
+commit 97dab0e4cd6f618eb768560e7b2cd12f61b32163
+Author: Matthew Barnes <[email protected]>
+Date: Sun Oct 16 12:14:33 2011 -0400
+
+ NEWS update for 3.2.1 release.
+
+ NEWS | 8 ++++++++
+ 1 files changed, 8 insertions(+), 0 deletions(-)
+
+commit 3aae80f55d5fd565274f19210564e74d5350a66c
+Author: Vibha Yadav <[email protected]>
+Date: Fri Oct 14 11:09:12 2011 +0530
+
+ Bug #661543 - Evolution GroupWise connector always sets SOAP port to 0
+
+ Porting CamelGroupwiseSettings:soap-port from unsigned int to string
+ type for proper property binding.
+
+ src/camel/camel-groupwise-settings.c | 23 ++++++++++++-----------
+ src/camel/camel-groupwise-settings.h | 4 ++--
+ src/camel/camel-groupwise-store.c | 8 ++++----
+ src/plugins/camel-gw-listener.c | 26 +++++++++++++-------------
+ src/plugins/proxy-login.c | 8 ++++----
+ src/plugins/proxy.c | 4 ++--
+ src/plugins/send-options.c | 4 ++--
+ src/plugins/share-folder-common.c | 4 ++--
+ 8 files changed, 41 insertions(+), 40 deletions(-)
+
+commit e0bc344798997751f267ade46da6dcfdadff3862
+Author: Milan Crha <[email protected]>
+Date: Mon Sep 26 08:24:23 2011 +0200
+
+ Post-release version bump
+
+ configure.ac | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/evolution-groupwise-3.2.0/NEWS
new/evolution-groupwise-3.2.1/NEWS
--- old/evolution-groupwise-3.2.0/NEWS 2011-09-24 22:37:32.000000000 +0200
+++ new/evolution-groupwise-3.2.1/NEWS 2011-10-16 18:14:25.000000000 +0200
@@ -1,3 +1,11 @@
+Evolution GroupWise 3.2.1 2011-07-17
+------------------------------------
+
+Bug Fixes:
+ Bug 661543 - Evolution GroupWise connector always sets SOAP port to 0
+ (Vibha Yadav)
+
+
Evolution GroupWise 3.2.0 2011-09-26
------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/evolution-groupwise-3.2.0/configure
new/evolution-groupwise-3.2.1/configure
--- old/evolution-groupwise-3.2.0/configure 2011-09-24 23:07:15.000000000
+0200
+++ new/evolution-groupwise-3.2.1/configure 2011-10-16 18:14:55.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for evolution-groupwise 3.2.0.
+# Generated by GNU Autoconf 2.68 for evolution-groupwise 3.2.1.
#
# Report bugs to
<http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution%20Groupwise>.
#
@@ -571,8 +571,8 @@
# Identity of this package.
PACKAGE_NAME='evolution-groupwise'
PACKAGE_TARNAME='evolution-groupwise'
-PACKAGE_VERSION='3.2.0'
-PACKAGE_STRING='evolution-groupwise 3.2.0'
+PACKAGE_VERSION='3.2.1'
+PACKAGE_STRING='evolution-groupwise 3.2.1'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution%20Groupwise'
PACKAGE_URL=''
@@ -1460,7 +1460,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures evolution-groupwise 3.2.0 to adapt to many kinds of
systems.
+\`configure' configures evolution-groupwise 3.2.1 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1531,7 +1531,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of evolution-groupwise 3.2.0:";;
+ short | recursive ) echo "Configuration of evolution-groupwise 3.2.1:";;
esac
cat <<\_ACEOF
@@ -1708,7 +1708,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-evolution-groupwise configure 3.2.0
+evolution-groupwise configure 3.2.1
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2077,7 +2077,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by evolution-groupwise $as_me 3.2.0, which was
+It was created by evolution-groupwise $as_me 3.2.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2892,7 +2892,7 @@
# Define the identity of the package.
PACKAGE='evolution-groupwise'
- VERSION='3.2.0'
+ VERSION='3.2.1'
cat >>confdefs.h <<_ACEOF
@@ -14265,12 +14265,12 @@
pkg_cv_EVOLUTION_DATA_SERVER_CFLAGS="$EVOLUTION_DATA_SERVER_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-data-server-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "evolution-data-server-$EDS_PACKAGE >=
3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-data-server-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "evolution-data-server-$EDS_PACKAGE >=
3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_EVOLUTION_DATA_SERVER_CFLAGS=`$PKG_CONFIG --cflags
"evolution-data-server-$EDS_PACKAGE >= 3.2.0" 2>/dev/null`
+ pkg_cv_EVOLUTION_DATA_SERVER_CFLAGS=`$PKG_CONFIG --cflags
"evolution-data-server-$EDS_PACKAGE >= 3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14281,12 +14281,12 @@
pkg_cv_EVOLUTION_DATA_SERVER_LIBS="$EVOLUTION_DATA_SERVER_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-data-server-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "evolution-data-server-$EDS_PACKAGE >=
3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-data-server-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "evolution-data-server-$EDS_PACKAGE >=
3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_EVOLUTION_DATA_SERVER_LIBS=`$PKG_CONFIG --libs
"evolution-data-server-$EDS_PACKAGE >= 3.2.0" 2>/dev/null`
+ pkg_cv_EVOLUTION_DATA_SERVER_LIBS=`$PKG_CONFIG --libs
"evolution-data-server-$EDS_PACKAGE >= 3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14306,14 +14306,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- EVOLUTION_DATA_SERVER_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "evolution-data-server-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ EVOLUTION_DATA_SERVER_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "evolution-data-server-$EDS_PACKAGE >= 3.2.1" 2>&1`
else
- EVOLUTION_DATA_SERVER_PKG_ERRORS=`$PKG_CONFIG --print-errors
"evolution-data-server-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ EVOLUTION_DATA_SERVER_PKG_ERRORS=`$PKG_CONFIG --print-errors
"evolution-data-server-$EDS_PACKAGE >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$EVOLUTION_DATA_SERVER_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements
(evolution-data-server-$EDS_PACKAGE >= 3.2.0) were not met:
+ as_fn_error $? "Package requirements
(evolution-data-server-$EDS_PACKAGE >= 3.2.1) were not met:
$EVOLUTION_DATA_SERVER_PKG_ERRORS
@@ -14356,12 +14356,12 @@
pkg_cv_LIBEDATASERVER_CFLAGS="$LIBEDATASERVER_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedataserver-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libedataserver-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedataserver-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libedataserver-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEDATASERVER_CFLAGS=`$PKG_CONFIG --cflags
"libedataserver-$EDS_PACKAGE >= 3.2.0" 2>/dev/null`
+ pkg_cv_LIBEDATASERVER_CFLAGS=`$PKG_CONFIG --cflags
"libedataserver-$EDS_PACKAGE >= 3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14372,12 +14372,12 @@
pkg_cv_LIBEDATASERVER_LIBS="$LIBEDATASERVER_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedataserver-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libedataserver-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedataserver-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libedataserver-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEDATASERVER_LIBS=`$PKG_CONFIG --libs "libedataserver-$EDS_PACKAGE
>= 3.2.0" 2>/dev/null`
+ pkg_cv_LIBEDATASERVER_LIBS=`$PKG_CONFIG --libs "libedataserver-$EDS_PACKAGE
>= 3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14397,14 +14397,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBEDATASERVER_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libedataserver-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBEDATASERVER_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libedataserver-$EDS_PACKAGE >= 3.2.1" 2>&1`
else
- LIBEDATASERVER_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libedataserver-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBEDATASERVER_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libedataserver-$EDS_PACKAGE >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBEDATASERVER_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libedataserver-$EDS_PACKAGE >=
3.2.0) were not met:
+ as_fn_error $? "Package requirements (libedataserver-$EDS_PACKAGE >=
3.2.1) were not met:
$LIBEDATASERVER_PKG_ERRORS
@@ -14447,12 +14447,12 @@
pkg_cv_LIBEDATASERVERUI_CFLAGS="$LIBEDATASERVERUI_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedataserverui-3.0 >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libedataserverui-3.0 >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedataserverui-3.0 >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libedataserverui-3.0 >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEDATASERVERUI_CFLAGS=`$PKG_CONFIG --cflags "libedataserverui-3.0
>= 3.2.0" 2>/dev/null`
+ pkg_cv_LIBEDATASERVERUI_CFLAGS=`$PKG_CONFIG --cflags "libedataserverui-3.0
>= 3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14463,12 +14463,12 @@
pkg_cv_LIBEDATASERVERUI_LIBS="$LIBEDATASERVERUI_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedataserverui-3.0 >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libedataserverui-3.0 >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedataserverui-3.0 >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libedataserverui-3.0 >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEDATASERVERUI_LIBS=`$PKG_CONFIG --libs "libedataserverui-3.0 >=
3.2.0" 2>/dev/null`
+ pkg_cv_LIBEDATASERVERUI_LIBS=`$PKG_CONFIG --libs "libedataserverui-3.0 >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14488,14 +14488,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBEDATASERVERUI_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libedataserverui-3.0 >= 3.2.0" 2>&1`
+ LIBEDATASERVERUI_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libedataserverui-3.0 >= 3.2.1" 2>&1`
else
- LIBEDATASERVERUI_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libedataserverui-3.0 >= 3.2.0" 2>&1`
+ LIBEDATASERVERUI_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libedataserverui-3.0 >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBEDATASERVERUI_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libedataserverui-3.0 >= 3.2.0)
were not met:
+ as_fn_error $? "Package requirements (libedataserverui-3.0 >= 3.2.1)
were not met:
$LIBEDATASERVERUI_PKG_ERRORS
@@ -14538,12 +14538,12 @@
pkg_cv_LIBEBACKEND_CFLAGS="$LIBEBACKEND_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libebackend-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libebackend-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libebackend-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libebackend-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEBACKEND_CFLAGS=`$PKG_CONFIG --cflags "libebackend-$EDS_PACKAGE >=
3.2.0" 2>/dev/null`
+ pkg_cv_LIBEBACKEND_CFLAGS=`$PKG_CONFIG --cflags "libebackend-$EDS_PACKAGE >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14554,12 +14554,12 @@
pkg_cv_LIBEBACKEND_LIBS="$LIBEBACKEND_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libebackend-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libebackend-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libebackend-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libebackend-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEBACKEND_LIBS=`$PKG_CONFIG --libs "libebackend-$EDS_PACKAGE >=
3.2.0" 2>/dev/null`
+ pkg_cv_LIBEBACKEND_LIBS=`$PKG_CONFIG --libs "libebackend-$EDS_PACKAGE >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14579,14 +14579,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBEBACKEND_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libebackend-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBEBACKEND_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libebackend-$EDS_PACKAGE >= 3.2.1" 2>&1`
else
- LIBEBACKEND_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libebackend-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBEBACKEND_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libebackend-$EDS_PACKAGE >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBEBACKEND_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libebackend-$EDS_PACKAGE >=
3.2.0) were not met:
+ as_fn_error $? "Package requirements (libebackend-$EDS_PACKAGE >=
3.2.1) were not met:
$LIBEBACKEND_PKG_ERRORS
@@ -14629,12 +14629,12 @@
pkg_cv_LIBECAL_CFLAGS="$LIBECAL_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libecal-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libecal-$EDS_PACKAGE >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libecal-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libecal-$EDS_PACKAGE >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBECAL_CFLAGS=`$PKG_CONFIG --cflags "libecal-$EDS_PACKAGE >= 3.2.0"
2>/dev/null`
+ pkg_cv_LIBECAL_CFLAGS=`$PKG_CONFIG --cflags "libecal-$EDS_PACKAGE >= 3.2.1"
2>/dev/null`
else
pkg_failed=yes
fi
@@ -14645,12 +14645,12 @@
pkg_cv_LIBECAL_LIBS="$LIBECAL_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libecal-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libecal-$EDS_PACKAGE >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libecal-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libecal-$EDS_PACKAGE >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBECAL_LIBS=`$PKG_CONFIG --libs "libecal-$EDS_PACKAGE >= 3.2.0"
2>/dev/null`
+ pkg_cv_LIBECAL_LIBS=`$PKG_CONFIG --libs "libecal-$EDS_PACKAGE >= 3.2.1"
2>/dev/null`
else
pkg_failed=yes
fi
@@ -14670,14 +14670,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBECAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors
"libecal-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBECAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors
"libecal-$EDS_PACKAGE >= 3.2.1" 2>&1`
else
- LIBECAL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libecal-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBECAL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libecal-$EDS_PACKAGE >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBECAL_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libecal-$EDS_PACKAGE >= 3.2.0)
were not met:
+ as_fn_error $? "Package requirements (libecal-$EDS_PACKAGE >= 3.2.1)
were not met:
$LIBECAL_PKG_ERRORS
@@ -14720,12 +14720,12 @@
pkg_cv_LIBEDATACAL_CFLAGS="$LIBEDATACAL_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedata-cal-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libedata-cal-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedata-cal-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libedata-cal-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEDATACAL_CFLAGS=`$PKG_CONFIG --cflags "libedata-cal-$EDS_PACKAGE
>= 3.2.0" 2>/dev/null`
+ pkg_cv_LIBEDATACAL_CFLAGS=`$PKG_CONFIG --cflags "libedata-cal-$EDS_PACKAGE
>= 3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14736,12 +14736,12 @@
pkg_cv_LIBEDATACAL_LIBS="$LIBEDATACAL_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedata-cal-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libedata-cal-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedata-cal-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libedata-cal-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEDATACAL_LIBS=`$PKG_CONFIG --libs "libedata-cal-$EDS_PACKAGE >=
3.2.0" 2>/dev/null`
+ pkg_cv_LIBEDATACAL_LIBS=`$PKG_CONFIG --libs "libedata-cal-$EDS_PACKAGE >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14761,14 +14761,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBEDATACAL_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libedata-cal-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBEDATACAL_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libedata-cal-$EDS_PACKAGE >= 3.2.1" 2>&1`
else
- LIBEDATACAL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libedata-cal-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBEDATACAL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libedata-cal-$EDS_PACKAGE >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBEDATACAL_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libedata-cal-$EDS_PACKAGE >=
3.2.0) were not met:
+ as_fn_error $? "Package requirements (libedata-cal-$EDS_PACKAGE >=
3.2.1) were not met:
$LIBEDATACAL_PKG_ERRORS
@@ -14811,12 +14811,12 @@
pkg_cv_LIBBOOK_CFLAGS="$LIBBOOK_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libebook-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libebook-$EDS_PACKAGE >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libebook-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libebook-$EDS_PACKAGE >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBBOOK_CFLAGS=`$PKG_CONFIG --cflags "libebook-$EDS_PACKAGE >= 3.2.0"
2>/dev/null`
+ pkg_cv_LIBBOOK_CFLAGS=`$PKG_CONFIG --cflags "libebook-$EDS_PACKAGE >= 3.2.1"
2>/dev/null`
else
pkg_failed=yes
fi
@@ -14827,12 +14827,12 @@
pkg_cv_LIBBOOK_LIBS="$LIBBOOK_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libebook-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libebook-$EDS_PACKAGE >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libebook-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libebook-$EDS_PACKAGE >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBBOOK_LIBS=`$PKG_CONFIG --libs "libebook-$EDS_PACKAGE >= 3.2.0"
2>/dev/null`
+ pkg_cv_LIBBOOK_LIBS=`$PKG_CONFIG --libs "libebook-$EDS_PACKAGE >= 3.2.1"
2>/dev/null`
else
pkg_failed=yes
fi
@@ -14852,14 +14852,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors
"libebook-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors
"libebook-$EDS_PACKAGE >= 3.2.1" 2>&1`
else
- LIBBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libebook-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libebook-$EDS_PACKAGE >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBBOOK_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libebook-$EDS_PACKAGE >= 3.2.0)
were not met:
+ as_fn_error $? "Package requirements (libebook-$EDS_PACKAGE >= 3.2.1)
were not met:
$LIBBOOK_PKG_ERRORS
@@ -14902,12 +14902,12 @@
pkg_cv_LIBEDATABOOK_CFLAGS="$LIBEDATABOOK_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedata-book-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libedata-book-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedata-book-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libedata-book-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEDATABOOK_CFLAGS=`$PKG_CONFIG --cflags "libedata-book-$EDS_PACKAGE
>= 3.2.0" 2>/dev/null`
+ pkg_cv_LIBEDATABOOK_CFLAGS=`$PKG_CONFIG --cflags "libedata-book-$EDS_PACKAGE
>= 3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14918,12 +14918,12 @@
pkg_cv_LIBEDATABOOK_LIBS="$LIBEDATABOOK_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedata-book-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libedata-book-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"libedata-book-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libedata-book-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBEDATABOOK_LIBS=`$PKG_CONFIG --libs "libedata-book-$EDS_PACKAGE >=
3.2.0" 2>/dev/null`
+ pkg_cv_LIBEDATABOOK_LIBS=`$PKG_CONFIG --libs "libedata-book-$EDS_PACKAGE >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14943,14 +14943,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBEDATABOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libedata-book-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBEDATABOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "libedata-book-$EDS_PACKAGE >= 3.2.1" 2>&1`
else
- LIBEDATABOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libedata-book-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ LIBEDATABOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors
"libedata-book-$EDS_PACKAGE >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBEDATABOOK_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libedata-book-$EDS_PACKAGE >=
3.2.0) were not met:
+ as_fn_error $? "Package requirements (libedata-book-$EDS_PACKAGE >=
3.2.1) were not met:
$LIBEDATABOOK_PKG_ERRORS
@@ -14993,12 +14993,12 @@
pkg_cv_CAMEL_CFLAGS="$CAMEL_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"camel-provider-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "camel-provider-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"camel-provider-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "camel-provider-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_CAMEL_CFLAGS=`$PKG_CONFIG --cflags "camel-provider-$EDS_PACKAGE >=
3.2.0" 2>/dev/null`
+ pkg_cv_CAMEL_CFLAGS=`$PKG_CONFIG --cflags "camel-provider-$EDS_PACKAGE >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -15009,12 +15009,12 @@
pkg_cv_CAMEL_LIBS="$CAMEL_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"camel-provider-\$EDS_PACKAGE >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "camel-provider-$EDS_PACKAGE >= 3.2.0")
2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"camel-provider-\$EDS_PACKAGE >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "camel-provider-$EDS_PACKAGE >= 3.2.1")
2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_CAMEL_LIBS=`$PKG_CONFIG --libs "camel-provider-$EDS_PACKAGE >= 3.2.0"
2>/dev/null`
+ pkg_cv_CAMEL_LIBS=`$PKG_CONFIG --libs "camel-provider-$EDS_PACKAGE >= 3.2.1"
2>/dev/null`
else
pkg_failed=yes
fi
@@ -15034,14 +15034,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- CAMEL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors
"camel-provider-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ CAMEL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors
"camel-provider-$EDS_PACKAGE >= 3.2.1" 2>&1`
else
- CAMEL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"camel-provider-$EDS_PACKAGE >= 3.2.0" 2>&1`
+ CAMEL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"camel-provider-$EDS_PACKAGE >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$CAMEL_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (camel-provider-$EDS_PACKAGE >=
3.2.0) were not met:
+ as_fn_error $? "Package requirements (camel-provider-$EDS_PACKAGE >=
3.2.1) were not met:
$CAMEL_PKG_ERRORS
@@ -15915,12 +15915,12 @@
pkg_cv_EVOLUTION_PLUGIN_CFLAGS="$EVOLUTION_PLUGIN_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-plugin-3.0 >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "evolution-plugin-3.0 >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-plugin-3.0 >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "evolution-plugin-3.0 >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_EVOLUTION_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "evolution-plugin-3.0
>= 3.2.0" 2>/dev/null`
+ pkg_cv_EVOLUTION_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "evolution-plugin-3.0
>= 3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -15931,12 +15931,12 @@
pkg_cv_EVOLUTION_PLUGIN_LIBS="$EVOLUTION_PLUGIN_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-plugin-3.0 >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "evolution-plugin-3.0 >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-plugin-3.0 >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "evolution-plugin-3.0 >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_EVOLUTION_PLUGIN_LIBS=`$PKG_CONFIG --libs "evolution-plugin-3.0 >=
3.2.0" 2>/dev/null`
+ pkg_cv_EVOLUTION_PLUGIN_LIBS=`$PKG_CONFIG --libs "evolution-plugin-3.0 >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -15956,14 +15956,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- EVOLUTION_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "evolution-plugin-3.0 >= 3.2.0" 2>&1`
+ EVOLUTION_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "evolution-plugin-3.0 >= 3.2.1" 2>&1`
else
- EVOLUTION_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors
"evolution-plugin-3.0 >= 3.2.0" 2>&1`
+ EVOLUTION_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors
"evolution-plugin-3.0 >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$EVOLUTION_PLUGIN_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (evolution-plugin-3.0 >= 3.2.0)
were not met:
+ as_fn_error $? "Package requirements (evolution-plugin-3.0 >= 3.2.1)
were not met:
$EVOLUTION_PLUGIN_PKG_ERRORS
@@ -16009,12 +16009,12 @@
pkg_cv_EVOLUTION_MAIL_CFLAGS="$EVOLUTION_MAIL_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-mail-3.0 >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "evolution-mail-3.0 >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-mail-3.0 >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "evolution-mail-3.0 >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_EVOLUTION_MAIL_CFLAGS=`$PKG_CONFIG --cflags "evolution-mail-3.0 >=
3.2.0" 2>/dev/null`
+ pkg_cv_EVOLUTION_MAIL_CFLAGS=`$PKG_CONFIG --cflags "evolution-mail-3.0 >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -16025,12 +16025,12 @@
pkg_cv_EVOLUTION_MAIL_LIBS="$EVOLUTION_MAIL_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-mail-3.0 >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "evolution-mail-3.0 >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-mail-3.0 >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "evolution-mail-3.0 >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_EVOLUTION_MAIL_LIBS=`$PKG_CONFIG --libs "evolution-mail-3.0 >= 3.2.0"
2>/dev/null`
+ pkg_cv_EVOLUTION_MAIL_LIBS=`$PKG_CONFIG --libs "evolution-mail-3.0 >= 3.2.1"
2>/dev/null`
else
pkg_failed=yes
fi
@@ -16050,14 +16050,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- EVOLUTION_MAIL_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "evolution-mail-3.0 >= 3.2.0" 2>&1`
+ EVOLUTION_MAIL_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "evolution-mail-3.0 >= 3.2.1" 2>&1`
else
- EVOLUTION_MAIL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"evolution-mail-3.0 >= 3.2.0" 2>&1`
+ EVOLUTION_MAIL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"evolution-mail-3.0 >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$EVOLUTION_MAIL_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (evolution-mail-3.0 >= 3.2.0) were
not met:
+ as_fn_error $? "Package requirements (evolution-mail-3.0 >= 3.2.1) were
not met:
$EVOLUTION_MAIL_PKG_ERRORS
@@ -16103,12 +16103,12 @@
pkg_cv_EVOLUTION_SHELL_CFLAGS="$EVOLUTION_SHELL_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-shell-3.0 >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "evolution-shell-3.0 >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-shell-3.0 >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "evolution-shell-3.0 >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_EVOLUTION_SHELL_CFLAGS=`$PKG_CONFIG --cflags "evolution-shell-3.0 >=
3.2.0" 2>/dev/null`
+ pkg_cv_EVOLUTION_SHELL_CFLAGS=`$PKG_CONFIG --cflags "evolution-shell-3.0 >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -16119,12 +16119,12 @@
pkg_cv_EVOLUTION_SHELL_LIBS="$EVOLUTION_SHELL_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-shell-3.0 >= 3.2.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "evolution-shell-3.0 >= 3.2.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
--print-errors \"evolution-shell-3.0 >= 3.2.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "evolution-shell-3.0 >= 3.2.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_EVOLUTION_SHELL_LIBS=`$PKG_CONFIG --libs "evolution-shell-3.0 >=
3.2.0" 2>/dev/null`
+ pkg_cv_EVOLUTION_SHELL_LIBS=`$PKG_CONFIG --libs "evolution-shell-3.0 >=
3.2.1" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -16144,14 +16144,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- EVOLUTION_SHELL_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "evolution-shell-3.0 >= 3.2.0" 2>&1`
+ EVOLUTION_SHELL_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "evolution-shell-3.0 >= 3.2.1" 2>&1`
else
- EVOLUTION_SHELL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"evolution-shell-3.0 >= 3.2.0" 2>&1`
+ EVOLUTION_SHELL_PKG_ERRORS=`$PKG_CONFIG --print-errors
"evolution-shell-3.0 >= 3.2.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$EVOLUTION_SHELL_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (evolution-shell-3.0 >= 3.2.0)
were not met:
+ as_fn_error $? "Package requirements (evolution-shell-3.0 >= 3.2.1)
were not met:
$EVOLUTION_SHELL_PKG_ERRORS
@@ -16837,7 +16837,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by evolution-groupwise $as_me 3.2.0, which was
+This file was extended by evolution-groupwise $as_me 3.2.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16903,7 +16903,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-evolution-groupwise config.status 3.2.0
+evolution-groupwise config.status 3.2.1
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/evolution-groupwise-3.2.0/configure.ac
new/evolution-groupwise-3.2.1/configure.ac
--- old/evolution-groupwise-3.2.0/configure.ac 2011-09-24 22:34:03.000000000
+0200
+++ new/evolution-groupwise-3.2.1/configure.ac 2011-09-28 00:04:42.000000000
+0200
@@ -1,5 +1,5 @@
dnl Sets the evolution groupware version.
-m4_define([egw_version], [3.2.0])
+m4_define([egw_version], [3.2.1])
dnl Initializes automake/autoconf
AC_PREREQ(2.58)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/evolution-groupwise-3.2.0/src/camel/camel-groupwise-settings.c
new/evolution-groupwise-3.2.1/src/camel/camel-groupwise-settings.c
--- old/evolution-groupwise-3.2.0/src/camel/camel-groupwise-settings.c
2011-09-03 02:20:44.000000000 +0200
+++ new/evolution-groupwise-3.2.1/src/camel/camel-groupwise-settings.c
2011-10-16 18:07:28.000000000 +0200
@@ -26,7 +26,7 @@
gboolean check_all;
gboolean filter_junk;
gboolean filter_junk_inbox;
- guint16 soap_port;
+ gchar *soap_port;
};
enum {
@@ -79,7 +79,7 @@
case PROP_SOAP_PORT:
camel_groupwise_settings_set_soap_port (
CAMEL_GROUPWISE_SETTINGS (object),
- g_value_get_uint (value));
+ g_value_get_string (value));
return;
}
@@ -122,7 +122,7 @@
return;
case PROP_SOAP_PORT:
- g_value_set_uint (
+ g_value_set_string (
value,
camel_groupwise_settings_get_soap_port (
CAMEL_GROUPWISE_SETTINGS (object)));
@@ -188,13 +188,11 @@
g_object_class_install_property (
object_class,
PROP_SOAP_PORT,
- g_param_spec_uint (
+ g_param_spec_string (
"soap-port",
"SOAP Port",
"Post Office Agent SOAP Port",
- 0,
- G_MAXUINT16,
- 7191,
+ "7191",
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT |
G_PARAM_STATIC_STRINGS));
@@ -263,21 +261,24 @@
g_object_notify (G_OBJECT (settings), "filter-junk-inbox");
}
-guint16
+const gchar *
camel_groupwise_settings_get_soap_port (CamelGroupwiseSettings *settings)
{
- g_return_val_if_fail (CAMEL_IS_GROUPWISE_SETTINGS (settings), 0);
+ g_return_val_if_fail (CAMEL_IS_GROUPWISE_SETTINGS (settings), "7191");
return settings->priv->soap_port;
}
void
camel_groupwise_settings_set_soap_port (CamelGroupwiseSettings *settings,
- guint16 soap_port)
+ const gchar* soap_port)
{
g_return_if_fail (CAMEL_IS_GROUPWISE_SETTINGS (settings));
- settings->priv->soap_port = soap_port;
+ if(atoi(soap_port))
+ settings->priv->soap_port = g_strdup(soap_port);
+ else
+ settings->priv->soap_port = g_strdup("7191");
g_object_notify (G_OBJECT (settings), "soap-port");
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/evolution-groupwise-3.2.0/src/camel/camel-groupwise-settings.h
new/evolution-groupwise-3.2.1/src/camel/camel-groupwise-settings.h
--- old/evolution-groupwise-3.2.0/src/camel/camel-groupwise-settings.h
2011-09-03 02:20:45.000000000 +0200
+++ new/evolution-groupwise-3.2.1/src/camel/camel-groupwise-settings.h
2011-10-16 18:07:28.000000000 +0200
@@ -72,11 +72,11 @@
void camel_groupwise_settings_set_filter_junk_inbox
(CamelGroupwiseSettings *settings,
gboolean filter_junk_inbox);
-guint16 camel_groupwise_settings_get_soap_port
+const gchar* camel_groupwise_settings_get_soap_port
(CamelGroupwiseSettings *settings);
void camel_groupwise_settings_set_soap_port
(CamelGroupwiseSettings *settings,
- guint16 soap_port);
+ const gchar *soap_port);
G_END_DECLS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/evolution-groupwise-3.2.0/src/camel/camel-groupwise-store.c
new/evolution-groupwise-3.2.1/src/camel/camel-groupwise-store.c
--- old/evolution-groupwise-3.2.0/src/camel/camel-groupwise-store.c
2011-09-03 02:20:45.000000000 +0200
+++ new/evolution-groupwise-3.2.1/src/camel/camel-groupwise-store.c
2011-10-16 18:07:28.000000000 +0200
@@ -115,7 +115,7 @@
guint32 prompt_flags = CAMEL_SESSION_PASSWORD_SECRET;
const gchar *scheme;
EGwConnectionErrors errors = {E_GW_CONNECTION_STATUS_INVALID_OBJECT,
NULL};
- guint16 soap_port;
+ const gchar *soap_port;
url = camel_service_get_camel_url (service);
settings = camel_service_get_settings (service);
@@ -132,7 +132,7 @@
scheme = "https";
uri = g_strdup_printf (
- "%s://%s:%u/soap", scheme, priv->server_name, soap_port);
+ "%s://%s:%s/soap", scheme, priv->server_name, soap_port);
url->passwd = NULL;
@@ -202,14 +202,14 @@
ai = camel_getaddrinfo(priv->server_name, "groupwise", &hints,
cancellable, &local_error);
if (ai == NULL && g_error_matches (local_error, G_IO_ERROR,
G_IO_ERROR_CANCELLED)) {
gchar *port_string;
- guint16 soap_port;
+ const gchar *soap_port;
g_clear_error (&local_error);
soap_port = camel_groupwise_settings_get_soap_port (
CAMEL_GROUPWISE_SETTINGS (settings));
- port_string = g_strdup_printf ("%u", soap_port);
+ port_string = g_strdup(soap_port);
ai = camel_getaddrinfo (
priv->server_name, port_string, &hints,
cancellable, &local_error);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/evolution-groupwise-3.2.0/src/plugins/camel-gw-listener.c
new/evolution-groupwise-3.2.1/src/plugins/camel-gw-listener.c
--- old/evolution-groupwise-3.2.0/src/plugins/camel-gw-listener.c
2011-09-03 02:20:46.000000000 +0200
+++ new/evolution-groupwise-3.2.1/src/plugins/camel-gw-listener.c
2011-10-16 18:07:28.000000000 +0200
@@ -191,7 +191,7 @@
const gchar *use_ssl;
const gchar *poa_address;
const gchar *group_name;
- guint16 soap_port;
+ gchar *soap_port;
gboolean stay_synchronized;
gchar *port_string;
@@ -237,7 +237,7 @@
if (!can_create)
e_source_group_set_property (group, "create_source", "no");
- port_string = g_strdup_printf ("%u", soap_port);
+ port_string = g_strdup(soap_port);
relative_uri = g_strdup_printf ("%s@%s/", url->user, poa_address);
source = e_source_new (source_name, relative_uri);
@@ -392,7 +392,7 @@
const gchar *new_poa_address;
const gchar *new_group_name = a->name;
const gchar *use_ssl;
- guint16 soap_port;
+ gchar *soap_port;
gboolean stay_synchronized;
gchar *port_string;
@@ -435,7 +435,7 @@
g_return_if_reached ();
}
- port_string = g_strdup_printf ("%u", soap_port);
+ port_string = g_strdup(soap_port);
for (; groups != NULL && !found_group; groups = g_slist_next (groups))
{
ESourceGroup *group = E_SOURCE_GROUP (groups->data);
@@ -552,7 +552,7 @@
guint32 flags = E_PASSWORDS_REMEMBER_FOREVER | E_PASSWORDS_SECRET;
CamelNetworkSecurityMethod security_method;
const gchar *scheme;
- guint16 soap_port;
+ gchar *soap_port;
url = camel_url_new (source_url, NULL);
if (url == NULL) {
@@ -580,7 +580,7 @@
key = g_strdup_printf ("groupwise://%s@%s/", url->user, poa_address);
- uri = g_strdup_printf ("%s://%s:%u/soap", scheme, poa_address,
soap_port);
+ uri = g_strdup_printf ("%s://%s:%s/soap", scheme, poa_address,
soap_port);
cnc = NULL;
@@ -676,7 +676,7 @@
CamelNetworkSecurityMethod security_method;
gboolean stay_synchronized;
gchar *port_string;
- guint16 soap_port;
+ gchar *soap_port;
url = camel_url_new (account->source->url, NULL);
if (url == NULL) {
@@ -722,7 +722,7 @@
if (!temp_list)
return FALSE;
- port_string = g_strdup_printf ("%u", soap_port);
+ port_string = g_strdup(soap_port);
for (; temp_list != NULL; temp_list = g_list_next (temp_list)) {
const gchar *book_name = e_gw_container_get_name
(E_GW_CONTAINER (temp_list->data));
@@ -804,7 +804,7 @@
const gchar *poa_address;
CamelNetworkSecurityMethod security_method;
gchar *port_string;
- guint16 soap_port;
+ gchar *soap_port;
url = camel_url_new (existing_account_info->source_url, NULL);
if (url == NULL) {
@@ -850,7 +850,7 @@
g_return_if_reached ();
}
- port_string = g_strdup_printf ("%u", soap_port);
+ port_string = g_strdup(soap_port);
new_base_uri = g_strdup_printf ("groupwise://%s@%s", url->user,
poa_address);
@@ -1034,8 +1034,8 @@
CamelSettings *settings;
CamelNetworkSecurityMethod old_security_method;
CamelNetworkSecurityMethod new_security_method;
- guint16 old_soap_port;
- guint16 new_soap_port;
+ gchar *old_soap_port;
+ gchar *new_soap_port;
if (!account->enabled) {
account_removed (account_listener, account);
@@ -1075,7 +1075,7 @@
g_object_unref (settings);
if ((old_poa_address && strcmp (old_poa_address,
new_poa_address))
- || old_soap_port != new_soap_port
+ || strcmp(old_soap_port, new_soap_port)
|| strcmp (old_url->user, new_url->user)
|| old_security_method != new_security_method) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/evolution-groupwise-3.2.0/src/plugins/proxy-login.c
new/evolution-groupwise-3.2.1/src/plugins/proxy-login.c
--- old/evolution-groupwise-3.2.0/src/plugins/proxy-login.c 2011-09-03
02:20:45.000000000 +0200
+++ new/evolution-groupwise-3.2.1/src/plugins/proxy-login.c 2011-10-16
18:07:28.000000000 +0200
@@ -188,7 +188,7 @@
CamelNetworkSecurityMethod security_method;
const gchar *poa_address;
const gchar *scheme;
- guint16 soap_port;
+ gchar *soap_port;
url = camel_url_new (account->source->url, NULL);
if (url == NULL)
@@ -216,7 +216,7 @@
key = g_strdup_printf ("groupwise://%s@%s/", url->user, poa_address);
- uri = g_strdup_printf ("%s://%s:%u/soap", scheme, poa_address,
soap_port);
+ uri = g_strdup_printf ("%s://%s:%s/soap", scheme, poa_address,
soap_port);
failed_auth = "";
@@ -244,7 +244,7 @@
const gchar *failed_auth;
gchar *uri = NULL, *key = NULL, *prompt = NULL, *password = NULL;
const gchar *scheme;
- guint16 soap_port;
+ gchar *soap_port;
gboolean remember;
url = camel_url_new (account->source->url, NULL);
@@ -270,7 +270,7 @@
scheme = "https";
key = g_strdup_printf ("groupwise://%s@%s/", url->user, url->host);
- uri = g_strdup_printf ("%s://%s:%u/soap", scheme, url->host, soap_port);
+ uri = g_strdup_printf ("%s://%s:%s/soap", scheme, url->host, soap_port);
failed_auth = "";
cnc = NULL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/evolution-groupwise-3.2.0/src/plugins/proxy.c
new/evolution-groupwise-3.2.1/src/plugins/proxy.c
--- old/evolution-groupwise-3.2.0/src/plugins/proxy.c 2011-09-03
02:20:45.000000000 +0200
+++ new/evolution-groupwise-3.2.1/src/plugins/proxy.c 2011-10-16
18:07:28.000000000 +0200
@@ -475,7 +475,7 @@
const gchar *poa_address;
const gchar *scheme;
gboolean remember;
- guint16 soap_port;
+ gchar *soap_port;
url = camel_url_new (account->source->url, NULL);
if (url == NULL)
@@ -502,7 +502,7 @@
key = g_strdup_printf ("groupwise://%s@%s/", url->user, poa_address);
- uri = g_strdup_printf ("%s://%s:%u/soap", scheme, poa_address,
soap_port);
+ uri = g_strdup_printf ("%s://%s:%s/soap", scheme, poa_address,
soap_port);
failed_auth = "";
cnc = NULL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/evolution-groupwise-3.2.0/src/plugins/send-options.c
new/evolution-groupwise-3.2.1/src/plugins/send-options.c
--- old/evolution-groupwise-3.2.0/src/plugins/send-options.c 2011-09-03
02:20:46.000000000 +0200
+++ new/evolution-groupwise-3.2.1/src/plugins/send-options.c 2011-10-16
18:07:28.000000000 +0200
@@ -62,7 +62,7 @@
const gchar *poa_address;
const gchar *scheme;
gboolean remember;
- guint16 soap_port;
+ gchar *soap_port;
url = camel_url_new (account->source->url, NULL);
if (url == NULL)
@@ -89,7 +89,7 @@
key = g_strdup_printf ("groupwise://%s@%s/", url->user, poa_address);
- uri = g_strdup_printf ("%s://%s:%u/soap", scheme, poa_address,
soap_port);
+ uri = g_strdup_printf ("%s://%s:%s/soap", scheme, poa_address,
soap_port);
failed_auth = "";
cnc = NULL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/evolution-groupwise-3.2.0/src/plugins/share-folder-common.c
new/evolution-groupwise-3.2.1/src/plugins/share-folder-common.c
--- old/evolution-groupwise-3.2.0/src/plugins/share-folder-common.c
2011-09-03 02:20:47.000000000 +0200
+++ new/evolution-groupwise-3.2.1/src/plugins/share-folder-common.c
2011-10-16 18:07:28.000000000 +0200
@@ -434,7 +434,7 @@
CamelURL *url;
CamelNetworkSecurityMethod security_method;
const gchar *scheme;
- guint16 soap_port;
+ gchar *soap_port;
if (!store)
return NULL;
@@ -457,7 +457,7 @@
scheme = "https";
uri = g_strdup_printf (
- "%s://%s:%u/soap", scheme, server_name, soap_port);
+ "%s://%s:%s/soap", scheme, server_name, soap_port);
return e_gw_connection_new (uri, user, url->passwd);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/evolution-groupwise-3.2.0/src/server/build-timestamp.h
new/evolution-groupwise-3.2.1/src/server/build-timestamp.h
--- old/evolution-groupwise-3.2.0/src/server/build-timestamp.h 2011-09-24
23:07:23.000000000 +0200
+++ new/evolution-groupwise-3.2.1/src/server/build-timestamp.h 2011-10-16
18:15:04.000000000 +0200
@@ -1 +1 @@
-const char *build_timestamp = "Evolution-Data-Server-3.2-2011-09-24";
+const char *build_timestamp = "Evolution-Data-Server-3.2-2011-10-16";
continue with "q"...
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]