- Update to 2.23.4
This commit is contained in:
parent
3bd4a1a8f5
commit
4f22dc85c9
@ -1 +1 @@
|
|||||||
evolution-data-server-2.23.3.tar.bz2
|
evolution-data-server-2.23.4.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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
|
diff -up evolution-data-server-2.23.4/addressbook/backends/ldap/e-book-backend-ldap.c.fix-ldap-query evolution-data-server-2.23.4/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.23.4/addressbook/backends/ldap/e-book-backend-ldap.c.fix-ldap-query 2008-06-15 23:18:08.000000000 -0400
|
||||||
+++ evolution-data-server-2.21.3/addressbook/backends/ldap/e-book-backend-ldap.c 2007-12-03 16:12:33.000000000 -0500
|
+++ evolution-data-server-2.23.4/addressbook/backends/ldap/e-book-backend-ldap.c 2008-06-16 10:34:29.000000000 -0400
|
||||||
@@ -3339,22 +3339,28 @@ func_and(struct _ESExp *f, int argc, str
|
@@ -3417,22 +3417,28 @@ func_and(struct _ESExp *f, int argc, str
|
||||||
char ** strings;
|
char ** strings;
|
||||||
|
|
||||||
if (argc > 0) {
|
if (argc > 0) {
|
||||||
@ -32,7 +32,7 @@ diff -up evolution-data-server-2.21.3/addressbook/backends/ldap/e-book-backend-l
|
|||||||
|
|
||||||
for (i = 0 ; i < argc + 2; i ++)
|
for (i = 0 ; i < argc + 2; i ++)
|
||||||
g_free (strings[i]);
|
g_free (strings[i]);
|
||||||
@@ -3376,22 +3382,28 @@ func_or(struct _ESExp *f, int argc, stru
|
@@ -3454,22 +3460,28 @@ func_or(struct _ESExp *f, int argc, stru
|
||||||
char ** strings;
|
char ** strings;
|
||||||
|
|
||||||
if (argc > 0) {
|
if (argc > 0) {
|
||||||
@ -63,10 +63,10 @@ diff -up evolution-data-server-2.21.3/addressbook/backends/ldap/e-book-backend-l
|
|||||||
|
|
||||||
for (i = 0 ; i < argc + 2; i ++)
|
for (i = 0 ; i < argc + 2; i ++)
|
||||||
g_free (strings[i]);
|
g_free (strings[i]);
|
||||||
@@ -3540,6 +3552,7 @@ func_beginswith(struct _ESExp *f, int ar
|
@@ -3622,6 +3634,7 @@ func_beginswith(struct _ESExp *f, int ar
|
||||||
char *ldap_attr = query_prop_to_ldap(propname);
|
|
||||||
|
|
||||||
if (strlen (str) == 0) {
|
if (strlen (str) == 0) {
|
||||||
|
g_free (str);
|
||||||
|
|
||||||
+ ldap_data->list = g_list_prepend (ldap_data->list, g_strdup (""));
|
+ ldap_data->list = g_list_prepend (ldap_data->list, g_strdup (""));
|
||||||
r = e_sexp_result_new (f, ESEXP_RES_BOOL);
|
r = e_sexp_result_new (f, ESEXP_RES_BOOL);
|
||||||
r->value.bool = FALSE;
|
r->value.bool = FALSE;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 2.23.3
|
Version: 2.23.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -372,6 +372,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/libedataserverui
|
%{_datadir}/gtk-doc/html/libedataserverui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-1.fc10
|
||||||
|
- Update to 2.23.4
|
||||||
|
|
||||||
* Mon Jun 02 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.3-1.fc10
|
* Mon Jun 02 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.3-1.fc10
|
||||||
- Update to 2.23.3
|
- Update to 2.23.3
|
||||||
- Remove patch for GNOME bug #531439 (fixed upstream).
|
- Remove patch for GNOME bug #531439 (fixed upstream).
|
||||||
|
Loading…
Reference in New Issue
Block a user