rpms/evolution-data-server/devel .cvsignore, 1.75, 1.76 evolution-data-server-1.7.91-maybe-fix-crash.patch, 1.1, 1.2 evolution-data-server-1.8.0-fix-ldap-query.patch, 1.1, 1.2 evolution-data-server.spec, 1.194, 1.195 sources, 1.75, 1.76

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Dec 3 23:06:05 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-data-server/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14619

Modified Files:
	.cvsignore evolution-data-server-1.7.91-maybe-fix-crash.patch 
	evolution-data-server-1.8.0-fix-ldap-query.patch 
	evolution-data-server.spec sources 
Log Message:

* Mon Dec 03 2007 Matthew Barnes <mbarnes at redhat.com> - 2.21.3-1.fc9
- Update to 2.21.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/.cvsignore,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- .cvsignore	12 Nov 2007 19:41:51 -0000	1.75
+++ .cvsignore	3 Dec 2007 23:05:27 -0000	1.76
@@ -1 +1 @@
-evolution-data-server-2.21.2.tar.bz2
+evolution-data-server-2.21.3.tar.bz2

evolution-data-server-1.7.91-maybe-fix-crash.patch:

Index: evolution-data-server-1.7.91-maybe-fix-crash.patch
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server-1.7.91-maybe-fix-crash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-data-server-1.7.91-maybe-fix-crash.patch	16 Aug 2006 20:01:46 -0000	1.1
+++ evolution-data-server-1.7.91-maybe-fix-crash.patch	3 Dec 2007 23:05:27 -0000	1.2
@@ -1,15 +1,15 @@
---- evolution-data-server-1.7.91/camel/providers/imap/camel-imap-search.c.maybe-fix-crash	2006-08-16 15:56:44.000000000 -0400
-+++ evolution-data-server-1.7.91/camel/providers/imap/camel-imap-search.c	2006-08-16 15:57:09.000000000 -0400
-@@ -342,8 +342,6 @@ sync_match(CamelImapSearch *is, struct _
+diff -up evolution-data-server-2.21.3/camel/providers/imap/camel-imap-search.c.maybe-fix-crash evolution-data-server-2.21.3/camel/providers/imap/camel-imap-search.c
+--- evolution-data-server-2.21.3/camel/providers/imap/camel-imap-search.c.maybe-fix-crash	2007-11-29 07:53:34.000000000 -0500
++++ evolution-data-server-2.21.3/camel/providers/imap/camel-imap-search.c	2007-12-03 11:51:26.000000000 -0500
+@@ -344,7 +344,6 @@ sync_match(CamelImapSearch *is, struct _
  		}
  		g_string_append_c (search, '"');
  	}
 -	camel_search_words_free (words);
--	
+ 
  	/* We only try search using utf8 if its non us-ascii text? */
  	if ((words->type & CAMEL_SEARCH_WORD_8BIT) &&  (store->capabilities & IMAP_CAPABILITY_utf8_search)) {
- 		response = camel_imap_command (store, folder, NULL,
-@@ -352,6 +350,8 @@ sync_match(CamelImapSearch *is, struct _
+@@ -354,6 +353,8 @@ sync_match(CamelImapSearch *is, struct _
  		if (response == NULL)
  			store->capabilities &= ~IMAP_CAPABILITY_utf8_search;
  	}

evolution-data-server-1.8.0-fix-ldap-query.patch:

Index: evolution-data-server-1.8.0-fix-ldap-query.patch
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server-1.8.0-fix-ldap-query.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-data-server-1.8.0-fix-ldap-query.patch	19 Oct 2007 16:59:47 -0000	1.1
+++ evolution-data-server-1.8.0-fix-ldap-query.patch	3 Dec 2007 23:05:27 -0000	1.2
@@ -1,6 +1,7 @@
---- evolution-data-server-1.8.0/addressbook/backends/ldap/e-book-backend-ldap.c.fix-ldap-query	2006-09-02 02:36:49.000000000 -0400
-+++ evolution-data-server-1.8.0/addressbook/backends/ldap/e-book-backend-ldap.c	2007-07-02 14:21:14.000000000 -0400
-@@ -3209,22 +3209,28 @@
+diff -up evolution-data-server-2.21.3/addressbook/backends/ldap/e-book-backend-ldap.c.fix-ldap-query evolution-data-server-2.21.3/addressbook/backends/ldap/e-book-backend-ldap.c
+--- evolution-data-server-2.21.3/addressbook/backends/ldap/e-book-backend-ldap.c.fix-ldap-query	2007-11-29 07:53:49.000000000 -0500
++++ evolution-data-server-2.21.3/addressbook/backends/ldap/e-book-backend-ldap.c	2007-12-03 16:12:33.000000000 -0500
+@@ -3339,22 +3339,28 @@ func_and(struct _ESExp *f, int argc, str
  	char ** strings;
  
  	if (argc > 0) {
@@ -10,7 +11,7 @@
  		strings = g_new0(char*, argc+3);
  		strings[0] = g_strdup ("(&");
  		strings[argc+3 - 2] = g_strdup (")");
- 		
+ 
 +		empty = 0;
  		for (i = 0; i < argc; i ++) {
  			GList *list_head = ldap_data->list;
@@ -31,7 +32,7 @@
  
  		for (i = 0 ; i < argc + 2; i ++)
  			g_free (strings[i]);
-@@ -3246,22 +3252,28 @@
+@@ -3376,22 +3382,28 @@ func_or(struct _ESExp *f, int argc, stru
  	char ** strings;
  
  	if (argc > 0) {
@@ -62,7 +63,7 @@
  
  		for (i = 0 ; i < argc + 2; i ++)
  			g_free (strings[i]);
-@@ -3410,6 +3422,7 @@
+@@ -3540,6 +3552,7 @@ func_beginswith(struct _ESExp *f, int ar
  		char *ldap_attr = query_prop_to_ldap(propname);
  
  		if (strlen (str) == 0) {


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- evolution-data-server.spec	15 Nov 2007 19:18:25 -0000	1.194
+++ evolution-data-server.spec	3 Dec 2007 23:05:27 -0000	1.195
@@ -25,8 +25,8 @@
 ### Abstract ###
 
 Name: evolution-data-server
-Version: 2.21.2
-Release: 2%{?dist}
+Version: 2.21.3
+Release: 1%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -140,11 +140,11 @@
 %patch11 -p1 -b .no-gnome-common
 %patch12 -p1 -b .maybe-fix-crash
 %patch14 -p1 -b .fix-ldap-query
-%patch15 -p1 -b .kill-ememory
-#%patch16 -p1 -b .e-passwords
-%patch18 -p1 -b .camel-folder-summary-crash
-%patch19 -p1 -b .fix-64bit-acinclude
-%patch20 -p1 -b .base64
+#%patch15 -p1 -b .kill-ememory
+##%patch16 -p1 -b .e-passwords
+#%patch18 -p1 -b .camel-folder-summary-crash
+#%patch19 -p1 -b .fix-64bit-acinclude
+#%patch20 -p1 -b .base64
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -387,6 +387,9 @@
 %{_datadir}/gtk-doc/html/libedataserverui
 
 %changelog
+* Mon Dec 03 2007 Matthew Barnes <mbarnes at redhat.com> - 2.21.3-1.fc9
+- Update to 2.21.3
+
 * Thu Nov 15 2007 Matthew Barnes <mbarnes at redhat.com> - 2.21.2-2.fc9
 - Add patch for RH bug #384741 (authentication crash).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/sources,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- sources	12 Nov 2007 19:41:51 -0000	1.75
+++ sources	3 Dec 2007 23:05:27 -0000	1.76
@@ -1 +1 @@
-48b902384ff830d522b3e3716a96bdb9  evolution-data-server-2.21.2.tar.bz2
+552a5af823c3bdf166c1229359acf07b  evolution-data-server-2.21.3.tar.bz2




More information about the fedora-extras-commits mailing list