rpms/evolution/devel evolution-2.26.1-attachment-bar-crasher.patch, NONE, 1.1 evolution.spec, 1.380, 1.381

Matthew Barnes mbarnes at fedoraproject.org
Tue Apr 14 16:54:21 UTC 2009


Author: mbarnes

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

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.26.1-attachment-bar-crasher.patch 
Log Message:

* Tue Apr 14 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.1-2.fc11
- Add patch for GNOME bug #578685 (attachment bar crasher).


evolution-2.26.1-attachment-bar-crasher.patch:

--- NEW FILE evolution-2.26.1-attachment-bar-crasher.patch ---
diff -up evolution-2.26.1/widgets/misc/e-attachment-bar.c.attachment-bar-crasher evolution-2.26.1/widgets/misc/e-attachment-bar.c
--- evolution-2.26.1/widgets/misc/e-attachment-bar.c.attachment-bar-crasher	2009-04-14 12:49:45.000000000 -0400
+++ evolution-2.26.1/widgets/misc/e-attachment-bar.c	2009-04-14 12:50:54.000000000 -0400
@@ -450,6 +450,8 @@ update (EAttachmentBar *bar)
 				if (desc)
 					desc = g_strdup (desc);
 			}
+		} else {
+			desc = g_strdup (desc);
 		}
 
 		if (!desc)


Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -r1.380 -r1.381
--- evolution.spec	14 Apr 2009 03:01:30 -0000	1.380
+++ evolution.spec	14 Apr 2009 16:53:51 -0000	1.381
@@ -45,7 +45,7 @@
 
 Name: evolution
 Version: 2.26.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Productivity
 Summary: Mail and calendar client for GNOME
 License: GPLv2+ and GFDL
@@ -68,6 +68,9 @@
 # RH bug #176400
 Patch12: evolution-2.9.1-im-context-reset.patch
 
+# GNOME bug #578685
+Patch13: evolution-2.26.1-attachment-bar-crasher.patch
+
 ## Dependencies ###
 
 Requires(post): GConf2
@@ -225,6 +228,7 @@
 %patch10 -p1 -b .ldaphack
 %patch11 -p1 -b .fix-conduit-dir
 %patch12 -p1 -b .im-context-reset
+%patch13 -p1 -b .attachment-bar-crasher
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -691,6 +695,9 @@
 %{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
 
 %changelog
+* Tue Apr 14 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.1-2.fc11
+- Add patch for GNOME bug #578685 (attachment bar crasher).
+
 * Mon Apr 13 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.1-1.fc11
 - Update to 2.26.1
 




More information about the fedora-extras-commits mailing list