- Add patch for RH bug #201541.

This commit is contained in:
Matthew Barnes 2006-08-28 11:46:25 +00:00
parent f8fb78e169
commit 5a837f73f0

View File

@ -45,7 +45,7 @@
Name: evolution
Version: 2.7.92
Release: 4%{?dist}
Release: 5%{?dist}
License: GPL
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -132,6 +132,9 @@ Patch34: evolution-2.7.92-uninitialized-gerror.patch
Patch35: evolution-2.7.92-deprecated-glib.patch
Patch36: evolution-2.7.92-deprecated-gdk.patch
# RH bug #201541 / Gnome.org bug #336983
Patch37: evolution-2.7.92-fix-edit-copy.patch
### Dependencies ###
Requires: ORBit2 >= %{orbit2_version}
@ -270,6 +273,7 @@ Development files needed for building things which link against evolution.
%patch34 -p1 -b .uninitialized-gerror
%patch35 -p1 -b .deprecated-glib
%patch36 -p1 -b .deprecated-gdk
%patch37 -p1 -b .fix-edit-copy
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -660,6 +664,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog
* Mon Aug 28 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-5.fc6
- Add patch for RH bug #201541.
* Wed Aug 23 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-4.fc6
- Add patches for Gnome.org bug #352450.