From 62c5ab5dc11cc0cdd2335612e8c074ab3c53ea7d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Jul 29 2006 07:13:40 +0000 Subject: - Add patch for RH bug #167157. --- diff --git a/evolution.spec b/evolution.spec index 1cc248a..c01fce4 100644 --- a/evolution.spec +++ b/evolution.spec @@ -48,7 +48,7 @@ Name: evolution Version: 2.7.90 -Release: 3 +Release: 4 License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -112,6 +112,9 @@ Patch28: evolution-2.7.3-submit-bug-report.patch # RH bug #178295 / Gnome.org bug #348638 Patch29: evolution-2.7.90-deleting-preedit-buffer.patch +# RH bug #167157 / Gnome.org bug #334464 +Patch30: evolution-2.7.90-fix-crash-on-paste.patch + ### Dependencies ### Requires: ORBit2 >= %{orbit2_version} @@ -244,6 +247,7 @@ Development files needed for building things which link against evolution. %patch27 -p1 -b .replicated-cjk-input %patch28 -p1 -b .submit-bug-report %patch29 -p1 -b .deleting-preedit-buffer +%patch30 -p1 -b .fix-crash-on-paste mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -634,6 +638,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Sat Jul 29 2006 Matthew Barnes - 2.7.90-4 +- Add patch for RH bug #167157. + * Thu Jul 27 2006 Matthew Barnes - 2.7.90-3 - Add Requires for evolution-data-server >= 1.7.90 - Add BuildRequires for evolution-data-server-devel >= 1.7.90