- Add patch for Gnome.org bug #353472.

This commit is contained in:
Matthew Barnes 2006-08-29 21:57:17 +00:00
parent 1bc5629108
commit f3c32bc093

View File

@ -45,7 +45,7 @@
Name: evolution
Version: 2.7.92
Release: 6%{?dist}
Release: 7%{?dist}
License: GPL
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -138,6 +138,9 @@ Patch37: evolution-2.7.92-fix-edit-copy.patch
# RH bug #202289
Patch38: evolution-2.7.92-fix-prgname.patch
# Gnome.org bug #353472
Patch39: evolution-2.7.92-chain-finalize.patch
### Dependencies ###
Requires: ORBit2 >= %{orbit2_version}
@ -278,6 +281,7 @@ Development files needed for building things which link against evolution.
%patch36 -p1 -b .deprecated-gdk
%patch37 -p1 -b .fix-edit-copy
%patch38 -p1 -b .fix-prgname
%patch39 -p1 -b .chain-finalize
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -668,6 +672,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog
* Tue Aug 29 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-7.fc6
- Add patch for Gnome.org bug #353472.
* Mon Aug 28 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-6.fc6
- Add another hunk to the patch for RH bug #201541.
- Add patch for RH bug #202289.