[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/evolution/devel evolution-2.7.90-fix-crash-on-paste.patch, NONE, 1.1 evolution.spec, 1.169, 1.170
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/evolution/devel evolution-2.7.90-fix-crash-on-paste.patch, NONE, 1.1 evolution.spec, 1.169, 1.170
- Date: Sat, 29 Jul 2006 03:13:43 -0400
Author: mbarnes
Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16629
Modified Files:
evolution.spec
Added Files:
evolution-2.7.90-fix-crash-on-paste.patch
Log Message:
- Add patch for RH bug #167157.
evolution-2.7.90-fix-crash-on-paste.patch:
e-calendar-view.c | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
--- NEW FILE evolution-2.7.90-fix-crash-on-paste.patch ---
--- evolution-2.7.90/calendar/gui/e-calendar-view.c.fix-crash-on-paste 2006-07-29 03:07:18.000000000 -0400
+++ evolution-2.7.90/calendar/gui/e-calendar-view.c 2006-07-29 03:07:49.000000000 -0400
@@ -376,10 +376,8 @@
/* FIXME Error handling */
uid = NULL;
if (e_cal_create_object (client, e_cal_component_get_icalcomponent (comp), &uid, NULL)) {
- if (uid) {
+ if (uid)
e_cal_component_set_uid (comp, uid);
- g_free (uid);
- }
if (itip_organizer_is_user (comp, client) &&
send_component_dialog ((GtkWindow *) gtk_widget_get_toplevel (GTK_WIDGET (cal_view)),
Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- evolution.spec 27 Jul 2006 21:35:17 -0000 1.169
+++ evolution.spec 29 Jul 2006 07:13:40 -0000 1.170
@@ -48,7 +48,7 @@
Name: evolution
Version: 2.7.90
-Release: 3
+Release: 4
License: GPL
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@@ -112,6 +112,9 @@
# RH bug #178295 / Gnome.org bug #348638
Patch29: evolution-2.7.90-deleting-preedit-buffer.patch
+# RH bug #167157 / Gnome.org bug #334464
+Patch30: evolution-2.7.90-fix-crash-on-paste.patch
+
### Dependencies ###
Requires: ORBit2 >= %{orbit2_version}
@@ -244,6 +247,7 @@
%patch27 -p1 -b .replicated-cjk-input
%patch28 -p1 -b .submit-bug-report
%patch29 -p1 -b .deleting-preedit-buffer
+%patch30 -p1 -b .fix-crash-on-paste
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@@ -634,6 +638,9 @@
%{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog
+* Sat Jul 29 2006 Matthew Barnes <mbarnes redhat com> - 2.7.90-4
+- Add patch for RH bug #167157.
+
* Thu Jul 27 2006 Matthew Barnes <mbarnes redhat com> - 2.7.90-3
- Add Requires for evolution-data-server >= 1.7.90
- Add BuildRequires for evolution-data-server-devel >= 1.7.90
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]