From af848a0cf840958a5e5d2bf08a4a65481200dd31 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sep 13 2006 16:16:43 +0000 Subject: - Add patch for RH bug #201307. --- diff --git a/evolution.spec b/evolution.spec index 6af4650..27d11cf 100644 --- a/evolution.spec +++ b/evolution.spec @@ -45,7 +45,7 @@ Name: evolution Version: 2.8.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -118,6 +118,9 @@ Patch29: evolution-2.7.92-chain-finalize.patch # Gnome.org bug #351332 Patch30: evolution-2.8.0-fix-missing-declarations.patch +# RH bug #201307 / Gnome.org bug #350565 +Patch31: evolution-2.8.0-search-on-folder-change.patch + ### Dependencies ### Requires: ORBit2 >= %{orbit2_version} @@ -250,6 +253,7 @@ Development files needed for building things which link against evolution. %patch28 -p1 -b .fix-prgname %patch29 -p1 -b .chain-finalize %patch30 -p1 -b .fix-missing-declarations +%patch31 -p1 -b .search-on-folder-change mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -640,6 +644,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Wed Sep 13 2006 Matthew Barnes - 2.8.0-2.fc6 +- Add patch for RH bug #201307. + * Mon Sep 4 2006 Matthew Barnes - 2.8.0-1.fc6 - Update to 2.8.0 - Remove patch for RH bug #197868 (fixed upstream).