auto-import changelog data from bash-3.0-2.src.rpm
Wed Aug 04 2004 Tim Waugh <twaugh@redhat.com> 3.0-2 - Fixed brace expansion (bug #129128). - Build with AFS support again, since bug #86514 seems fixed upstream (bug #129094). Tue Aug 03 2004 Tim Waugh <twaugh@redhat.com> - Fixed crash when unsetting an unset array (from bug-bash list).
This commit is contained in:
parent
4d371bbd4b
commit
eb3bba6c68
16
bash.spec
16
bash.spec
@ -1,7 +1,7 @@
|
|||||||
Version: 3.0
|
Version: 3.0
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 1
|
Release: 2
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPL
|
License: GPL
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
||||||
@ -14,7 +14,9 @@ Patch0: bash-2.03-paths.patch
|
|||||||
Patch1: bash-2.02-security.patch
|
Patch1: bash-2.02-security.patch
|
||||||
Patch2: bash-fixes.patch
|
Patch2: bash-fixes.patch
|
||||||
Patch3: bash-2.03-profile.patch
|
Patch3: bash-2.03-profile.patch
|
||||||
|
Patch4: bash-array.patch
|
||||||
Patch5: bash-2.05a-requires.patch
|
Patch5: bash-2.05a-requires.patch
|
||||||
|
Patch6: bash-brace.patch
|
||||||
Patch7: bash-2.05a-shellfunc.patch
|
Patch7: bash-2.05a-shellfunc.patch
|
||||||
Patch8: bash-2.05-ia64.patch
|
Patch8: bash-2.05-ia64.patch
|
||||||
Patch11: bash-2.05a-loadables.patch
|
Patch11: bash-2.05a-loadables.patch
|
||||||
@ -54,7 +56,9 @@ popular and powerful, and you'll probably end up using it.
|
|||||||
%patch1 -p1 -b .security
|
%patch1 -p1 -b .security
|
||||||
%patch2 -p1 -b .fixes
|
%patch2 -p1 -b .fixes
|
||||||
%patch3 -p1 -b .profile
|
%patch3 -p1 -b .profile
|
||||||
|
%patch4 -p0 -b .array
|
||||||
%patch5 -p1 -b .requires
|
%patch5 -p1 -b .requires
|
||||||
|
%patch6 -p1 -b .brace
|
||||||
%patch7 -p1 -b .shellfunc
|
%patch7 -p1 -b .shellfunc
|
||||||
%patch8 -p1 -b .ia64
|
%patch8 -p1 -b .ia64
|
||||||
%patch11 -p1 -b .loadables
|
%patch11 -p1 -b .loadables
|
||||||
@ -76,7 +80,7 @@ if ! autoconf; then
|
|||||||
ln -s /bin/true autoconf
|
ln -s /bin/true autoconf
|
||||||
export PATH=.:$PATH
|
export PATH=.:$PATH
|
||||||
fi
|
fi
|
||||||
%configure --with-bash-malloc=no
|
%configure --with-bash-malloc=no --with-afs
|
||||||
make CPPFLAGS=`getconf LFS_CFLAGS`
|
make CPPFLAGS=`getconf LFS_CFLAGS`
|
||||||
make check
|
make check
|
||||||
|
|
||||||
@ -206,6 +210,14 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 4 2004 Tim Waugh <twaugh@redhat.com> 3.0-2
|
||||||
|
- Fixed brace expansion (bug #129128).
|
||||||
|
- Build with AFS support again, since bug #86514 seems fixed upstream
|
||||||
|
(bug #129094).
|
||||||
|
|
||||||
|
* Tue Aug 3 2004 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Fixed crash when unsetting an unset array (from bug-bash list).
|
||||||
|
|
||||||
* Wed Jul 28 2004 Tim Waugh <twaugh@redhat.com> 3.0-1
|
* Wed Jul 28 2004 Tim Waugh <twaugh@redhat.com> 3.0-1
|
||||||
- 3.0.
|
- 3.0.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user