- Revise patch for RH bug #198935.

- Add patch for Gnome.org bug #353478.
This commit is contained in:
Matthew Barnes 2006-08-29 21:56:06 +00:00
parent 89a9a48fc0
commit c548692322

View File

@ -22,7 +22,7 @@
Name: evolution-data-server
Version: 1.7.92
Release: 3%{?dist}
Release: 4%{?dist}
License: LGPL
Group: System Environment/Libraries
Summary: Backend data server for Evolution
@ -50,6 +50,9 @@ Patch17: evolution-data-server-1.7.92-uninitialized-gerror.patch
# RH bug #198935 / Gnome.org bug #350907
Patch18: evolution-data-server-1.7.92-fix-fd-leak.patch
# Gnome.org bug #353478
Patch19: evolution-data-server-1.7.92-chain-finalize.patch
### Dependencies ###
Requires: GConf2
@ -135,6 +138,7 @@ evolution-data-server.
%patch16 -p1 -b .maybe-fix-crash
%patch17 -p1 -b .uninitialized-gerror
%patch18 -p1 -b .fix-fd-leak
%patch19 -p1 -b .chain-finalize
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -337,6 +341,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
%changelog
* Tue Aug 29 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-4.fc6
- Revise patch for RH bug #198935.
- Add patch for Gnome.org bug #353478.
* Mon Aug 28 2006 Ray Strode <rstrode@redhat.com> - 1.7.92-3.fc6
- Add patch from Veerapuram Varadhan to fix fd leak (bug 198935).