From ae09cddd49630dd04fa69fe4238dd0ccb69ec7f1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Jun 26 2006 15:14:52 +0000 Subject: - Add patch for RH bug #157505 for QE testing. --- diff --git a/evolution.spec b/evolution.spec index 05aed19..e56569f 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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 - 2.7.3-4 +- Add patch for RH bug #157505 for QE testing. + * Thu Jun 22 2006 Matthew Barnes - 2.7.3-3 - Fix bad type in schema file (Gnome.org #345677).