From 00f77cf2e250ff468fd56c0eff7acf5d9aec4084 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 21 Sep 2006 21:33:21 +0000 Subject: [PATCH] - Add patch for RH bug #205576 (message deletion in thread view). --- evolution.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/evolution.spec b/evolution.spec index 76f7a1d..09b64cc 100644 --- a/evolution.spec +++ b/evolution.spec @@ -45,7 +45,7 @@ Name: evolution Version: 2.8.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -127,6 +127,9 @@ Patch32: evolution-2.8.0-indic-cursor-movement.patch # Gnome.org bug #356811 Patch33: evolution-2.8.0-uninstall.patch +# RH bug #205576 / Gnome.org bug #352982 +Patch34: evolution-2.8.0-fix-message-deletion.patch + ### Dependencies ### Requires: ORBit2 >= %{orbit2_version} @@ -262,6 +265,7 @@ Development files needed for building things which link against evolution. %patch31 -p1 -b .search-on-folder-change %patch32 -p1 -b .indic-cursor-movement %patch33 -p1 -b .uninstall +%patch34 -p1 -b .fix-message-deletion mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -652,6 +656,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Thu Sep 21 2006 Matthew Barnes - 2.8.0-6.fc6 +- Add patch for RH bug #205576 (message deletion in thread view). + * Wed Sep 20 2006 Matthew Barnes - 2.8.0-5.fc6 - Add patch for Gnome.org bug #356811 (lingering file on uninstall).