From ade36b028de5b63d1991704affe603f093f6f91a Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Aug 24 2005 05:06:27 +0000 Subject: - 2.3.8 - add -Werror-implicit-function-declaration to CFLAGS and a patch to fix the problems arising (patch 110) --- diff --git a/.cvsignore b/.cvsignore index dcd240a..7edd850 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-2.3.7.tar.bz2 +evolution-2.3.8.tar.bz2 diff --git a/evolution.spec b/evolution.spec index 18ed30c..bfcf736 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,8 +28,8 @@ ExcludeArch: ppc64 %define nntp_support 1 Name: evolution -Version: 2.3.7 -Release: 3 +Version: 2.3.8 +Release: 1 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -63,6 +63,8 @@ Patch108: evolution-2.3.5.1-fix-150458.patch # Fix for RH bug 164957 (was for 145552): Patch109: evolution-2.0.2-fix-145552.patch +Patch110: evolution-2.3.8-fix-implicit-function-declarations.patch + # not accepted, but proposed on a few occasions. fixes problems with # some cyrus servers #Patch200: evolution-1.4.5-imap-command-length.patch @@ -193,6 +195,7 @@ cd widgets/table %patch108 -p3 -b .fix-150458 cd ../.. %patch109 -p1 -b .fix-164957 +%patch110 -p1 -b .fix-implicit-function-declarations #patch200 -p1 -b .commandlength @@ -248,7 +251,7 @@ fi %endif CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS -CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et"; export CFLAGS +CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et -Werror-implicit-function-declaration"; export CFLAGS %if ! %{use_mozilla_nss} if pkg-config openssl ; then CFLAGS="$CFLAGS `pkg-config --cflags openssl`" @@ -358,6 +361,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/*.so %changelog +* Tue Aug 23 2005 David Malcolm - 2.3.8-1 +- 2.3.8 +- add -Werror-implicit-function-declaration to CFLAGS and a patch to fix the + problems arising (patch 110) + * Tue Aug 16 2005 David Malcolm - 2.3.7-3 - Introduce macro for gnome-pilot dependency, bumping from 2.0.6 to 2.0.13 - Add obsoletion of libgal2/libgal2-devel (dependency was removed in 2.3.6-1); diff --git a/sources b/sources index 8603505..524385d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12d29f28f8ecf302547c63ad137e0b4b evolution-2.3.7.tar.bz2 +d5972fbb96b36cd3420bf1390d63c551 evolution-2.3.8.tar.bz2