- Add patch for RH bug #231767 (allow mail-notification to build).

This commit is contained in:
Matthew Barnes 2007-04-02 18:28:09 +00:00
parent 1b9cf366ef
commit 429c3b7ab9

View File

@ -47,7 +47,7 @@
Name: evolution
Version: 2.10.0
Release: 6%{?dist}
Release: 7%{?dist}
License: GPL
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -161,6 +161,9 @@ Patch47: evolution-2.10.0-drop-old-glib-support.patch
# CVE-2007-1002
Patch48: evolution-2.10.0-CVE-2007-1002.patch
# RH bug #231767 / GNOME bug #400241
Patch49: evolution-2.10.0-let-mail-notification-build.patch
## Dependencies ###
Requires(post): GConf2
@ -313,6 +316,7 @@ Development files needed for building things which link against evolution.
%patch46 -p1 -b .use-glib-i18n
%patch47 -p1 -b .drop-old-glib-support
%patch48 -p1 -b .CVE-2007-1002
%patch49 -p1 -b .let-mail-notification-build
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -729,6 +733,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog
* Mon Apr 02 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-7.fc7
- Add patch for RH bug #231767 (allow mail-notification to build).
* Fri Mar 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-6.fc7
- Revise patch for GNOME bug #362638 (deprecate EThread).