From 307ff6b65d222b324accbb7cd1550ab61d27b9fa Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: May 15 2006 03:07:27 +0000 Subject: - Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch to help `configure' detect the SSL modules (closes #191567). --- diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 277abac..ae0428e 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -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 - 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 - 1.7.1-1 - Update to 1.7.1 - Bump eds_base_version from 1.6 to 1.8.