- Add patch for RH bug #201831.

This commit is contained in:
Matthew Barnes 2006-08-15 00:49:04 +00:00
parent 7fabf75566
commit e56daecf85

View File

@ -45,7 +45,7 @@
Name: evolution
Version: 2.7.91
Release: 3
Release: 4
License: GPL
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -116,11 +116,15 @@ Patch29: evolution-2.7.4-deleting-preedit-buffer.patch
# RH bug #197868 / Gnome.org bug #350823
Patch30: evolution-2.7.91-default-mailer.patch
# Gnome.org bug #351332
Patch31: evolution-2.7.91-fix-missing-declarations.patch
# RH bug #202383
# RH bug #202383 / Gnome.org bug #351263
Patch32: evolution-2.7.91-fix-duplicate-alarm.patch
# RH bug #201831 / Gnome.org bug #350901
Patch33: evolution-2.7.91-mail-account-disable.patch
### Dependencies ###
Requires: ORBit2 >= %{orbit2_version}
@ -256,6 +260,7 @@ Development files needed for building things which link against evolution.
%patch30 -p1 -b .default-mailer
%patch31 -p1 -b .fix-missing-declarations
%patch32 -p1 -b .fix-duplicate-alarm
%patch33 -p1 -b .mail-account-disable
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -646,6 +651,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.91-4
- Add patch for RH bug #201831.
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.91-3
- Consolidate "missing declarations" patches.
- Add patch for RH bug #202383.