cvsdist 4d371b
Version: 3.0
cvsdist 74e8be
Name: bash
cvsdist 74e8be
Summary: The GNU Bourne Again shell (bash) version %{version}.
Tim Waugh 7d8950
Release: 34
cvsdist 74e8be
Group: System Environment/Shells
cvsdist a4dba7
License: GPL
cvsdist 4d371b
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
cvsdist 4d371b
Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
cvsdist 74e8be
Source3: dot-bashrc
cvsdist 74e8be
Source4: dot-bash_profile
cvsdist 74e8be
Source5: dot-bash_logout
Tim Waugh 5b2341
# Official upstream patches
Tim Waugh 5b2341
Patch1: bash30-001
Tim Waugh 5b2341
Patch2: bash30-002
Tim Waugh 5b2341
Patch3: bash30-003
Tim Waugh 5b2341
Patch4: bash30-004
Tim Waugh 5b2341
Patch5: bash30-005
Tim Waugh 5b2341
Patch6: bash30-006
Tim Waugh 5b2341
Patch7: bash30-007
Tim Waugh 5b2341
Patch8: bash30-008
Tim Waugh 5b2341
Patch9: bash30-009
Tim Waugh 5b2341
Patch10: bash30-010
Tim Waugh 5b2341
Patch11: bash30-011
Tim Waugh 5b2341
Patch12: bash30-012
Tim Waugh 5b2341
Patch13: bash30-013
Tim Waugh 5b2341
Patch14: bash30-014
Tim Waugh 5b2341
Patch15: bash30-015
Tim Waugh 5b2341
Patch16: bash30-016
Tim Waugh 5b2341
# Other patches
Tim Waugh 5b2341
Patch100: bash-2.03-paths.patch
Tim Waugh 5b2341
Patch101: bash-2.02-security.patch
Tim Waugh 5b2341
Patch102: bash-2.03-profile.patch
Tim Waugh 5b2341
Patch103: bash-2.05a-requires.patch
Tim Waugh 5b2341
Patch104: bash-2.05a-shellfunc.patch
Tim Waugh 5b2341
Patch105: bash-2.05-ia64.patch
Tim Waugh 5b2341
Patch106: bash-2.05a-loadables.patch
Tim Waugh 5b2341
Patch107: bash-2.05a-interpreter.patch
Tim Waugh 5b2341
Patch108: bash-2.05b-readline-oom.patch
Tim Waugh 5b2341
Patch109: bash-2.05b-utf8.patch
Tim Waugh 5b2341
Patch110: bash-2.05b-mbinc.patch
Tim Waugh 5b2341
Patch111: bash-multibyteifs.patch
Tim Waugh 5b2341
Patch112: bash-ulimit.patch
Tim Waugh 5b2341
Patch113: bash-jobs.patch
Tim Waugh 5b2341
Patch114: bash-2.05b-xcc.patch
Tim Waugh 5b2341
Patch115: bash-2.05b-pgrp_sync.patch
Tim Waugh 5b2341
Patch116: bash-2.05b-manso.patch
Tim Waugh 5b2341
Patch117: bash-2.05b-debuginfo.patch
Tim Waugh 5b2341
Patch118: bash-tty-tests.patch
Tim Waugh 5b2341
Patch119: bash-sigpipe.patch
Tim Waugh b2af33
Patch120: bash-read-e-segfault.patch
Tim Waugh 5a4ad2
Patch121: bash-manpage.patch
Tim Waugh e2f37a
Patch122: bash-wrap.patch
Tim Waugh 4cffe8
Patch123: bash-crash.patch
Tim Waugh ad656c
Patch124: bash-pwd.patch
Tim Waugh 0648c2
Patch125: bash-afs.patch
Tim Waugh 2feb65
Patch126: bash-setlocale.patch
Tim Waugh 4e2563
Patch127: bash-sighandler.patch
cvsdist 74e8be
Prefix: %{_prefix}
cvsdist 74e8be
Requires: mktemp
cvsdist 74e8be
Obsoletes: bash2 etcskel
cvsdist 6aab03
Obsoletes: bash2-doc bash-doc
cvsdist 8b5e1e
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 74e8be
cvsdist de3ddc
BuildRequires: texinfo bison
cvsdist 9bd0ca
BuildRequires: libtermcap-devel
cvsdist 4897e0
cvsdist 74e8be
%description
cvsdist 74e8be
The GNU Bourne Again shell (Bash) is a shell or command language
cvsdist 74e8be
interpreter that is compatible with the Bourne shell (sh). Bash
cvsdist 74e8be
incorporates useful features from the Korn shell (ksh) and the C shell
cvsdist 74e8be
(csh). Most sh scripts can be run by bash without modification. This
cvsdist 74e8be
package (bash) contains bash version %{version}, which improves POSIX
cvsdist 74e8be
compliance over previous versions. However, many old shell scripts
cvsdist 74e8be
will depend upon the behavior of bash 1.14, which is included in the
cvsdist 74e8be
bash1 package. Bash is the default shell for Red Hat Linux.  It is
cvsdist 74e8be
popular and powerful, and you'll probably end up using it.
cvsdist 74e8be
cvsdist 74e8be
%prep
cvsdist 68e790
%setup -q -a 2
Tim Waugh 5b2341
# Official upstream patches
Tim Waugh 5b2341
%patch1 -p0 -b .001
Tim Waugh 5b2341
%patch2 -p0 -b .002
Tim Waugh 5b2341
%patch3 -p0 -b .003
Tim Waugh 5b2341
%patch4 -p0 -b .004
Tim Waugh 5b2341
%patch5 -p0 -b .005
Tim Waugh 5b2341
%patch6 -p0 -b .006
Tim Waugh 5b2341
%patch7 -p0 -b .007
Tim Waugh 5b2341
%patch8 -p0 -b .008
Tim Waugh 5b2341
%patch9 -p0 -b .009
Tim Waugh 5b2341
%patch10 -p0 -b .010
Tim Waugh 5b2341
%patch11 -p0 -b .011
Tim Waugh 5b2341
%patch12 -p0 -b .012
Tim Waugh 5b2341
%patch13 -p0 -b .013
Tim Waugh 5b2341
%patch14 -p0 -b .014
Tim Waugh 5b2341
%patch15 -p0 -b .015
Tim Waugh 5b2341
%patch16 -p0 -b .016
Tim Waugh 5b2341
Tim Waugh 5b2341
# Other patches
Tim Waugh 5b2341
%patch100 -p1 -b .paths
Tim Waugh 5b2341
%patch101 -p1 -b .security
Tim Waugh 5b2341
%patch102 -p1 -b .profile
Tim Waugh 5b2341
%patch103 -p1 -b .requires
Tim Waugh 5b2341
%patch104 -p1 -b .shellfunc
Tim Waugh 5b2341
%patch105 -p1 -b .ia64
Tim Waugh 5b2341
%patch106 -p1 -b .loadables
Tim Waugh 5b2341
%patch107 -p1 -b .interpreter
Tim Waugh 5b2341
%patch108 -p1 -b .readline-oom
Tim Waugh 5b2341
%patch109 -p1 -b .utf8
Tim Waugh 5b2341
%patch110 -p1 -b .mbinc
Tim Waugh 5b2341
%patch111 -p1 -b .multibyteifs
Tim Waugh 5b2341
%patch112 -p1 -b .ulimit
Tim Waugh 5b2341
%patch113 -p1 -b .jobs
Tim Waugh 5b2341
%patch114 -p1 -b .xcc
Tim Waugh 5b2341
%patch115 -p1 -b .pgrp_sync
Tim Waugh 5b2341
%patch116 -p1 -b .manso
Tim Waugh 5b2341
%patch117 -p1 -b .debuginfo
Tim Waugh 5b2341
%patch118 -p1 -b .tty-tests
Tim Waugh 5b2341
%patch119 -p1 -b .sigpipe
Tim Waugh 45fddc
%patch120 -p0 -b .read-e-segfault
Tim Waugh c0681f
%patch121 -p1 -b .manpage
Tim Waugh e2f37a
%patch122 -p1 -b .wrap
Tim Waugh 4cffe8
%patch123 -p0 -b .crash
Tim Waugh ad656c
%patch124 -p1 -b .pwd
Tim Waugh 0648c2
%patch125 -p1 -b .afs
Tim Waugh 2feb65
%patch126 -p1 -b .setlocale
Tim Waugh 4e2563
%patch127 -p1 -b .sighandler
Tim Waugh 5b2341
cvsdist 74e8be
echo %{version} > _distribution
cvsdist 74e8be
echo %{release} > _patchlevel
cvsdist 74e8be
cvsdist 74e8be
%build
cvsdist 8b5e1e
if ! autoconf; then
cvsdist 8b5e1e
	# Yuck. We're using autoconf 2.1x.
cvsdist 8b5e1e
	ln -s /bin/true autoconf
cvsdist 8b5e1e
	export PATH=.:$PATH
cvsdist 8b5e1e
fi
cvsdist eb3bba
%configure --with-bash-malloc=no --with-afs
Tim Waugh 75ccf3
make "CPPFLAGS=-D_GNU_SOURCE `getconf LFS_CFLAGS`"
cvsdist 84c601
make check
cvsdist 8b5e1e
cvsdist 74e8be
%install
cvsdist 74e8be
rm -rf $RPM_BUILD_ROOT
cvsdist 74e8be
cvsdist 8b5e1e
if [ -e autoconf ]; then
cvsdist 8b5e1e
	# Yuck. We're using autoconf 2.1x.
cvsdist 8b5e1e
	export PATH=.:$PATH
cvsdist 8b5e1e
fi
cvsdist 8b5e1e
cvsdist 4897e0
# Fix bug #83776
cvsdist 4897e0
perl -pi -e 's,bashref\.info,bash.info,' doc/bashref.info
cvsdist 4897e0
cvsdist 74e8be
%makeinstall
cvsdist 8b5e1e
cvsdist 8b5e1e
mkdir -p $RPM_BUILD_ROOT/etc
cvsdist 8b5e1e
cvsdist 74e8be
# make manpages for bash builtins as per suggestion in DOC/README
cvsdist 4d371b
pushd doc
cvsdist 74e8be
sed -e '
cvsdist 74e8be
/^\.SH NAME/, /\\- bash built-in commands, see \\fBbash\\fR(1)$/{
cvsdist 74e8be
/^\.SH NAME/d
cvsdist 74e8be
s/^bash, //
cvsdist 74e8be
s/\\- bash built-in commands, see \\fBbash\\fR(1)$//
cvsdist 74e8be
s/,//g
cvsdist 74e8be
b
cvsdist 74e8be
}
cvsdist 74e8be
d
cvsdist 74e8be
' builtins.1 > man.pages
cvsdist 74e8be
for i in echo pwd test kill; do
cvsdist 74e8be
  perl -pi -e "s,$i,,g" man.pages
cvsdist 74e8be
  perl -pi -e "s,  , ,g" man.pages
cvsdist 74e8be
done
cvsdist 74e8be
cvsdist 74e8be
install -c -m 644 builtins.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/builtins.1
cvsdist 74e8be
cvsdist 74e8be
for i in `cat man.pages` ; do
cvsdist 74e8be
  echo .so man1/builtins.1 > ${RPM_BUILD_ROOT}%{_mandir}/man1/$i.1
cvsdist 8b5e1e
  chmod 0644 ${RPM_BUILD_ROOT}%{_mandir}/man1/$i.1
cvsdist 74e8be
done
cvsdist 4d371b
popd
cvsdist 57ff95
cvsdist 57ff95
# Link bash man page to sh so that man sh works.
cvsdist 57ff95
ln -s bash.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/sh.1
cvsdist 57ff95
cvsdist 8b5e1e
# Not for printf (conflict with coreutils)
cvsdist 8b5e1e
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/printf.1
cvsdist 74e8be
cvsdist 6aab03
pushd $RPM_BUILD_ROOT
cvsdist 6aab03
mkdir ./bin
cvsdist 6aab03
mv ./usr/bin/bash ./bin
cvsdist 6aab03
ln -sf bash ./bin/sh
cvsdist 6aab03
gzip -9nf .%{_infodir}/bash.info
cvsdist 6aab03
rm -f .%{_infodir}/dir
cvsdist 6aab03
popd
cvsdist ec3387
mkdir -p $RPM_BUILD_ROOT/etc/skel
cvsdist 74e8be
install -c -m644 $RPM_SOURCE_DIR/dot-bashrc $RPM_BUILD_ROOT/etc/skel/.bashrc
cvsdist 74e8be
install -c -m644 $RPM_SOURCE_DIR/dot-bash_profile \
cvsdist 74e8be
	$RPM_BUILD_ROOT/etc/skel/.bash_profile
cvsdist 74e8be
install -c -m644 $RPM_SOURCE_DIR/dot-bash_logout \
cvsdist 74e8be
	$RPM_BUILD_ROOT/etc/skel/.bash_logout
Tim Waugh f2df43
LONG_BIT=$(getconf LONG_BIT)
Tim Waugh f2df43
mv $RPM_BUILD_ROOT%{_bindir}/bashbug \
Tim Waugh f2df43
   $RPM_BUILD_ROOT%{_bindir}/bashbug-"${LONG_BIT}"
cvsdist 9bd0ca
cvsdist 4d371b
%find_lang %{name}
cvsdist 4d371b
cvsdist 74e8be
%clean
cvsdist 74e8be
rm -rf $RPM_BUILD_ROOT
cvsdist 74e8be
cvsdist 74e8be
# ***** bash doesn't use install-info. It's always listed in %{_infodir}/dir
cvsdist 74e8be
# to prevent prereq loops
cvsdist 74e8be
cvsdist 74e8be
%post
cvsdist 74e8be
cvsdist 74e8be
HASBASH=""
cvsdist 74e8be
HASSH=""
cvsdist 74e8be
cvsdist 74e8be
if [ ! -f /etc/shells ]; then
cvsdist 74e8be
	> /etc/shells
cvsdist 74e8be
fi
cvsdist 74e8be
cvsdist 74e8be
(while read line ; do
cvsdist 74e8be
	if [ $line = /bin/bash ]; then
cvsdist 74e8be
		HASBASH=1
cvsdist 74e8be
	elif [ $line = /bin/sh ]; then
cvsdist 74e8be
		HASSH=1
cvsdist 74e8be
	fi
cvsdist 74e8be
 done
cvsdist 74e8be
cvsdist 74e8be
 if [ -z "$HASBASH" ]; then
cvsdist 74e8be
	echo "/bin/bash" >> /etc/shells
cvsdist 74e8be
 fi
cvsdist 74e8be
 if [ -z "$HASSH" ]; then
cvsdist 74e8be
	echo "/bin/sh" >> /etc/shells
cvsdist 74e8be
fi) < /etc/shells
cvsdist 74e8be
cvsdist 74e8be
%postun
cvsdist 74e8be
if [ "$1" = 0 ]; then
Tim Waugh c22b13
    grep -v '^/bin/bash$' < /etc/shells | \
cvsdist 74e8be
	grep -v '^/bin/sh$' > /etc/shells.new
cvsdist 74e8be
    mv /etc/shells.new /etc/shells
cvsdist 74e8be
fi
cvsdist 74e8be
cvsdist 4d371b
%files -f %{name}.lang
cvsdist 74e8be
%defattr(-,root,root)
cvsdist 971fd4
%doc CHANGES COMPAT NEWS NOTES POSIX
cvsdist 74e8be
%doc doc/FAQ doc/INTRO doc/article.ms
cvsdist 8b5e1e
%doc -P examples/bashdb/ examples/functions/ examples/misc/
cvsdist 8b5e1e
%doc -P examples/scripts.noah/ examples/scripts.v2/ examples/scripts/
cvsdist 8b5e1e
%doc -P examples/startup-files/ examples/complete/ examples/loadables/
cvsdist 74e8be
%config(noreplace) /etc/skel/.b*
cvsdist 74e8be
/bin/sh
cvsdist 74e8be
/bin/bash
Tim Waugh f2df43
%{_bindir}/bashbug-*
cvsdist 8b5e1e
%{_infodir}/bash.info*
cvsdist 8b5e1e
%{_mandir}/*/*
cvsdist ec3387
%{_mandir}/*/..1*
cvsdist 74e8be
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
cvsdist 74e8be
cvsdist 74e8be
%changelog
Tim Waugh 9562f8
* Fri Sep 23 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 9562f8
- Use 'volatile' in sighandler patch.
Tim Waugh 9562f8
Tim Waugh 7d8950
* Wed Sep 21 2005 Tim Waugh <twaugh@redhat.com> 3.0-34
Tim Waugh 4e2563
- Avoid writing history files during signal handling (bug #163235).
Tim Waugh 4e2563
Tim Waugh daf9f1
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-33
Tim Waugh daf9f1
- Fixed multibyte IFS handling for invalid input (bug #165243).
Tim Waugh daf9f1
Tim Waugh b24b66
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-32
Tim Waugh 2feb65
- Fixed 'LC_ALL=C export LC_ALL' behaviour (bug #165249).
Tim Waugh 2feb65
Tim Waugh cc6941
* Thu Jun 23 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh cc6941
- Added ulimit support for RLIMIT_NICE and RLIMIT_RTPRIO (bug #157049).
Tim Waugh cc6941
Tim Waugh 61c141
* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 61c141
- Move a comment in dot-bashrc (bug #159522).
Tim Waugh 61c141
Tim Waugh 968143
* Tue May 10 2005 Tim Waugh <twaugh@redhat.com> 3.0-31
Tim Waugh b3b556
- Small fix for multibyteifs patch to prevent segfault (bug #157260).
Tim Waugh b3b556
Tim Waugh 0648c2
* Wed Apr 20 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 0648c2
- Fixed AFS support for output redirection, so that the correct errors
Tim Waugh 0648c2
  are reported for other filesystems (bug #155373).
Tim Waugh 0648c2
Tim Waugh ad656c
* Tue Mar 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-30
Tim Waugh ad656c
- Fix PS1 expansion crash when PWD is unset (bg #151116).
Tim Waugh ad656c
Tim Waugh d279db
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 3.0-29
Tim Waugh d279db
- Rebuild for new GCC.
Tim Waugh d279db
Tim Waugh c06e86
* Thu Feb 17 2005 Tim Waugh <twaugh@redhat.com> 3.0-28
Tim Waugh 75ccf3
- Define _GNU_SOURCE in CPPFLAGS (bug #147573).
Tim Waugh 75ccf3
Tim Waugh 08f326
* Mon Feb 14 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 08f326
- Reverted this change:
Tim Waugh 08f326
  - Added code to /etc/skel/.bash_logout to support the gpm selection buffer
Tim Waugh 08f326
    invalidation on virtual terminals (bug #115493).
Tim Waugh 08f326
Tim Waugh 4cffe8
* Mon Jan 31 2005 Tim Waugh <twaugh@redhat.com> 3.0-27
Tim Waugh 4cffe8
- Applied upstream patch to fix a potential NULL dereference.
Tim Waugh 4cffe8
Tim Waugh e2f37a
* Fri Jan 28 2005 Tim Waugh <twaugh@redhat.com> 3.0-26
Tim Waugh e2f37a
- Fixed job handling bug (bug #145124).
Tim Waugh e2f37a
Tim Waugh 7b2798
* Sun Dec  5 2004 Tim Waugh <twaugh@redhat.com> 3.0-25
Tim Waugh 7b2798
- Applied patch from Florian La Roche to fix CPPFLAGS quoting in spec file.
Tim Waugh 7b2798
Tim Waugh 5a4ad2
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh 5a4ad2
- Fixed typo in man page (spotted on bug-bash).
Tim Waugh 5a4ad2
Tim Waugh 45fddc
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-24
Tim Waugh 45fddc
- Use upstream patch to fix bug #139575 and bug #139306.
Tim Waugh 45fddc
Tim Waugh 4319ea
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-23
Tim Waugh 4319ea
- Fixed last patch to avoid regressions (bug #139575).
Tim Waugh 4319ea
Tim Waugh b2af33
* Mon Nov 15 2004 Tim Waugh <twaugh@redhat.com> 3.0-22
Tim Waugh b2af33
- Fixed prompt wrapping code to cope with zero-length prompts (bug #139306).
Tim Waugh b2af33
Tim Waugh dbaad3
* Thu Nov 11 2004 Tim Waugh <twaugh@redhat.com> 3.0-21
Tim Waugh dbaad3
- Added code to /etc/skel/.bash_logout to support the gpm selection buffer
Tim Waugh dbaad3
  invalidation on virtual terminals (bug #115493).
Tim Waugh dbaad3
Tim Waugh 2f386a
* Wed Nov 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-20
Tim Waugh 5b2341
- Patchlevel 16.
Tim Waugh 5b2341
Tim Waugh d34787
* Mon Nov  1 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh d34787
- Patchlevel 15.
Tim Waugh d34787
Tim Waugh b77425
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 3.0-17
Tim Waugh b77425
- Patchlevel 14.
Tim Waugh b77425
- No longer need brace patch.
Tim Waugh b77425
Tim Waugh 549037
* Wed Sep 29 2004 Tim Waugh <twaugh@redhat.com> 3.0-16
Tim Waugh 549037
- Apply patch from Chet Ramey to fix brace expansion.
Tim Waugh 549037
Tim Waugh ba8ace
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 3.0-15
Tim Waugh ba8ace
- Minor fix for job handling.
Tim Waugh ba8ace
Tim Waugh c22b13
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh f2df43
- Add bashbug back in (with suffix).
Tim Waugh f2df43
Tim Waugh f2df43
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh c22b13
- Remove bash2.
Tim Waugh c22b13
Tim Waugh c50af8
* Fri Sep 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-14
Tim Waugh 6925bb
- Don't run tests that read from /dev/tty.
Tim Waugh 8650f3
- Patchlevel 13.
Tim Waugh 2dcaae
cvsdist fc1f06
* Wed Sep  8 2004 Tim Waugh <twaugh@redhat.com> 3.0-13
cvsdist fc1f06
- Check for EINVAL from waitpid() and avoid WCONTINUED in that case.
cvsdist fc1f06
- Fixed jobs4 test.
cvsdist fc1f06
- Applied experimental upstream patch for trap compatibility.
cvsdist fc1f06
- Re-make documentation to reflect source changes.
cvsdist fc1f06
cvsdist fc1f06
* Tue Sep  7 2004 Tim Waugh <twaugh@redhat.com> 3.0-12
cvsdist fc1f06
- Remove 'bashbug' from the documentation, because we don't ship it due
cvsdist fc1f06
  to biarch concerns.
cvsdist fc1f06
cvsdist 874339
* Thu Sep  2 2004 Tim Waugh <twaugh@redhat.com> 3.0-11
cvsdist 75e85e
- Fixed multibyte parameter length expansion.
cvsdist 75e85e
cvsdist c896fc
* Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 3.0-9
cvsdist c896fc
- Fix ulimits patch from Ulrich Drepper (bug #129800).
cvsdist c896fc
cvsdist 9224b4
* Fri Aug 27 2004 Tim Waugh <twaugh@redhat.com> 3.0-8
cvsdist 9224b4
- Provide support for new limits (bug #129800).
cvsdist 9224b4
cvsdist 797b83
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-7
cvsdist 797b83
- Use upstream patch for last fix.
cvsdist 797b83
cvsdist 68e790
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-6
cvsdist 68e790
- Fixed history saved-line handling.
cvsdist 68e790
cvsdist 68e790
* Tue Aug 24 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 68e790
- Fixed multibyte IFS handling.
cvsdist 68e790
cvsdist 68e790
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 68e790
- Applied bug-bash list patch to fix pipefail.
cvsdist 68e790
cvsdist 746d76
* Tue Aug 17 2004 Tim Waugh <twaugh@redhat.com> 3.0-5
cvsdist 746d76
- Make trap usage string show POSIX usage (bug #128938).
cvsdist 746d76
- Updated ${x[@]:1} expansion fix from bug-bash list.
cvsdist 746d76
- Updated patch to fix unset array crash (from bug-bash list).
cvsdist 746d76
cvsdist 746d76
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 746d76
- Fix ${x[@]:1} expansion (William Park, bug-bash list).
cvsdist 746d76
cvsdist a99e7a
* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-4
cvsdist a99e7a
- Fix vi-change-char behaviour at EOL (bug #129526).
cvsdist a99e7a
cvsdist a99e7a
* Mon Aug  9 2004 Tim Waugh <twaugh@redhat.com> 3.0-3
cvsdist a99e7a
- Applied bug-bash list patch to fix multiline PS1 prompting (bug #129382).
cvsdist a99e7a
cvsdist eb3bba
* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 3.0-2
cvsdist eb3bba
- Fixed brace expansion (bug #129128).
cvsdist eb3bba
- Build with AFS support again, since bug #86514 seems fixed upstream
cvsdist eb3bba
  (bug #129094).
cvsdist eb3bba
cvsdist eb3bba
* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
cvsdist eb3bba
- Fixed crash when unsetting an unset array (from bug-bash list).
cvsdist eb3bba
cvsdist 4d371b
* Wed Jul 28 2004 Tim Waugh <twaugh@redhat.com> 3.0-1
cvsdist 4d371b
- 3.0.
cvsdist 4d371b
cvsdist 634e46
* Wed Jul 21 2004 Tim Waugh <twaugh@redhat.com> 2.05b-44
cvsdist 634e46
- Don't report SIGPIPE errors (bug #128274).
cvsdist 634e46
cvsdist aff0ee
* Thu Jul  8 2004 Tim Waugh <twaugh@redhat.com> 2.05b-43
cvsdist aff0ee
- Fixed command substitution problem (bug #127242).
cvsdist aff0ee
cvsdist dc9e6b
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 2.05b-42
cvsdist dc9e6b
- Fixed multibyte variable substitution patch (bug #126399).
cvsdist dc9e6b
cvsdist dc9e6b
* Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 2.05b-41 
cvsdist dc9e6b
- remove bashbug script/docs to avoid conflicting files in
cvsdist dc9e6b
  biarch installs.
cvsdist dc9e6b
cvsdist de3ddc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist de3ddc
- rebuilt
cvsdist de3ddc
cvsdist de3ddc
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
cvsdist de3ddc
- Build requires bison (bug #125307).
cvsdist de3ddc
cvsdist 9bd0ca
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 2.05b-39
cvsdist 9bd0ca
- Build requires libtermcap-devel (bug #125068).
cvsdist 9bd0ca
cvsdist 9bd0ca
* Wed May 19 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 9bd0ca
- Don't ship empty %%{_libdir}/bash (bug #123556).
cvsdist 9bd0ca
cvsdist b0857a
* Thu Mar 11 2004 Tim Waugh <twaugh@redhat.com> 2.05b-38
cvsdist b0857a
- Apply patch from Nalin Dahyabhai fixing an overread.
cvsdist b0857a
cvsdist b0857a
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b0857a
- rebuilt
cvsdist b0857a
cvsdist b0857a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b0857a
- rebuilt
cvsdist b0857a
cvsdist 84c601
* Thu Jan 22 2004 Tim Waugh <twaugh@redhat.com> 2.05b-36
cvsdist 84c601
- Fix the bug causing bindings to need reparsing .inputrc (bug #114101).
cvsdist 84c601
cvsdist 84c601
* Mon Jan  5 2004 Tim Waugh <twaugh@redhat.com> 2.05b-35
cvsdist 84c601
- Fix parameter expansion in multibyte locales (bug #112657).
cvsdist 84c601
- Run 'make check'.
cvsdist 84c601
cvsdist 4897e0
* Tue Dec  9 2003 Tim Waugh <twaugh@redhat.com> 2.05b-34
cvsdist 4897e0
- Build requires texinfo (bug #111171).
cvsdist 4897e0
cvsdist 4897e0
* Fri Nov 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-33
cvsdist 4897e0
- Speed up UTF-8 command-line redrawing in the common case (bug #102353,
cvsdist 4897e0
  bug #110777).
cvsdist 4897e0
cvsdist 4897e0
* Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 2.05b-32
cvsdist 4897e0
- Apply upstream patches (bug #109269 among others).
cvsdist 4897e0
cvsdist 4897e0
* Fri Oct 31 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 4897e0
- Fix bash.info (bug #83776).
cvsdist 4897e0
cvsdist 4897e0
* Tue Oct 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-31
cvsdist 6aab03
- Add bash205b-007 patch to fix bug #106876.
cvsdist 6aab03
cvsdist 4897e0
* Thu Oct 23 2003 Tim Waugh <twaugh@redhat.com> 2.05b-30
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29.1
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29
cvsdist 6aab03
- Avoid crashing on multibyte input when locale is set incorrectly
cvsdist 6aab03
  (bug #74266).
cvsdist 6aab03
cvsdist 4897e0
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28.1
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28
cvsdist 6aab03
- Avoid built-in malloc implementation (bug #103768).
cvsdist 6aab03
cvsdist 4897e0
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27.1
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27
cvsdist 6aab03
- LFS support (bug #103627).
cvsdist 6aab03
cvsdist 4897e0
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26.1
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26
cvsdist 6aab03
- Merge bash-doc into main package (bug #100632).
cvsdist 6aab03
cvsdist 6aab03
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 2.05b-25
cvsdist 6aab03
- rebuilt
cvsdist 6aab03
cvsdist 6aab03
* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 2.05b-24
cvsdist 6aab03
- Fix completion display when multibyte or control characters are to be
cvsdist 6aab03
  shown (bug #90201).
cvsdist 6aab03
cvsdist 6aab03
* Tue Mar 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-23
cvsdist 6aab03
- Fix a warning message (bug #79629).
cvsdist 6aab03
- Don't remove generated source during build, for debuginfo package.
cvsdist 6aab03
- Don't build with AFS support (bug #86514).
cvsdist 6aab03
cvsdist 6aab03
* Tue Mar 25 2003 Tim Waugh <twaugh@redhat.com> 2.05b-22
cvsdist 0bb2b3
- Really fix bug #78455.
cvsdist 0bb2b3
cvsdist 6aab03
* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-21
cvsdist 6aab03
- Don't explicitly strip binaries (bug #85995).
cvsdist 6aab03
cvsdist e812ac
* Tue Feb 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-20
cvsdist e812ac
- Really fix bug #83331 for good.
cvsdist e812ac
cvsdist e812ac
* Mon Feb 10 2003 Tim Waugh <twaugh@redhat.com> 2.05b-19
cvsdist e812ac
- Fix builtins.1.
cvsdist e812ac
cvsdist e812ac
* Fri Feb  7 2003 Tim Waugh <twaugh@redhat.com> 2.05b-18
cvsdist e812ac
- Actually apply the patch (bug #83331).
cvsdist e812ac
cvsdist e812ac
* Wed Feb  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-17
cvsdist ec3387
- Fix history/UTF-8 bug (bug #83331).
cvsdist e812ac
cvsdist e812ac
* Sun Jan 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-16
cvsdist ec3387
- More tab-completion fixing (bug #72512).
cvsdist e812ac
cvsdist e812ac
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.05b-15
cvsdist e812ac
- rebuilt
cvsdist e812ac
cvsdist e812ac
* Wed Jan 15 2003 Tim Waugh <twaugh@redhat.com> 2.05b-14
cvsdist e812ac
- Force pgrp synchronization (bug #81653).
cvsdist e812ac
cvsdist e812ac
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 2.05b-13
cvsdist e812ac
- (patch26) Don't call 'size' in makefile. Pointless, and interferes with 
cvsdist e812ac
  cross compiles.
cvsdist e812ac
cvsdist e812ac
* Tue Dec  3 2002 Tim Waugh <twaugh@redhat.com> 2.05b-12
cvsdist ec3387
- Prevent prompt overwriting output (bug #74383).
cvsdist e812ac
cvsdist e812ac
* Wed Nov 27 2002 Tim Waugh <twaugh@redhat.com> 2.05b-11
cvsdist e812ac
- Fix '-rbash' (bug #78455).
cvsdist e812ac
cvsdist e812ac
* Thu Nov 21 2002 Tim Waugh <twaugh@redhat.com> 2.05b-10
cvsdist e812ac
- Rebuild.
cvsdist e812ac
cvsdist e812ac
* Wed Nov 20 2002 Elliot Lee <sopwith@redhat.com>
cvsdist e812ac
- Use the configure macro instead of calling ./configure directly
cvsdist e812ac
cvsdist e812ac
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com>
cvsdist e812ac
- Revert previous change.
cvsdist e812ac
cvsdist e812ac
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 2.05b-8
cvsdist e812ac
- PreReq libtermcap.
cvsdist e812ac
cvsdist e812ac
* Fri Oct 18 2002 Tim Waugh <twaugh@redhat.com> 2.05b-7
cvsdist e812ac
- Add readline-init patch (bug #74925).
cvsdist e812ac
cvsdist e812ac
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 2.05b-6
cvsdist ec3387
- Add the (4) patches from ftp.gnu.org (bug #75888, bug #72512).
cvsdist ec3387
- Ship '.' man page, which doesn't get picked up by glob.
cvsdist ec3387
- Don't install files not shipped when building.
cvsdist e812ac
- Locale shell variables fix (bug #74701).
cvsdist ec3387
cvsdist e812ac
* Fri Aug 23 2002 Tim Powers <timp@redhat.com> 2.05b-5
cvsdist 67c59b
- re-bzip the docs, something was corrupted
cvsdist 67c59b
cvsdist 971fd4
* Thu Aug 22 2002 Tim Waugh <twaugh@redhat.com> 2.05b-4
cvsdist 971fd4
- Fix history substitution modifiers in UTF-8 (bug #70294, bug #71186).
cvsdist 971fd4
- Fix ADVANCE_CHAR at end of string (bug #70819).
cvsdist 971fd4
- docs: CWRU/POSIX.NOTES no longer exists, but ship POSIX.
cvsdist 971fd4
cvsdist 71bb0c
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-3
cvsdist 71bb0c
- Fixed out of memory problem with readline.
cvsdist 71bb0c
cvsdist 57ff95
* Tue Jul 23 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-2
cvsdist 57ff95
- Added symlink for sh.1 in man1 section so that man sh works (#44039).
cvsdist 57ff95
cvsdist 57ff95
* Mon Jul 22 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-1
cvsdist 57ff95
- Update to 2.05b
cvsdist 57ff95
cvsdist 57ff95
* Wed Jul 10 2002 Phil Knirsch <pknirsch@redhat.com> 2.05a-16
cvsdist 57ff95
- Fixed readline utf8 problem (#68313).
cvsdist 57ff95
cvsdist 57ff95
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.05a-15
cvsdist 57ff95
- automated rebuild
cvsdist 57ff95
cvsdist 57ff95
* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.05a-14
cvsdist 57ff95
- automated rebuild
cvsdist 57ff95
cvsdist b765d3
* Fri Apr 12 2002 Tim Powers <timp@redhat.com> 2.05a-13
cvsdist b765d3
- don't build the stuff in examples/loadables. It breaks FHS
cvsdist b765d3
  compliance
cvsdist b765d3
cvsdist 8b5e1e
* Fri Apr  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-12
cvsdist 8b5e1e
- Fix the fix for #62418
cvsdist 8b5e1e
cvsdist 8b5e1e
* Thu Apr  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-11
cvsdist 8b5e1e
- Fix kill builtin (#62418)
cvsdist 8b5e1e
cvsdist 8b5e1e
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.0.5a-10
cvsdist 8b5e1e
- Get rid of completion subpackage
cvsdist 8b5e1e
- Use %%{_tmppath}
cvsdist 8b5e1e
cvsdist 8b5e1e
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-9
cvsdist 8b5e1e
- Add patch from Ulrich Drepper to get better error messages when trying
cvsdist 8b5e1e
  to launch an application with a bad ELF interpreter (e.g. libc5 ld.so)
cvsdist 8b5e1e
  (#60870)
cvsdist 8b5e1e
cvsdist 8b5e1e
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-8
cvsdist 8b5e1e
- Update completion
cvsdist 8b5e1e
cvsdist 8b5e1e
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-7
cvsdist 8b5e1e
- Update completion stuff and move it to a separate package
cvsdist 8b5e1e
cvsdist 8b5e1e
* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-6
cvsdist 8b5e1e
- Add patches from Ian Macdonald <ian@caliban.org>
cvsdist 8b5e1e
cvsdist 8b5e1e
* Wed Jan 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-5
cvsdist 8b5e1e
- Add programmable completion (optional)
cvsdist 8b5e1e
cvsdist 8b5e1e
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-4
cvsdist 8b5e1e
- Fix mailcheck (#57792)
cvsdist 8b5e1e
cvsdist 8b5e1e
* Tue Jan 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-3
cvsdist 8b5e1e
- Fix autoconf mess
cvsdist 8b5e1e
- Build --with-afs, some users may be using it
cvsdist 8b5e1e
cvsdist 8b5e1e
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 8b5e1e
- automated rebuild
cvsdist 8b5e1e
cvsdist 8b5e1e
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-2
cvsdist 8b5e1e
- Fix conflict with sh-utils (printf builtin manpage vs. printf binary manpage)
cvsdist 8b5e1e
  (#56590)
cvsdist 8b5e1e
cvsdist 8b5e1e
* Tue Nov 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-1
cvsdist 8b5e1e
- 2.05a
cvsdist 8b5e1e
cvsdist 8b5e1e
* Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 8b5e1e
- disable s390x fix, not needed anymore
cvsdist 8b5e1e
cvsdist 8b5e1e
* Mon Oct  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-9
cvsdist 8b5e1e
- Add patch from readline 4.2-3 to bash's internal libreadline
cvsdist 8b5e1e
cvsdist fd6bf9
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-8
cvsdist fd6bf9
- Merge Pekka Savola's patch (RFE#47762)
cvsdist fd6bf9
cvsdist fd6bf9
* Mon Jul  2 2001 Pekka Savola <pekkas@netcore.fi>
cvsdist fd6bf9
- Add IPv6 patch from PLD (only redirection to /dev/{tcp,udp}/host/port
cvsdist fd6bf9
  support)
cvsdist fd6bf9
cvsdist a4dba7
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-7
cvsdist a4dba7
- Add some bugfix patches from the maintainer
cvsdist a4dba7
cvsdist a4dba7
* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist a4dba7
- added patch for s390x from <oliver.paukstadt@millenux.com>
cvsdist a4dba7
cvsdist a4dba7
* Wed May 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-5
cvsdist a4dba7
- Don't set BASH_ENV in .bash_profile, it causes .bashrc to be sourced
cvsdist a4dba7
  twice in interactive non-login shells.
cvsdist a4dba7
- s/Copyright/License/
cvsdist a4dba7
cvsdist a4dba7
* Fri May  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-4
cvsdist a4dba7
- Fix tempfile creation in bashbug
cvsdist a4dba7
cvsdist a4dba7
* Wed May  2 2001 Preston Brown <pbrown@redhat.com> 2.05-3
cvsdist a4dba7
- bashrc moved to setup package
cvsdist a4dba7
cvsdist a4dba7
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-2
cvsdist a4dba7
- bash comes with its own copy of readline... Add the patches we're
cvsdist a4dba7
  applying in the readline package.
cvsdist 50f5e5
cvsdist a4dba7
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-1
cvsdist a4dba7
- Update to 2.05
cvsdist a4dba7
- Change PROMPT_COMMAND in bashrc for xterms
cvsdist a4dba7
  to something less space consuming (#24159)
cvsdist a4dba7
- Provide plugs for alternate prompt commands (#30634), but don't
cvsdist a4dba7
  default to them
cvsdist 50f5e5
cvsdist a4dba7
* Mon Mar 19 2001 Preston Brown <pbrown@redhat.com>
cvsdist a4dba7
- add default aliases for 'dir' and 'df' to have human readable output
cvsdist 84c77d
cvsdist 74e8be
* Wed Feb 28 2001 Matt Wilson <msw@redhat.com>
cvsdist 74e8be
- don't Prereq: /sbin/install-info!
cvsdist 74e8be
cvsdist 74e8be
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
cvsdist 74e8be
- noreplace config files
cvsdist 74e8be
- don't own /etc/skel directory
cvsdist 74e8be
cvsdist 74e8be
* Wed Feb 22 2001 Harald Hoyer <harald@redhat.de>
cvsdist 74e8be
- changed /etc/bashrc to work with backspace = 0177 (rxvt)
cvsdist 74e8be
cvsdist 74e8be
* Wed Feb 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 74e8be
- changed /etc/skel/.bash_profile to "unset USERNAME"
cvsdist 74e8be
cvsdist 74e8be
* Mon Feb  5 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 74e8be
- Delete Japanese resources from dot-bashrc
cvsdist 74e8be
  and move them to each package.
cvsdist 74e8be
cvsdist 74e8be
* Fri Dec 15 2000 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 74e8be
- Add Japanese resource to dot-bashrc
cvsdist 74e8be
cvsdist 74e8be
* Mon Dec 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- rebuild to get rid of 0777 doc dirs
cvsdist 74e8be
cvsdist 74e8be
* Thu Nov 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- restore the ^Hs in documentation, they're highlighting sequences
cvsdist 74e8be
  for less (#20654) 
cvsdist 74e8be
cvsdist 74e8be
* Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 74e8be
- bash-2.04-export.patch is reported to fix compilation
cvsdist 74e8be
  of older glibc-2.1 sources
cvsdist 74e8be
cvsdist 74e8be
* Tue Aug 22 2000 Matt Wilson <msw@redhat.com>
cvsdist 74e8be
- fixed the summary of bash-doc to use %%{version} instead of "2.03"
cvsdist 74e8be
cvsdist 74e8be
* Tue Aug  8 2000 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- 'exit' in bashrc is very bad.
cvsdist 74e8be
cvsdist 74e8be
* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- minor bashrc fix (Bug #8518)
cvsdist 74e8be
cvsdist 74e8be
* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- Don't use tput etc. in bashrc if /usr isn't available (Bug #14116)
cvsdist 74e8be
cvsdist 74e8be
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 74e8be
- automatic rebuild
cvsdist 74e8be
cvsdist 74e8be
* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- fix for some IA-64 issues from Stephane Eranian
cvsdist 74e8be
cvsdist 74e8be
* Thu Jun 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- Fix summary and description, they had old version numbers (Bug #12092)
cvsdist 74e8be
cvsdist 74e8be
* Tue Jun  6 2000 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- add /etc/skel/.bash* ; obsolete etcskel
cvsdist 74e8be
cvsdist 74e8be
* Tue May  2 2000 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- fix for shell functions on 64-bit architectures...
cvsdist 74e8be
cvsdist 74e8be
* Wed Mar 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- Add some backwards compatibility (for i in ; do something; done)
cvsdist 74e8be
cvsdist 74e8be
* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- 2.04 final
cvsdist 74e8be
- remove the echo, pwd, test and kill man pages from the package,
cvsdist 74e8be
  we're getting them from sh-utils
cvsdist 74e8be
cvsdist 74e8be
* Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- 2.04beta5
cvsdist 74e8be
- adapt patches
cvsdist 74e8be
- Fix up bashrc
cvsdist 74e8be
- Don't put in bashrc1, this should be done by the bash1 package
cvsdist 74e8be
- use install -c instead of plain install to work on *BSD
cvsdist 74e8be
- remove the collected patches - they're now in the base version.
cvsdist 74e8be
- make compressed man pages optional
cvsdist 74e8be
cvsdist 74e8be
* Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 74e8be
- add some collected patches for bash2
cvsdist 74e8be
- change it over to be the main bash package
cvsdist 74e8be
- install man-pages root:root
cvsdist 74e8be
- obsolete bash2, bash2-doc
cvsdist 74e8be
cvsdist 74e8be
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 74e8be
- man pages are compressed
cvsdist 74e8be
- fix description
cvsdist 74e8be
cvsdist 74e8be
* Thu Dec  2 1999 Ken Estes <kestes@staff.mail.com>
cvsdist 74e8be
- updated patch to detect what executables are required by a script.
cvsdist 74e8be
cvsdist 74e8be
* Fri Sep 14 1999 Dale Lovelace <dale@redhat.com>
cvsdist 74e8be
- Remove annoying ^H's from documentation
cvsdist 74e8be
cvsdist 74e8be
* Fri Jul 16 1999 Ken Estes <kestes@staff.mail.com>
cvsdist 74e8be
- patch to detect what executables are required by a script.
cvsdist 74e8be
cvsdist 74e8be
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 74e8be
- auto rebuild in the new build environment (release 4)
cvsdist 74e8be
cvsdist 74e8be
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- strip binaries.
cvsdist 74e8be
- include bash-doc correctly.
cvsdist 74e8be
cvsdist 74e8be
* Thu Mar 18 1999 Preston Brown <pbrown@redhat.com>
cvsdist 74e8be
- fixed post/postun /etc/shells work.
cvsdist 74e8be
cvsdist 74e8be
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 74e8be
- updated again text in the spec file
cvsdist 74e8be
cvsdist 74e8be
* Mon Feb 22 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- updated text in spec file.
cvsdist 74e8be
- update to 2.03.
cvsdist 74e8be
cvsdist 74e8be
* Fri Feb 12 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 74e8be
- build it as bash2 instead of bash
cvsdist 74e8be
cvsdist 74e8be
* Tue Feb  9 1999 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- set 'NON_INTERACTIVE_LOGIN_SHELLS' so profile gets read
cvsdist 74e8be
cvsdist 74e8be
* Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- rename man pages in bash-doc to avoid packaging conflicts (#606).
cvsdist 74e8be
cvsdist 74e8be
* Wed Dec 02 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 74e8be
- patch for the arm
cvsdist 74e8be
- use $RPM_ARCH-redhat-linux as the build target
cvsdist 74e8be
cvsdist 74e8be
* Tue Oct  6 1998 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- rewrite %pre, axe %postun (to avoid prereq loops)
cvsdist 74e8be
cvsdist 74e8be
* Wed Aug 19 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- resurrect for RH 6.0.
cvsdist 74e8be
cvsdist 74e8be
* Sun Jul 26 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- update to 2.02.1
cvsdist 74e8be
cvsdist 74e8be
* Thu Jun 11 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- Package for 5.2.
cvsdist 74e8be
cvsdist 74e8be
* Mon Apr 20 1998 Ian Macdonald <ianmacd@xs4all.nl>
cvsdist 74e8be
- added POSIX.NOTES doc file
cvsdist 74e8be
- some extraneous doc files removed
cvsdist 74e8be
- minor .spec file changes
cvsdist 74e8be
cvsdist 74e8be
* Sun Apr 19 1998 Ian Macdonald <ianmacd@xs4all.nl>
cvsdist 74e8be
- upgraded to version 2.02
cvsdist 74e8be
- Alpha, MIPS & Sparc patches removed due to lack of test platforms
cvsdist 74e8be
- glibc & signal patches no longer required
cvsdist 74e8be
- added documentation subpackage (doc)
cvsdist 74e8be
cvsdist 74e8be
* Fri Nov 07 1997 Donnie Barnes <djb@redhat.com>
cvsdist 74e8be
- added signal handling patch from Dean Gaudet <dgaudet@arctic.org> that
cvsdist 74e8be
  is based on a change made in bash 2.0.  Should fix some early exit
cvsdist 74e8be
  problems with suspends and fg.
cvsdist 74e8be
cvsdist 74e8be
* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
cvsdist 74e8be
- added %clean
cvsdist 74e8be
cvsdist 74e8be
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
cvsdist 74e8be
- added comment explaining why install-info isn't used
cvsdist 74e8be
- added mips patch 
cvsdist 74e8be
cvsdist 74e8be
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
cvsdist 74e8be
- added BuildRoot
cvsdist 74e8be
cvsdist 74e8be
* Tue Jun 03 1997 Erik Troan <ewt@redhat.com>
cvsdist 74e8be
- built against glibc