- Add patch for GNOME bug #578685 (attachment bar crasher).
This commit is contained in:
parent
626bcaab63
commit
59bf182868
12
evolution-2.26.1-attachment-bar-crasher.patch
Normal file
12
evolution-2.26.1-attachment-bar-crasher.patch
Normal file
@ -0,0 +1,12 @@
|
||||
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)
|
@ -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 @@ Patch11: evolution-2.5.4-fix-conduit-dir.patch
|
||||
# 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 @@ This package contains supplemental utilities for %{name} that require Perl.
|
||||
%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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1-2.fc11
|
||||
- Add patch for GNOME bug #578685 (attachment bar crasher).
|
||||
|
||||
* Mon Apr 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1-1.fc11
|
||||
- Update to 2.26.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user