- Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch to

help `configure' detect the SSL modules (closes #191567).
This commit is contained in:
Matthew Barnes 2006-05-15 03:07:27 +00:00
parent a7a8a8217c
commit 307ff6b65d

View File

@ -21,7 +21,7 @@
Summary: Backend data server for evolution
Name: evolution-data-server
Version: 1.7.1
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
@ -47,6 +47,9 @@ Patch201: gb-309079-attach-48377.patch
Patch300: evolution-data-server-1.5.4-make_imap4_optional.patch
# Temporary upstream patch to make SSL work again.
Patch301: evolution-data-server-1.7.1-nss_auto_detect.patch
BuildRoot: %{_tmppath}/%{name}-root
Requires: libsoup >= %{soup_version}
Requires: ORBit2 >= %{orbit2_version}
@ -122,6 +125,7 @@ evolution-data-server.
%patch200 -p0 -b .fix-uid-leak
%patch201 -p0 -b .fix-comp-ref-leak
%patch300 -p1 -b .make_imap4_optional
%patch301 -p1 -b .nss_auto_detect
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -319,6 +323,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun May 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-2
- Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch
to help `configure' detect the SSL modules (closes #191567).
* Wed May 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-1
- Update to 1.7.1
- Bump eds_base_version from 1.6 to 1.8.