From f3c32bc0930b9c92ee4e8bfdcc600cf0bf940c1f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 29 Aug 2006 21:57:17 +0000 Subject: [PATCH] - Add patch for Gnome.org bug #353472. --- evolution.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/evolution.spec b/evolution.spec index a4d791f..963fd65 100644 --- a/evolution.spec +++ b/evolution.spec @@ -45,7 +45,7 @@ Name: evolution Version: 2.7.92 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -138,6 +138,9 @@ Patch37: evolution-2.7.92-fix-edit-copy.patch # RH bug #202289 Patch38: evolution-2.7.92-fix-prgname.patch +# Gnome.org bug #353472 +Patch39: evolution-2.7.92-chain-finalize.patch + ### Dependencies ### Requires: ORBit2 >= %{orbit2_version} @@ -278,6 +281,7 @@ Development files needed for building things which link against evolution. %patch36 -p1 -b .deprecated-gdk %patch37 -p1 -b .fix-edit-copy %patch38 -p1 -b .fix-prgname +%patch39 -p1 -b .chain-finalize mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -668,6 +672,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Tue Aug 29 2006 Matthew Barnes - 2.7.92-7.fc6 +- Add patch for Gnome.org bug #353472. + * Mon Aug 28 2006 Matthew Barnes - 2.7.92-6.fc6 - Add another hunk to the patch for RH bug #201541. - Add patch for RH bug #202289.