From 9a2777ea2823a1bf5f6eb3a2b72574718b05a8e2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 22 Aug 2006 20:11:25 +0000 Subject: [PATCH] - Replace my patch for RH bug #202383 with a better one from upstream. - Add patch for Gnome.org bug #352423. --- evolution.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/evolution.spec b/evolution.spec index 62d66f2..9359309 100644 --- a/evolution.spec +++ b/evolution.spec @@ -45,7 +45,7 @@ Name: evolution Version: 2.7.92 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -125,6 +125,9 @@ Patch32: evolution-2.7.91-mail-account-disable.patch # Gnome.org bug #352248 Patch33: evolution-2.7.91-provide-camel-exception.patch +# Gnome.org bug #352423 +Patch34: evolution-2.7.92-uninitialized-gerror.patch + ### Dependencies ### Requires: ORBit2 >= %{orbit2_version} @@ -260,6 +263,7 @@ Development files needed for building things which link against evolution. %patch31 -p1 -b .fix-duplicate-alarm %patch32 -p1 -b .mail-account-disable %patch33 -p1 -b .provide-camel-exception +%patch34 -p1 -b .uninitialized-gerror mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -650,6 +654,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Tue Aug 22 2006 Matthew Barnes - 2.7.92-3.fc6 +- Replace my patch for RH bug #202383 with a better one from upstream. +- Add patch for Gnome.org bug #352423. + * Mon Aug 21 2006 Matthew Barnes - 2.7.92-2.fc6 - Add patch for Gnome.org bug #352248 (and remember to commit it).