This commit is contained in:
parent
0810a2e9aa
commit
1e9219bc66
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
12
bash.spec
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user