- Add patch for RH bug #198935.

This commit is contained in:
Matthew Barnes 2006-09-12 13:48:18 +00:00
parent 1b8ed2f02a
commit e9e33d20ff

View File

@ -22,7 +22,7 @@
Name: evolution-data-server Name: evolution-data-server
Version: 1.8.0 Version: 1.8.0
Release: 1%{?dist} Release: 2%{?dist}
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: Backend data server for Evolution Summary: Backend data server for Evolution
@ -50,6 +50,9 @@ Patch16: evolution-data-server-1.7.92-fix-fd-leak.patch
# Gnome.org bug #353478 # Gnome.org bug #353478
Patch17: evolution-data-server-1.7.92-chain-finalize.patch Patch17: evolution-data-server-1.7.92-chain-finalize.patch
# RH bug #198935 / Gnome.org bug #348888
Patch18: evolution-data-server-1.8.0-msgport-pipes.patch
### Dependencies ### ### Dependencies ###
Requires: GConf2 Requires: GConf2
@ -134,6 +137,7 @@ evolution-data-server.
%patch15 -p1 -b .maybe-fix-crash %patch15 -p1 -b .maybe-fix-crash
%patch16 -p1 -b .fix-fd-leak %patch16 -p1 -b .fix-fd-leak
%patch17 -p1 -b .chain-finalize %patch17 -p1 -b .chain-finalize
%patch18 -p1 -b .msgport-pipes
mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib mkdir -p krb5-fakeprefix/lib
@ -336,6 +340,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
%changelog %changelog
* Tue Sep 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-2.fc6
- Add patch for RH bug #198935.
* Mon Sep 4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-1.fc6 * Mon Sep 4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-1.fc6
- Update to 1.8.0 - Update to 1.8.0
- Remove evolution-data-server-1.5.4-make_imap4_optional.patch (fixed upstream) - Remove evolution-data-server-1.5.4-make_imap4_optional.patch (fixed upstream)