From f8fb78e16919c3353db739c6808c77c3026a2d98 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Aug 23 2006 18:22:04 +0000 Subject: - Add patches for Gnome.org bug #352450. --- diff --git a/evolution.spec b/evolution.spec index 9359309..a2a01c6 100644 --- a/evolution.spec +++ b/evolution.spec @@ -45,7 +45,7 @@ Name: evolution Version: 2.7.92 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -128,6 +128,10 @@ Patch33: evolution-2.7.91-provide-camel-exception.patch # Gnome.org bug #352423 Patch34: evolution-2.7.92-uninitialized-gerror.patch +# Gnome.org bug #352450 (2 patches) +Patch35: evolution-2.7.92-deprecated-glib.patch +Patch36: evolution-2.7.92-deprecated-gdk.patch + ### Dependencies ### Requires: ORBit2 >= %{orbit2_version} @@ -264,6 +268,8 @@ Development files needed for building things which link against evolution. %patch32 -p1 -b .mail-account-disable %patch33 -p1 -b .provide-camel-exception %patch34 -p1 -b .uninitialized-gerror +%patch35 -p1 -b .deprecated-glib +%patch36 -p1 -b .deprecated-gdk mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -654,6 +660,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Wed Aug 23 2006 Matthew Barnes - 2.7.92-4.fc6 +- Add patches for Gnome.org bug #352450. + * 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.