- Add patch for RH bug #167157.

This commit is contained in:
Matthew Barnes 2006-07-29 07:13:40 +00:00
parent 48b5089c71
commit 62c5ab5dc1

View File

@ -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 <mbarnes@redhat.com> - 2.7.90-4
- Add patch for RH bug #167157.
* Thu Jul 27 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.90-3
- Add Requires for evolution-data-server >= 1.7.90
- Add BuildRequires for evolution-data-server-devel >= 1.7.90