rpms/evolution-data-server/devel evolution-data-server-2.23.91-compiler-warnings.patch, NONE, 1.1 .cvsignore, 1.91, 1.92 evolution-data-server.spec, 1.232, 1.233 sources, 1.91, 1.92

Matthew Barnes mbarnes at fedoraproject.org
Mon Sep 1 13:13:24 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-data-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22359

Modified Files:
	.cvsignore evolution-data-server.spec sources 
Added Files:
	evolution-data-server-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


evolution-data-server-2.23.91-compiler-warnings.patch:

--- NEW FILE evolution-data-server-2.23.91-compiler-warnings.patch ---
diff -up evolution-data-server-2.23.91/configure.in.no-liconv evolution-data-server-2.23.91/configure.in
--- evolution-data-server-2.23.91/configure.in.no-liconv	2008-09-01 08:48:28.000000000 -0400
+++ evolution-data-server-2.23.91/configure.in	2008-09-01 08:51:24.000000000 -0400
@@ -349,8 +349,8 @@ if test $have_iconv = yes; then
 
 int main (int argc, char **argv)
 {
-	const char *from = "Some Text \xA4";
-	const char *utf8 = "Some Text \xC2\xA4";
+	char *from = "Some Text \xA4";
+	char *utf8 = "Some Text \xC2\xA4";
 	char *transbuf = malloc (20), *trans = transbuf;
 	iconv_t cd;
 	size_t from_len = strlen (from), utf8_len = 20;
@@ -417,6 +417,7 @@ dnl Check to see if strftime supports th
 
 AC_MSG_CHECKING(for %l and %k support in strftime)
 AC_TRY_RUN([
+#include <stdlib.h>
 #include <string.h>
 #include <time.h>
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/.cvsignore,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- .cvsignore	20 Aug 2008 21:30:39 -0000	1.91
+++ .cvsignore	1 Sep 2008 13:12:53 -0000	1.92
@@ -1 +1 @@
-evolution-data-server-2.23.90.1.tar.bz2
+evolution-data-server-2.23.91.tar.bz2


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- evolution-data-server.spec	20 Aug 2008 21:30:40 -0000	1.232
+++ evolution-data-server.spec	1 Sep 2008 13:12:53 -0000	1.233
@@ -28,7 +28,7 @@
 ### Abstract ###
 
 Name: evolution-data-server
-Version: 2.23.90.1
+Version: 2.23.91
 Release: 1%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
@@ -51,6 +51,8 @@
 # RH bug #243296
 Patch13: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
 
+Patch14: evolution-data-server-2.23.91-compiler-warnings.patch
+
 ### Build Dependencies ###
 
 BuildRequires: GConf2-devel
@@ -129,6 +131,7 @@
 %patch11 -p1 -b .fix-ldap-query
 %patch12 -p1 -b .camel-folder-summary-crash
 %patch13 -p1 -b .fix-64bit-acinclude
+%patch14 -p1 -b .compiler-warnings
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -374,6 +377,9 @@
 %{_datadir}/gtk-doc/html/libedataserverui
 
 %changelog
+* Mon Sep 01 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.91-1.fc10
+- Update to 2.23.91
+
 * Wed Aug 20 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.90.1-1.fc10
 - Update to 2.23.90.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/sources,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- sources	20 Aug 2008 21:30:40 -0000	1.91
+++ sources	1 Sep 2008 13:12:53 -0000	1.92
@@ -1 +1 @@
-b196fb22c92fa7e344c957267d2cf3db  evolution-data-server-2.23.90.1.tar.bz2
+c5c7dc31421f33f6665e66661599cae0  evolution-data-server-2.23.91.tar.bz2




More information about the fedora-extras-commits mailing list