rpms/evolution/devel evolution.spec,1.87,1.88

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 26 18:03:18 UTC 2005


Author: dmalcolm

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11448

Modified Files:
	evolution.spec 
Log Message:
* Fri Aug 26 2005 David Malcolm <dmalcolm at redhat.com> - 2.3.8-2
- Move -Werror-implicit-function-declaration from configuration to the make
  stage, to avoid breaking configuration tests.




Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- evolution.spec	24 Aug 2005 05:06:27 -0000	1.87
+++ evolution.spec	26 Aug 2005 18:02:52 -0000	1.88
@@ -29,7 +29,7 @@
 
 Name: evolution
 Version: 2.3.8
-Release: 1
+Release: 2
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://www.ximian.com/
@@ -251,7 +251,7 @@
 %endif
 
 CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
-CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et -Werror-implicit-function-declaration"; export CFLAGS
+CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et"; export CFLAGS
 %if ! %{use_mozilla_nss}
 if pkg-config openssl ; then
 	CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
@@ -272,7 +272,7 @@
   %ldap_flags %pilot_flags %krb5_flags %nntp_flags %ssl_flags \
   --enable-plugins=all
 export tagname=CC
-make LIBTOOL=%{_bindir}/libtool
+make LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
 
 #cat /dev/null > default_user/local/Inbox/mbox
 
@@ -361,6 +361,10 @@
 %{_libdir}/evolution/%{evo_major}/*.so
 
 %changelog
+* Fri Aug 26 2005 David Malcolm <dmalcolm at redhat.com> - 2.3.8-2
+- Move -Werror-implicit-function-declaration from configuration to the make
+  stage, to avoid breaking configuration tests.
+
 * Tue Aug 23 2005 David Malcolm <dmalcolm at redhat.com> - 2.3.8-1
 - 2.3.8
 - add -Werror-implicit-function-declaration to CFLAGS and a patch to fix the 




More information about the fedora-cvs-commits mailing list