- Update to 2.24.1

This commit is contained in:
Matthew Barnes 2008-10-21 19:51:19 +00:00
parent 3d63548be0
commit e418201844
5 changed files with 38 additions and 34 deletions

View File

@ -1 +1 @@
evolution-2.24.0.tar.bz2 evolution-2.24.1.tar.bz2

View File

@ -1,8 +1,8 @@
diff -up evolution-2.23.4/configure.ldaphack evolution-2.23.4/configure diff -up evolution-2.24.1/configure.ldaphack evolution-2.24.1/configure
--- evolution-2.23.4/configure.ldaphack 2008-06-16 07:12:17.000000000 -0400 --- evolution-2.24.1/configure.ldaphack 2008-10-19 23:37:55.000000000 -0400
+++ evolution-2.23.4/configure 2008-07-18 09:08:21.000000000 -0400 +++ evolution-2.24.1/configure 2008-10-21 13:16:16.000000000 -0400
@@ -27729,7 +27729,7 @@ if test "${ac_cv_lib_ldap_ldap_open+set} @@ -28471,7 +28471,7 @@ if test "${ac_cv_lib_ldap_ldap_open+set}
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
ac_check_lib_save_LIBS=$LIBS ac_check_lib_save_LIBS=$LIBS
-LIBS="-lldap $LDAP_LDFLAGS $LDAP_LIBS $LIBS" -LIBS="-lldap $LDAP_LDFLAGS $LDAP_LIBS $LIBS"

View File

@ -1,7 +1,7 @@
diff -up evolution-2.12.1/configure.in.no-gnome-common evolution-2.12.1/configure.in diff -up evolution-2.24.1/configure.in.no-gnome-common evolution-2.24.1/configure.in
--- evolution-2.12.1/configure.in.no-gnome-common 2007-10-15 08:30:42.000000000 +0200 --- evolution-2.24.1/configure.in.no-gnome-common 2008-10-19 23:27:24.000000000 -0400
+++ evolution-2.12.1/configure.in 2007-10-15 17:54:01.000000000 +0200 +++ evolution-2.24.1/configure.in 2008-10-21 13:16:54.000000000 -0400
@@ -1282,9 +1282,6 @@ AC_SUBST_FILE(EVO_MARSHAL_RULE) @@ -1332,9 +1332,6 @@ AC_SUBST_FILE(EVO_MARSHAL_RULE)
dnl ************************* dnl *************************
dnl CFLAGS and LIBS and stuff dnl CFLAGS and LIBS and stuff
dnl ************************* dnl *************************
@ -11,10 +11,10 @@ diff -up evolution-2.12.1/configure.in.no-gnome-common evolution-2.12.1/configur
case $CFLAGS in case $CFLAGS in
*-Wall*) *-Wall*)
# Turn off the annoying "comparison between signed and unsigned" # Turn off the annoying "comparison between signed and unsigned"
diff -up evolution-2.12.1/configure.no-gnome-common evolution-2.12.1/configure diff -up evolution-2.24.1/configure.no-gnome-common evolution-2.24.1/configure
--- evolution-2.12.1/configure.no-gnome-common 2007-10-15 17:54:01.000000000 +0200 --- evolution-2.24.1/configure.no-gnome-common 2008-10-21 13:16:54.000000000 -0400
+++ evolution-2.12.1/configure 2007-10-15 18:47:03.000000000 +0200 +++ evolution-2.24.1/configure 2008-10-21 13:17:55.000000000 -0400
@@ -31564,137 +31564,6 @@ EVO_MARSHAL_RULE=$srcdir/marshal.mk @@ -33230,138 +33230,6 @@ EVO_MARSHAL_RULE=$srcdir/marshal.mk
@ -50,8 +50,8 @@ diff -up evolution-2.12.1/configure.no-gnome-common evolution-2.12.1/configure
- for option in -Wno-sign-compare; do - for option in -Wno-sign-compare; do
- SAVE_CFLAGS="$CFLAGS" - SAVE_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS $option" - CFLAGS="$CFLAGS $option"
- { echo "$as_me:$LINENO: checking whether gcc understands $option" >&5 - { $as_echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
-echo $ECHO_N "checking whether gcc understands $option... $ECHO_C" >&6; } -$as_echo_n "checking whether gcc understands $option... " >&6; }
- cat >conftest.$ac_ext <<_ACEOF - cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */ -/* confdefs.h. */
-_ACEOF -_ACEOF
@ -73,20 +73,21 @@ diff -up evolution-2.12.1/configure.no-gnome-common evolution-2.12.1/configure
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;; - *) ac_try_echo=$ac_try;;
-esac -esac
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
- (eval "$ac_compile") 2>conftest.er1 - (eval "$ac_compile") 2>conftest.er1
- ac_status=$? - ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err - grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1 - rm -f conftest.er1
- cat conftest.err >&5 - cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } && { - (exit $ac_status); } && {
- test -z "$ac_c_werror_flag" || - test -z "$ac_c_werror_flag" ||
- test ! -s conftest.err - test ! -s conftest.err
- } && test -s conftest.$ac_objext; then - } && test -s conftest.$ac_objext; then
- has_option=yes - has_option=yes
-else -else
- echo "$as_me: failed program was:" >&5 - $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5 -sed 's/^/| /' conftest.$ac_ext >&5
- -
- has_option=no - has_option=no
@ -94,8 +95,8 @@ diff -up evolution-2.12.1/configure.no-gnome-common evolution-2.12.1/configure
- -
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="$SAVE_CFLAGS" - CFLAGS="$SAVE_CFLAGS"
- { echo "$as_me:$LINENO: result: $has_option" >&5 - { $as_echo "$as_me:$LINENO: result: $has_option" >&5
-echo "${ECHO_T}$has_option" >&6; } -$as_echo "$has_option" >&6; }
- if test $has_option = yes; then - if test $has_option = yes; then
- warning_flags="$warning_flags $option" - warning_flags="$warning_flags $option"
- fi - fi
@ -108,16 +109,16 @@ diff -up evolution-2.12.1/configure.no-gnome-common evolution-2.12.1/configure
- fi - fi
- ;; - ;;
- *) - *)
- { { echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5 - { { $as_echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
-echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;} -$as_echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
- { (exit 1); exit 1; }; } - { (exit 1); exit 1; }; }
- ;; - ;;
- esac - esac
- CFLAGS="$realsave_CFLAGS" - CFLAGS="$realsave_CFLAGS"
- { echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5 - { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
-echo $ECHO_N "checking what warning flags to pass to the C compiler... $ECHO_C" >&6; } -$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
- { echo "$as_me:$LINENO: result: $warning_flags" >&5 - { $as_echo "$as_me:$LINENO: result: $warning_flags" >&5
-echo "${ECHO_T}$warning_flags" >&6; } -$as_echo "$warning_flags" >&6; }
- -
- # Check whether --enable-iso-c was given. - # Check whether --enable-iso-c was given.
-if test "${enable_iso_c+set}" = set; then -if test "${enable_iso_c+set}" = set; then
@ -127,8 +128,8 @@ diff -up evolution-2.12.1/configure.no-gnome-common evolution-2.12.1/configure
-fi -fi
- -
- -
- { echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5 - { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
-echo $ECHO_N "checking what language compliance flags to pass to the C compiler... $ECHO_C" >&6; } -$as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; }
- complCFLAGS= - complCFLAGS=
- if test "x$enable_iso_c" != "xno"; then - if test "x$enable_iso_c" != "xno"; then
- if test "x$GCC" = "xyes"; then - if test "x$GCC" = "xyes"; then
@ -142,8 +143,8 @@ diff -up evolution-2.12.1/configure.no-gnome-common evolution-2.12.1/configure
- esac - esac
- fi - fi
- fi - fi
- { echo "$as_me:$LINENO: result: $complCFLAGS" >&5 - { $as_echo "$as_me:$LINENO: result: $complCFLAGS" >&5
-echo "${ECHO_T}$complCFLAGS" >&6; } -$as_echo "$complCFLAGS" >&6; }
- -
- WARN_CFLAGS="$warning_flags $complCFLAGS" - WARN_CFLAGS="$warning_flags $complCFLAGS"
- -

View File

@ -44,8 +44,8 @@
### Abstract ### ### Abstract ###
Name: evolution Name: evolution
Version: 2.24.0 Version: 2.24.1
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv2 and GFDL License: GPLv2 and GFDL
Group: Applications/Productivity Group: Applications/Productivity
Summary: Mail and calendar client for GNOME Summary: Mail and calendar client for GNOME
@ -696,6 +696,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean %{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
%changelog %changelog
* Tue Oct 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-1.fc10
- Update to 2.24.1
* Wed Oct 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3 * Wed Oct 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
- Save space in the -help package by not shipping multiple copies - Save space in the -help package by not shipping multiple copies
of each screenshot of each screenshot

View File

@ -1 +1 @@
50784255d9da0987032c806fc0226b10 evolution-2.24.0.tar.bz2 d770bfddf8a79b841c515f756cb5af4b evolution-2.24.1.tar.bz2