[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/evolution-data-server/devel evolution-data-server-1.3.8-fix-implicit-function-declarations, 1.2, 1.3 evolution-data-server.spec, 1.60, 1.61
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/evolution-data-server/devel evolution-data-server-1.3.8-fix-implicit-function-declarations, 1.2, 1.3 evolution-data-server.spec, 1.60, 1.61
- Date: Tue, 30 Aug 2005 17:47:41 -0400
Author: dmalcolm
Update of /cvs/dist/rpms/evolution-data-server/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27425
Modified Files:
evolution-data-server-1.3.8-fix-implicit-function-declarations
evolution-data-server.spec
Log Message:
* Tue Aug 30 2005 David Malcolm <dmalcolm redhat com> - 1.3.8-5
- Add -Werror-implicit-function-declaration back to CFLAGS at the make stage,
after the configure, to spot 64-bit problems whilst avoiding breaking
configuration tests; expand patch 102 to avoid this breaking libdb's CFLAGS
Index: evolution-data-server-1.3.8-fix-implicit-function-declarations
===================================================================
RCS file: /cvs/dist/rpms/evolution-data-server/devel/evolution-data-server-1.3.8-fix-implicit-function-declarations,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evolution-data-server-1.3.8-fix-implicit-function-declarations 24 Aug 2005 02:42:26 -0000 1.2
+++ evolution-data-server-1.3.8-fix-implicit-function-declarations 30 Aug 2005 21:47:38 -0000 1.3
@@ -1,5 +1,5 @@
---- evolution-data-server-1.3.8/docs/reference/libedataserver/libedataserver.types.fix-implicit-function-declarations 2005-08-23 22:22:24.000000000 -0400
-+++ evolution-data-server-1.3.8/docs/reference/libedataserver/libedataserver.types 2005-08-23 22:23:54.000000000 -0400
+--- evolution-data-server-1.3.8/docs/reference/libedataserver/libedataserver.types.fix-implicit-function-declarations 2005-01-12 11:55:52.000000000 -0500
++++ evolution-data-server-1.3.8/docs/reference/libedataserver/libedataserver.types 2005-08-30 15:37:04.000000000 -0400
@@ -1,4 +1,13 @@
#include <glib-object.h>
+#include <libedataserver/e-account.h>
@@ -21,8 +21,8 @@
-e_source_get_type
\ No newline at end of file
+e_source_get_type
---- evolution-data-server-1.3.8/docs/reference/addressbook/libebook/libebook.types.fix-implicit-function-declarations 2005-08-23 22:08:54.000000000 -0400
-+++ evolution-data-server-1.3.8/docs/reference/addressbook/libebook/libebook.types 2005-08-23 22:11:28.000000000 -0400
+--- evolution-data-server-1.3.8/docs/reference/addressbook/libebook/libebook.types.fix-implicit-function-declarations 2003-12-23 17:38:24.000000000 -0500
++++ evolution-data-server-1.3.8/docs/reference/addressbook/libebook/libebook.types 2005-08-30 15:37:04.000000000 -0400
@@ -1,4 +1,10 @@
#include <glib-object.h>
+#include <libebook/e-book-listener.h>
@@ -34,8 +34,8 @@
e_book_listener_get_type
e_book_view_listener_get_type
e_book_view_get_type
---- evolution-data-server-1.3.8/docs/reference/calendar/libedata-cal/libedata-cal.types.fix-implicit-function-declarations 2005-08-23 22:16:15.000000000 -0400
-+++ evolution-data-server-1.3.8/docs/reference/calendar/libedata-cal/libedata-cal.types 2005-08-23 22:17:51.000000000 -0400
+--- evolution-data-server-1.3.8/docs/reference/calendar/libedata-cal/libedata-cal.types.fix-implicit-function-declarations 2005-05-04 08:59:28.000000000 -0400
++++ evolution-data-server-1.3.8/docs/reference/calendar/libedata-cal/libedata-cal.types 2005-08-30 15:37:04.000000000 -0400
@@ -1,4 +1,12 @@
#include <glib-object.h>
+#include <libedata-cal/e-cal-backend-cache.h>
@@ -49,8 +49,8 @@
e_cal_backend_cache_get_type
e_cal_backend_factory_get_type
e_cal_backend_sexp_get_type
---- evolution-data-server-1.3.8/docs/reference/calendar/libecal/libecal.types.fix-implicit-function-declarations 2005-08-23 22:13:57.000000000 -0400
-+++ evolution-data-server-1.3.8/docs/reference/calendar/libecal/libecal.types 2005-08-23 22:27:50.000000000 -0400
+--- evolution-data-server-1.3.8/docs/reference/calendar/libecal/libecal.types.fix-implicit-function-declarations 2003-11-10 14:34:50.000000000 -0500
++++ evolution-data-server-1.3.8/docs/reference/calendar/libecal/libecal.types 2005-08-30 15:37:04.000000000 -0400
@@ -1,6 +1,11 @@
#include <glib-object.h>
+#include <libecal/e-cal.h>
@@ -66,7 +66,7 @@
\ No newline at end of file
+e_cal_component_get_type
--- evolution-data-server-1.3.8/iconv-detect.c.fix-implicit-function-declarations 2004-12-02 22:34:16.000000000 -0500
-+++ evolution-data-server-1.3.8/iconv-detect.c 2005-08-23 21:17:50.000000000 -0400
++++ evolution-data-server-1.3.8/iconv-detect.c 2005-08-30 15:37:04.000000000 -0400
@@ -21,6 +21,7 @@
*/
@@ -75,8 +75,8 @@
#include <iconv.h>
enum {
---- evolution-data-server-1.3.8/libedataserverui/test-contact-store.c.fix-implicit-function-declarations 2005-08-23 22:02:41.000000000 -0400
-+++ evolution-data-server-1.3.8/libedataserverui/test-contact-store.c 2005-08-23 22:04:24.000000000 -0400
+--- evolution-data-server-1.3.8/libedataserverui/test-contact-store.c.fix-implicit-function-declarations 2004-12-09 21:58:08.000000000 -0500
++++ evolution-data-server-1.3.8/libedataserverui/test-contact-store.c 2005-08-30 15:37:04.000000000 -0400
@@ -28,6 +28,7 @@
#include "e-contact-store.h"
#include <gtk/gtk.h>
@@ -93,8 +93,19 @@
GtkWidget *tree_view;
GtkWidget *box;
GtkWidget *entry;
---- evolution-data-server-1.3.8/calendar/backends/weather/e-weather-source.c.fix-implicit-function-declarations 2005-08-23 21:55:38.000000000 -0400
-+++ evolution-data-server-1.3.8/calendar/backends/weather/e-weather-source.c 2005-08-23 21:55:55.000000000 -0400
+--- evolution-data-server-1.3.8/libdb/dist/Makefile.in.fix-implicit-function-declarations 2005-08-30 17:08:13.000000000 -0400
++++ evolution-data-server-1.3.8/libdb/dist/Makefile.in 2005-08-30 17:08:35.000000000 -0400
+@@ -51,7 +51,7 @@
+ # C API.
+ ##################################################
+ CPPFLAGS= -I$(builddir) -I$(srcdir) -I$(srcdir)/dbinc @CPPFLAGS@
+-CFLAGS= -c $(CPPFLAGS) @CFLAGS@
++override CFLAGS+= -c $(CPPFLAGS) @CFLAGS@
+ CC= @MAKEFILE_CC@
+ CCLINK= @MAKEFILE_CCLINK@
+
+--- evolution-data-server-1.3.8/calendar/backends/weather/e-weather-source.c.fix-implicit-function-declarations 2005-07-29 05:54:50.000000000 -0400
++++ evolution-data-server-1.3.8/calendar/backends/weather/e-weather-source.c 2005-08-30 15:37:04.000000000 -0400
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
@@ -103,8 +114,8 @@
#include "e-weather-source.h"
#include "e-weather-source-ccf.h"
---- evolution-data-server-1.3.8/calendar/libical/src/libicalvcal/vcc.y.fix-implicit-function-declarations 2005-08-23 21:44:09.000000000 -0400
-+++ evolution-data-server-1.3.8/calendar/libical/src/libicalvcal/vcc.y 2005-08-23 21:45:45.000000000 -0400
+--- evolution-data-server-1.3.8/calendar/libical/src/libicalvcal/vcc.y.fix-implicit-function-declarations 2004-08-02 07:35:45.000000000 -0400
++++ evolution-data-server-1.3.8/calendar/libical/src/libicalvcal/vcc.y 2005-08-30 15:37:04.000000000 -0400
@@ -170,6 +170,7 @@
static void enterAttr(const char *s1, const char *s2);
static void enterValues(const char *value);
@@ -123,7 +134,7 @@
int lexmode = LEXMODE();
if (lexmode == L_VALUES) {
--- evolution-data-server-1.3.8/calendar/libical/src/libicalss/icalssyacc.y.fix-implicit-function-declarations 2003-10-21 14:28:18.000000000 -0400
-+++ evolution-data-server-1.3.8/calendar/libical/src/libicalss/icalssyacc.y 2005-08-23 21:17:50.000000000 -0400
++++ evolution-data-server-1.3.8/calendar/libical/src/libicalss/icalssyacc.y 2005-08-30 15:37:04.000000000 -0400
@@ -47,6 +47,8 @@
static void ssyacc_add_from(struct icalgauge_impl* impl, char* str1);
static void set_logic(struct icalgauge_impl* impl,icalgaugelogic l);
Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- evolution-data-server.spec 26 Aug 2005 04:07:43 -0000 1.60
+++ evolution-data-server.spec 30 Aug 2005 21:47:38 -0000 1.61
@@ -25,7 +25,7 @@
Summary: Backend data server for evolution
Name: evolution-data-server
Version: 1.3.8
-Release: 4
+Release: 5
License: GPL
Group: System Environment/Libraries
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
@@ -186,7 +186,7 @@
--enable-file-locking=fcntl --enable-dot-locking=no \
%ldap_flags %krb5_flags %nntp_flags %ssl_flags
export tagname=CC
-make LIBTOOL=/usr/bin/libtool
+make LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
%install
rm -rf $RPM_BUILD_ROOT
@@ -228,6 +228,11 @@
%changelog
+* Tue Aug 30 2005 David Malcolm <dmalcolm redhat com> - 1.3.8-5
+- Add -Werror-implicit-function-declaration back to CFLAGS at the make stage,
+ after the configure, to spot 64-bit problems whilst avoiding breaking
+ configuration tests; expand patch 102 to avoid this breaking libdb's CFLAGS
+
* Wed Aug 24 2005 David Malcolm <dmalcolm redhat com> - 1.3.8-4
- Remove -Werror-implicit-function-declaration from CFLAGS; this broke the
configuration test for fast mutexes in the internal copy of libdb, and hence
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]