- Add patch for GNOME bug #359979 (change EMsgPort semantics).

This commit is contained in:
Matthew Barnes 2007-01-10 17:14:51 +00:00
parent 4b1e3b1d57
commit 48692f7f9d

View File

@ -25,7 +25,7 @@
Name: evolution-data-server
Version: 1.9.5
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPL
Group: System Environment/Libraries
Summary: Backend data server for Evolution
@ -71,6 +71,9 @@ Patch23: evolution-data-server-1.9.2-strftime.patch
# GNOME bug #373117
Patch24: evolution-data-server-1.9.3-e-source-color.patch
# GNOME bug #359979
Patch25: evolution-data-server-1.9.5-change-msgport-semantics.patch
### Dependencies ###
Requires: GConf2
@ -163,6 +166,7 @@ evolution-data-server.
%patch22 -p1 -b .fix-name-selector-dialog
%patch23 -p1 -b .strftime
%patch24 -p1 -b .e-source-color
%patch25 -p1 -b .change-msgport-semantics
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -380,6 +384,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
%changelog
* Wed Jan 10 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-3.fc7
- Add patch for GNOME bug #359979 (change EMsgPort semantics).
* Mon Jan 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-2.fc7
- Require libsoup-devel in devel subpackage (RH bug #152482).