From 1e9219bc669b306be270a9f835e4d1e9a63083c951dbf97b5b7b12ba30f76582 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 22 Jun 2008 00:08:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=24 --- bash-2.03-manual.patch | 9 +++++++++ bash.changes | 5 +++++ bash.spec | 12 +++++++----- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/bash-2.03-manual.patch b/bash-2.03-manual.patch index 0ac0e44..991124f 100644 --- a/bash-2.03-manual.patch +++ b/bash-2.03-manual.patch @@ -13,6 +13,15 @@ .B \-D A list of all double-quoted strings preceded by \fB$\fP is printed on the standard ouput. +@@ -2539,7 +2539,7 @@ The \fIpattern\fP is expanded to produce + pathname expansion. + \fIParameter\fP is expanded and the longest match of \fIpattern\fP + against its value is replaced with \fIstring\fP. +-If \Ipattern\fP begins with \fB/\fP, all matches of \fIpattern\fP are ++If \fIpattern\fP begins with \fB/\fP, all matches of \fIpattern\fP are + replaced with \fIstring\fP. Normally only the first match is replaced. + If \fIpattern\fP begins with \fB#\fP, it must match at the beginning + of the expanded value of \fIparameter\fP. @@ -5799,6 +5805,11 @@ .SH "SHELL BUILTIN COMMANDS" .\" start of bash_builtins diff --git a/bash.changes b/bash.changes index 181a92e..0168a94 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 17 11:05:07 CEST 2008 - werner@suse.de + +- Avoid underline the full paragraph in the man page (bnc#400767) + ------------------------------------------------------------------- Sat May 17 19:24:50 CEST 2008 - coolo@suse.de diff --git a/bash.spec b/bash.spec index 01c9034..c3ec115 100644 --- a/bash.spec +++ b/bash.spec @@ -20,7 +20,7 @@ Group: System/Shells Recommends: bash-doc = %bash_vers AutoReqProv: on Version: 3.2 -Release: 109 +Release: 114 Summary: The GNU Bourne-Again Shell Url: http://www.gnu.org/software/bash/bash.html Source0: bash-%{bash_vers}.tar.bz2 @@ -76,7 +76,7 @@ Group: Documentation/Man Provides: bash:%{_infodir}/bash.info.gz PreReq: %install_info_prereq Version: 3.2 -Release: 68 +Release: 73 AutoReqProv: on %description -n bash-doc @@ -96,7 +96,7 @@ Summary: The Readline Library Group: System/Libraries Provides: bash:/%{_lib}/libreadline.so.5 Version: 5.2 -Release: 68 +Release: 73 Recommends: readline-doc = %{version} Provides: readline = 5.2 Obsoletes: readline <= 5.2 @@ -120,7 +120,7 @@ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ Provides: bash:%{_libdir}/libreadline.a Version: 5.2 -Release: 109 +Release: 114 Requires: libreadline5 = %{version} Requires: ncurses-devel Recommends: readline-doc = %{version} @@ -144,7 +144,7 @@ Group: System/Libraries Provides: readline:%{_infodir}/readline.info.gz PreReq: %install_info_prereq Version: 5.2 -Release: 68 +Release: 73 AutoReqProv: on %description -n readline-doc @@ -421,6 +421,8 @@ EOF %doc %{_defaultdocdir}/readline/ %changelog +* Tue Jun 17 2008 werner@suse.de +- Avoid underline the full paragraph in the man page (bnc#400767) * Sat May 17 2008 coolo@suse.de - fix rename of xxbit packages * Tue May 06 2008 schwab@suse.de