diff --git a/evolution.spec b/evolution.spec index f7442bc..194f6e4 100644 --- a/evolution.spec +++ b/evolution.spec @@ -158,6 +158,9 @@ Patch46: evolution-2.10.0-use-glib-i18n.patch # GNOME bug #418971 Patch47: evolution-2.10.0-drop-old-glib-support.patch +# GNOME bug #427939 (gnome-doc-utils) +Patch48: evolution-2.10.1-fix-gnome-doc-utils.patch + ## Dependencies ### Requires(post): GConf2 @@ -310,6 +313,7 @@ Development files needed for building things which link against evolution. %patch45 -p1 -b .shell-main-cleanups %patch46 -p1 -b .use-glib-i18n %patch47 -p1 -b .drop-old-glib-support +%patch48 -p1 -b .fix-gnome-doc-utils mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -728,6 +732,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Apr 09 2007 Matthew Barnes - 2.10.1-1.fc7 - Update to 2.10.1 +- Fix buggy gnome-doc-utils.make (GNOME bug #427939). - Remove patch for CVE-2007-1002 (fixed upstream). - Remove patch for RH bug #231767 (fixed upstream). - Remove patch for RH bug #235056 (fixed upstream).