- Add patch for RH bug #157505 for QE testing.

This commit is contained in:
Matthew Barnes 2006-06-26 15:14:52 +00:00
parent fe02047785
commit ae09cddd49

View File

@ -47,7 +47,7 @@
Name: evolution
Version: 2.7.3
Release: 3
Release: 4
License: GPL
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -119,6 +119,9 @@ Patch900: evolution-2.7.2.1-quit-resize-crash.patch
# Gnome.org #345677
Patch901: evolution-2.7.3-no-boolean-in-schemas.patch
# RH bug #157505
Patch902: evolution-2.7.3-candidate-window-position.patch
### Dependencies ###
Requires: scrollkeeper >= 0.1.4
@ -272,6 +275,7 @@ Development files needed for building things which link against evolution.
%patch900 -p1 -b .quit-resize-crash
%patch901 -p1 -b .no-boolean-in-schemas
%patch902 -p1 -b .candidate-window-position
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -662,6 +666,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog
* Mon Jun 26 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-4
- Add patch for RH bug #157505 for QE testing.
* Thu Jun 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-3
- Fix bad type in schema file (Gnome.org #345677).