From 5a837f73f004634853499363c40adb975708a483 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 28 Aug 2006 11:46:25 +0000 Subject: [PATCH] - Add patch for RH bug #201541. --- evolution.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/evolution.spec b/evolution.spec index a2a01c6..7083e38 100644 --- a/evolution.spec +++ b/evolution.spec @@ -45,7 +45,7 @@ Name: evolution Version: 2.7.92 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -132,6 +132,9 @@ Patch34: evolution-2.7.92-uninitialized-gerror.patch Patch35: evolution-2.7.92-deprecated-glib.patch Patch36: evolution-2.7.92-deprecated-gdk.patch +# RH bug #201541 / Gnome.org bug #336983 +Patch37: evolution-2.7.92-fix-edit-copy.patch + ### Dependencies ### Requires: ORBit2 >= %{orbit2_version} @@ -270,6 +273,7 @@ Development files needed for building things which link against evolution. %patch34 -p1 -b .uninitialized-gerror %patch35 -p1 -b .deprecated-glib %patch36 -p1 -b .deprecated-gdk +%patch37 -p1 -b .fix-edit-copy mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -660,6 +664,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Mon Aug 28 2006 Matthew Barnes - 2.7.92-5.fc6 +- Add patch for RH bug #201541. + * Wed Aug 23 2006 Matthew Barnes - 2.7.92-4.fc6 - Add patches for Gnome.org bug #352450.