rpms/evolution-exchange/devel evolution-exchange-2.23.91-compiler-warnings.patch, NONE, 1.1 .cvsignore, 1.27, 1.28 evolution-exchange.spec, 1.38, 1.39 sources, 1.27, 1.28

Matthew Barnes mbarnes at fedoraproject.org
Mon Sep 1 12:53:04 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-exchange/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20452

Modified Files:
	.cvsignore evolution-exchange.spec sources 
Added Files:
	evolution-exchange-2.23.91-compiler-warnings.patch 
Log Message:

* Mon Sep 01 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.91-1.fc10
- Update to 2.23.91
- Add -Werror to CFLAGS.


evolution-exchange-2.23.91-compiler-warnings.patch:

--- NEW FILE evolution-exchange-2.23.91-compiler-warnings.patch ---
diff -up evolution-exchange-2.23.91/addressbook/e-book-backend-gal.c.compiler-warnings evolution-exchange-2.23.91/addressbook/e-book-backend-gal.c
--- evolution-exchange-2.23.91/addressbook/e-book-backend-gal.c.compiler-warnings	2008-09-01 08:15:18.000000000 -0400
+++ evolution-exchange-2.23.91/addressbook/e-book-backend-gal.c	2008-09-01 08:17:38.000000000 -0400
@@ -1437,7 +1437,7 @@ build_contact_from_entry (EBookBackendGA
 						}
 						else if (info->prop_type & PROP_TYPE_GROUP) {
 							char *grpattrs[3];
-							int i, view_limit = -1, ldap_error, count;
+							int i, view_limit = -1, ldap_error = LDAP_SUCCESS, count;
 							EDataBookView *book_view;
 							LDAPMessage *result;
 							char **email_values, **cn_values, **member_info;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	20 Aug 2008 21:30:47 -0000	1.27
+++ .cvsignore	1 Sep 2008 12:52:33 -0000	1.28
@@ -1 +1 @@
-evolution-exchange-2.23.90.tar.bz2
+evolution-exchange-2.23.91.tar.bz2


Index: evolution-exchange.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/evolution-exchange.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- evolution-exchange.spec	20 Aug 2008 21:30:47 -0000	1.38
+++ evolution-exchange.spec	1 Sep 2008 12:52:33 -0000	1.39
@@ -22,7 +22,7 @@
 ### Abstract ###
 
 Name: evolution-exchange
-Version: 2.23.90
+Version: 2.23.91
 Release: 1%{?dist}
 License: GPLv2
 Group: Applications/Productivity
@@ -44,6 +44,9 @@
 # GNOME bug #443022
 Patch13: evolution-exchange-2.11.2-fix-library-order.patch
 
+# Get -Werror to work
+Patch14: evolution-exchange-2.23.91-compiler-warnings.patch
+
 ### Dependencies ###
 
 Requires: gnutls
@@ -75,6 +78,7 @@
 %patch11 -p1 -b .fix-64bit-acinclude.m4
 %patch12 -p1 -b .no_gnome_common
 %patch13 -p1 -b .fix-library-order
+%patch14 -p1 -b .compiler-warnings
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED"
@@ -103,7 +107,8 @@
 	-DEDS_DISABLE_DEPRECATED=1 \
 	-Wdeclaration-after-statement \
 	-Werror-implicit-function-declaration \
-	-fno-strict-aliasing"
+	-fno-strict-aliasing \
+	-Werror"
 %endif
 
 # Temporarily disabled: # GNOME_DRUID_PAGE_STANDARD uses GTK_CHECK_CAST.
@@ -150,6 +155,10 @@
 %{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-%{evo_major}.schemas
 
 %changelog
+* Mon Sep 01 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.91-1.fc10
+- Update to 2.23.91
+- Add -Werror to CFLAGS.
+
 * Wed Aug 20 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.90-1.fc10
 - Update to 2.23.90
 - Bump eds_version to 2.23.90.1.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	20 Aug 2008 21:30:47 -0000	1.27
+++ sources	1 Sep 2008 12:52:33 -0000	1.28
@@ -1 +1 @@
-d621b5527d2ba8d14a087d218c36de05  evolution-exchange-2.23.90.tar.bz2
+7b5cfd121b84c49ca7a16052c945cd64  evolution-exchange-2.23.91.tar.bz2




More information about the fedora-extras-commits mailing list