From c36565a39aa886462a559a542129319b2d1a146f Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 20 Jun 2006 19:08:08 +0000 Subject: [PATCH] - fix a typo in sasl_client_start(3) (#196066) --- cyrus-sasl-2.1.22-typo.patch | 12 ++++++++++++ cyrus-sasl.spec | 7 ++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 cyrus-sasl-2.1.22-typo.patch diff --git a/cyrus-sasl-2.1.22-typo.patch b/cyrus-sasl-2.1.22-typo.patch new file mode 100644 index 0000000..20e235a --- /dev/null +++ b/cyrus-sasl-2.1.22-typo.patch @@ -0,0 +1,12 @@ +Upstream #2848, Red Hat #196066. +--- cyrus-sasl-2.1.22/man/sasl_client_start.3 2006-06-20 15:05:35.000000000 -0400 ++++ cyrus-sasl-2.1.22/man/sasl_client_start.3 2006-06-20 15:05:28.000000000 -0400 +@@ -73,7 +73,7 @@ + + .PP + .I mechlist +-is a list of mechanisms the server has available. Punctuation if ignored. ++is a list of mechanisms the server has available. Punctuation is ignored. + .PP + .I prompt_need + is filled in with a list of prompts needed to continue (if necessary). diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index f13a3a0..0f1e8c3 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -6,7 +6,7 @@ Summary: The Cyrus SASL library. Name: cyrus-sasl Version: 2.1.22 -Release: 1 +Release: 2 License: Freely Distributable Group: System Environment/Libraries Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz @@ -33,6 +33,7 @@ Patch21: cyrus-sasl-2.1.22-no-static-deps.patch Patch22: cyrus-sasl-2.1.21-gssapi-generic.patch Patch23: cyrus-sasl-2.1.19-omit_realm.patch Patch24: cyrus-sasl-2.1.21-sizes.patch +Patch25: cyrus-sasl-2.1.22-typo.patch Patch50: db-4.3.27-initmem.patch Buildroot: %{_tmppath}/%{name}-root BuildPrereq: autoconf, automake, libtool, gdbm-devel, groff @@ -144,6 +145,7 @@ popd %patch22 -p1 -b .gssapi-generic #%patch23 -p1 -b .omit_realm %patch24 -p1 -b .sizes +%patch25 -p1 -b .typo # FIXME - this is just weird rm config/ltconfig config/libtool.m4 rm -fr autom4te.cache @@ -421,6 +423,9 @@ fi %{_sbindir}/sasl2-shared-mechlist %changelog +* Tue Jun 20 2006 Nalin Dahyabhai 2.1.22-2 +- fix a typo in sasl_client_start(3) (#196066) + * Mon May 22 2006 Nalin Dahyabhai 2.1.22-1 - update to 2.1.22, adding pluginviewer to %%{_sbindir}