From cb9f1e1060befa445e4a823e347f631fc81cf1fe Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: May 01 2007 20:18:55 +0000 Subject: - Add patch for RH bug #238551 (incorrect attachment count). --- diff --git a/evolution-2.10.1-e-attachment-bar.patch b/evolution-2.10.1-e-attachment-bar.patch new file mode 100644 index 0000000..fdea03a --- /dev/null +++ b/evolution-2.10.1-e-attachment-bar.patch @@ -0,0 +1,11 @@ +--- evolution-2.10.1/widgets/misc/e-attachment-bar.c.e-attachment-bar 2007-05-01 11:22:41.000000000 -0400 ++++ evolution-2.10.1/widgets/misc/e-attachment-bar.c 2007-05-01 15:10:49.000000000 -0400 +@@ -491,6 +491,8 @@ + g_ptr_array_free (temp_arr, TRUE); + + update (bar); ++ ++ g_signal_emit (bar, signals[CHANGED], 0); + + id++; + diff --git a/evolution.spec b/evolution.spec index 4b9f4e5..6f079be 100644 --- a/evolution.spec +++ b/evolution.spec @@ -47,7 +47,7 @@ Name: evolution Version: 2.10.1 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -170,6 +170,9 @@ Patch50: evolution-2.10.1-fix-uri-handling.patch # RH bug #236399 / GNOME bug #434019 Patch51: evolution-2.10.1-en_CA-attribution-format.patch +# RH bug #238551 / GNOME bug #434981 +Patch52: evolution-2.10.1-e-attachment-bar.patch + ## Dependencies ### Requires(post): GConf2 @@ -326,6 +329,7 @@ Development files needed for building things which link against evolution. %patch49 -p1 -b .saving-attachments %patch50 -p1 -b .fix-uri-handling %patch51 -p1 -b .en_CA-attribution-format +%patch52 -p1 -b .e-attachment-bar mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -747,6 +751,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Tue May 01 2007 Matthew Barnes - 2.10.1-10.fc7 - Revise patch for GNOME bug #363695 to fix RH bug #238497 (crash sorting "To" column).