rpms/evolution-data-server/devel evolution-data-server-1.11.6-implicit-function-declaration.patch, NONE, 1.1 .cvsignore, 1.66, 1.67 evolution-data-server-1.8.0-no-gnome-common.patch, 1.3, 1.4 evolution-data-server.spec, 1.174, 1.175 sources, 1.66, 1.67 evolution-data-server-1.11.5-version-checks.patch, 1.1, NONE evolution-data-server-1.8.1-warn-incompatible-pointer-type.patch, 1.1, NONE

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Tue Jul 31 11:36:02 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-data-server/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12945

Modified Files:
	.cvsignore evolution-data-server-1.8.0-no-gnome-common.patch 
	evolution-data-server.spec sources 
Added Files:
	evolution-data-server-1.11.6-implicit-function-declaration.patch 
Removed Files:
	evolution-data-server-1.11.5-version-checks.patch 
	evolution-data-server-1.8.1-warn-incompatible-pointer-type.patch 
Log Message:

* Tue Jul 31 2007 Matthew Barnes <mbarnes at redhat.com> - 1.11.6-1.fc8
- Update to 1.11.6
- Remove patch for GNOME bug #380534 (fixed upstream).


evolution-data-server-1.11.6-implicit-function-declaration.patch:

--- NEW FILE evolution-data-server-1.11.6-implicit-function-declaration.patch ---
--- evolution-data-server-1.11.6/calendar/libical/src/libical/icaltimezone.c.implicit-function-declaration	2007-07-31 07:19:20.000000000 -0400
+++ evolution-data-server-1.11.6/calendar/libical/src/libical/icaltimezone.c	2007-07-31 07:19:41.000000000 -0400
@@ -30,6 +30,7 @@
 #include "config.h"
 #endif
 
+#include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/.cvsignore,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- .cvsignore	9 Jul 2007 19:57:13 -0000	1.66
+++ .cvsignore	31 Jul 2007 11:35:30 -0000	1.67
@@ -1 +1 @@
-evolution-data-server-1.11.5.tar.bz2
+evolution-data-server-1.11.6.tar.bz2

evolution-data-server-1.8.0-no-gnome-common.patch:

Index: evolution-data-server-1.8.0-no-gnome-common.patch
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server-1.8.0-no-gnome-common.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- evolution-data-server-1.8.0-no-gnome-common.patch	9 Apr 2007 16:41:22 -0000	1.3
+++ evolution-data-server-1.8.0-no-gnome-common.patch	31 Jul 2007 11:35:30 -0000	1.4
@@ -1,160 +1,3 @@
---- evolution-data-server-1.10.1/configure.no-gnome-common	2007-04-09 12:15:42.000000000 -0400
-+++ evolution-data-server-1.10.1/configure	2007-04-09 12:16:10.000000000 -0400
-@@ -32298,154 +32298,6 @@
- 
- 
- 
--    # Check whether --enable-compile-warnings was given.
--if test "${enable_compile_warnings+set}" = set; then
--  enableval=$enable_compile_warnings;
--else
--  enable_compile_warnings="yes"
--fi
--
--
--    warnCFLAGS=
--    if test "x$GCC" != xyes; then
--	enable_compile_warnings=no
--    fi
--
--    warning_flags=
--    realsave_CFLAGS="$CFLAGS"
--
--    case "$enable_compile_warnings" in
--    no)
--	warning_flags=
--	;;
--    minimum)
--	warning_flags="-Wall"
--	;;
--    yes)
--	warning_flags="-Wall -Wmissing-prototypes"
--	;;
--    maximum|error)
--	warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
--	CFLAGS="$warning_flags $CFLAGS"
--	for option in -Wno-sign-compare; do
--		SAVE_CFLAGS="$CFLAGS"
--		CFLAGS="$CFLAGS $option"
--		{ echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
--echo $ECHO_N "checking whether gcc understands $option... $ECHO_C" >&6; }
--		cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h.  */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h.  */
--
--int
--main ()
--{
--
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext
--if { (ac_try="$ac_compile"
--case "(($ac_try" in
--  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
--  *) ac_try_echo=$ac_try;;
--esac
--eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
--  (eval "$ac_compile") 2>conftest.er1
--  ac_status=$?
--  grep -v '^ *+' conftest.er1 >conftest.err
--  rm -f conftest.er1
--  cat conftest.err >&5
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); } &&
--	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
--  { (case "(($ac_try" in
--  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
--  *) ac_try_echo=$ac_try;;
--esac
--eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
--  (eval "$ac_try") 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (case "(($ac_try" in
--  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
--  *) ac_try_echo=$ac_try;;
--esac
--eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
--  (eval "$ac_try") 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  has_option=yes
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--	has_option=no
--fi
--
--rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
--		CFLAGS="$SAVE_CFLAGS"
--		{ echo "$as_me:$LINENO: result: $has_option" >&5
--echo "${ECHO_T}$has_option" >&6; }
--		if test $has_option = yes; then
--		  warning_flags="$warning_flags $option"
--		fi
--		unset has_option
--		unset SAVE_CFLAGS
--	done
--	unset option
--	if test "$enable_compile_warnings" = "error" ; then
--	    warning_flags="$warning_flags -Werror"
--	fi
--	;;
--    *)
--	{ { 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;}
--   { (exit 1); exit 1; }; }
--	;;
--    esac
--    CFLAGS="$realsave_CFLAGS"
--    { 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; }
--    { echo "$as_me:$LINENO: result: $warning_flags" >&5
--echo "${ECHO_T}$warning_flags" >&6; }
--
--    # Check whether --enable-iso-c was given.
--if test "${enable_iso_c+set}" = set; then
--  enableval=$enable_iso_c;
--else
--  enable_iso_c=no
--fi
--
--
--    { 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; }
--    complCFLAGS=
--    if test "x$enable_iso_c" != "xno"; then
--	if test "x$GCC" = "xyes"; then
--	case " $CFLAGS " in
--	    *\ \	-ansi\ \	*) ;;
--	    *) complCFLAGS="$complCFLAGS -ansi" ;;
--	esac
--	case " $CFLAGS " in
--	    *\ \	-pedantic\ \	*) ;;
--	    *) complCFLAGS="$complCFLAGS -pedantic" ;;
--	esac
--	fi
--    fi
--    { echo "$as_me:$LINENO: result: $complCFLAGS" >&5
--echo "${ECHO_T}$complCFLAGS" >&6; }
--
--    WARN_CFLAGS="$warning_flags $complCFLAGS"
--
--
--CFLAGS="$CFLAGS $WARN_CFLAGS"
- case $CFLAGS in
- *-Wall*)
- 	# Turn off the annoying "comparison between signed and unsigned"
 --- evolution-data-server-1.10.1/configure.in.no-gnome-common	2007-04-09 08:44:46.000000000 -0400
 +++ evolution-data-server-1.10.1/configure.in	2007-04-09 12:15:42.000000000 -0400
 @@ -1209,8 +1209,6 @@


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- evolution-data-server.spec	27 Jul 2007 14:00:01 -0000	1.174
+++ evolution-data-server.spec	31 Jul 2007 11:35:30 -0000	1.175
@@ -25,8 +25,8 @@
 ### Abstract ###
 
 Name: evolution-data-server
-Version: 1.11.5
-Release: 3%{?dist}
+Version: 1.11.6
+Release: 1%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -66,8 +66,8 @@
 # RH bug #243296
 Patch21: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
 
-# GNOME bug #380534
-Patch22: evolution-data-server-1.11.5-version-checks.patch
+# Implicit Function Declarations
+Patch22: evolution-data-server-1.11.6-implicit-function-declaration.patch
 
 ### Dependencies ###
 
@@ -158,7 +158,7 @@
 %patch19 -p1 -b .camel-folder-symmary-crash
 %patch20 -p1 -b .camel-certdb-nss-cert-get
 %patch21 -p1 -b .fix-64bit-acinclude
-%patch22 -p1 -b .version-checks
+%patch22 -p1 -b .implicit-function-declaration
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -253,7 +253,7 @@
 	-Werror-implicit-function-declaration"
 %endif
 
-# Regenerate configure to pick up acinclude.m4 changes.
+# Regenerate configure to pick up configure.in and acinclude.m4 changes.
 aclocal
 autoheader
 automake
@@ -391,6 +391,10 @@
 %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
 
 %changelog
+* Tue Jul 31 2007 Matthew Barnes <mbarnes at redhat.com> - 1.11.6-1.fc8
+- Update to 1.11.6
+- Remove patch for GNOME bug #380534 (fixed upstream).
+
 * Fri Jul 27 2007 Matthew Barnes <mbarnes at redhat.com> - 1.11.5-3.fc8
 - Add patch for GNOME bug #380534 (clarify version requirements).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/sources,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- sources	9 Jul 2007 19:57:13 -0000	1.66
+++ sources	31 Jul 2007 11:35:30 -0000	1.67
@@ -1 +1 @@
-dee29c721dd45f5782562c5f764965f3  evolution-data-server-1.11.5.tar.bz2
+d8449061c942acecb7facd049d248c37  evolution-data-server-1.11.6.tar.bz2


--- evolution-data-server-1.11.5-version-checks.patch DELETED ---


--- evolution-data-server-1.8.1-warn-incompatible-pointer-type.patch DELETED ---




More information about the fedora-extras-commits mailing list