From 47c723c0aea027767f9582863eb7a78f18248207 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Jan 10 2007 17:15:05 +0000 Subject: - Add patch for GNOME bug #359979 (change EMsgPort semantics). --- diff --git a/evolution.spec b/evolution.spec index d770c39..c8e10bf 100644 --- a/evolution.spec +++ b/evolution.spec @@ -44,7 +44,7 @@ Name: evolution Version: 2.9.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -160,6 +160,9 @@ Patch41: evolution-2.9.3-gtk-color-button.patch # GNOME bug #218898 Patch42: evolution-2.9.4-view-message-source.patch +# GNOME bug #359979 +Patch43: evolution-2.9.5-change-msgport-semantics.patch + ## Dependencies ### Requires: ORBit2 >= %{orbit2_version} @@ -306,6 +309,7 @@ Development files needed for building things which link against evolution. %patch40 -p1 -b .meeting-list-view %patch41 -p1 -b .gtk-color-button %patch42 -p1 -b .view-message-source +%patch43 -p1 -b .change-msgport-semantics mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -721,7 +725,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog -* Mon Jan 08 2008 Matthew Barnes - 2.9.5-1.fc7 +* Wed Jan 10 2007 Matthew Barnes - 2.9.5-2.fc7 +- Add patch for GNOME bug #359979 (change EMsgPort semantics). + +* Mon Jan 08 2007 Matthew Barnes - 2.9.5-1.fc7 - Update to 2.9.5 - Remove pilot-link-0.12 patch (fixed upstream). - Remove patch for RH bug #215466 and #218589 (fixed upstream).