auto-import changelog data from bash-2.05b-4.src.rpm
Thu Aug 22 2002 Tim Waugh <twaugh@redhat.com> 2.05b-4 - Fix history substitution modifiers in UTF-8 (bug #70294, bug #71186). - Fix ADVANCE_CHAR at end of string (bug #70819). - docs: CWRU/POSIX.NOTES no longer exists, but ship POSIX.
This commit is contained in:
parent
71bb0ca828
commit
971fd497f2
13
bash.spec
13
bash.spec
@ -1,7 +1,7 @@
|
|||||||
Version: 2.05b
|
Version: 2.05b
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 3
|
Release: 4
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPL
|
License: GPL
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.bz2
|
||||||
@ -20,6 +20,8 @@ Patch8: bash-2.05-ia64.patch
|
|||||||
Patch11: bash-2.05a-loadables.patch
|
Patch11: bash-2.05a-loadables.patch
|
||||||
Patch12: bash-2.05a-interpreter.patch
|
Patch12: bash-2.05a-interpreter.patch
|
||||||
Patch15: bash-2.05b-readline-oom.patch
|
Patch15: bash-2.05b-readline-oom.patch
|
||||||
|
Patch16: bash-2.05b-utf8.patch
|
||||||
|
Patch17: bash-2.05b-mbinc.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Requires: mktemp
|
Requires: mktemp
|
||||||
Provides: bash2
|
Provides: bash2
|
||||||
@ -61,6 +63,8 @@ Again shell version %{version}.
|
|||||||
%patch11 -p1 -b .loadables
|
%patch11 -p1 -b .loadables
|
||||||
%patch12 -p1 -b .interpreter
|
%patch12 -p1 -b .interpreter
|
||||||
%patch15 -p1 -b .readline-oom
|
%patch15 -p1 -b .readline-oom
|
||||||
|
%patch16 -p1 -b .utf8
|
||||||
|
%patch17 -p1 -b .mbinc
|
||||||
echo %{version} > _distribution
|
echo %{version} > _distribution
|
||||||
echo %{release} > _patchlevel
|
echo %{release} > _patchlevel
|
||||||
|
|
||||||
@ -194,7 +198,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES COMPAT NEWS NOTES CWRU/POSIX.NOTES
|
%doc CHANGES COMPAT NEWS NOTES POSIX
|
||||||
%doc doc/FAQ doc/INTRO doc/article.ms
|
%doc doc/FAQ doc/INTRO doc/article.ms
|
||||||
%doc -P examples/bashdb/ examples/functions/ examples/misc/
|
%doc -P examples/bashdb/ examples/functions/ examples/misc/
|
||||||
%doc -P examples/scripts.noah/ examples/scripts.v2/ examples/scripts/
|
%doc -P examples/scripts.noah/ examples/scripts.v2/ examples/scripts/
|
||||||
@ -213,6 +217,11 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 22 2002 Tim Waugh <twaugh@redhat.com> 2.05b-4
|
||||||
|
- Fix history substitution modifiers in UTF-8 (bug #70294, bug #71186).
|
||||||
|
- Fix ADVANCE_CHAR at end of string (bug #70819).
|
||||||
|
- docs: CWRU/POSIX.NOTES no longer exists, but ship POSIX.
|
||||||
|
|
||||||
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-3
|
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-3
|
||||||
- Fixed out of memory problem with readline.
|
- Fixed out of memory problem with readline.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
f3e5428ed52a4f536f571a945d5de95d bash-2.05b.tar.bz2
|
f3e5428ed52a4f536f571a945d5de95d bash-2.05b.tar.bz2
|
||||||
1fb7158868b3d0486fc4611a838c2662 bash-completion-20020220.tar.gz
|
1fb7158868b3d0486fc4611a838c2662 bash-completion-20020220.tar.gz
|
||||||
a402e8df0aab99137adb8d3659feb86c bash-doc-2.05b.tar.bz2
|
549a72505e155896dec6702c88ff383f bash-doc-2.05b.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user