- Add patch for RH bug #201307.

This commit is contained in:
Matthew Barnes 2006-09-13 16:16:43 +00:00
parent 570e585f7b
commit af848a0cf8

View File

@ -45,7 +45,7 @@
Name: evolution
Version: 2.8.0
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -118,6 +118,9 @@ Patch29: evolution-2.7.92-chain-finalize.patch
# Gnome.org bug #351332
Patch30: evolution-2.8.0-fix-missing-declarations.patch
# RH bug #201307 / Gnome.org bug #350565
Patch31: evolution-2.8.0-search-on-folder-change.patch
### Dependencies ###
Requires: ORBit2 >= %{orbit2_version}
@ -250,6 +253,7 @@ Development files needed for building things which link against evolution.
%patch28 -p1 -b .fix-prgname
%patch29 -p1 -b .chain-finalize
%patch30 -p1 -b .fix-missing-declarations
%patch31 -p1 -b .search-on-folder-change
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -640,6 +644,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog
* Wed Sep 13 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-2.fc6
- Add patch for RH bug #201307.
* Mon Sep 4 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-1.fc6
- Update to 2.8.0
- Remove patch for RH bug #197868 (fixed upstream).