Release of bash-4.0

This commit is contained in:
Roman Rakus 2009-02-24 13:28:29 +00:00
parent 86e5342cac
commit 12b3d6eae3
4 changed files with 25 additions and 23 deletions

View File

@ -1 +1 @@
bash-4.0-rc1.tar.gz bash-4.0.tar.gz

View File

@ -1,7 +1,7 @@
diff -up bash-4.0/doc/bash.1.bashbug bash-4.0/doc/bash.1 diff -up bash-4.0/doc/bash.1.bashbug bash-4.0/doc/bash.1
--- bash-4.0/doc/bash.1.bashbug 2008-12-29 16:49:25.000000000 -0500 --- bash-4.0/doc/bash.1.bashbug 2009-02-18 15:13:56.000000000 -0500
+++ bash-4.0/doc/bash.1 2009-01-21 11:43:34.000000000 -0500 +++ bash-4.0/doc/bash.1 2009-02-23 10:56:00.000000000 -0500
@@ -9325,7 +9325,7 @@ The latest version is always available f @@ -9344,7 +9344,7 @@ The latest version is always available f
.PP .PP
Once you have determined that a bug actually exists, use the Once you have determined that a bug actually exists, use the
.I bashbug .I bashbug
@ -10,7 +10,7 @@ diff -up bash-4.0/doc/bash.1.bashbug bash-4.0/doc/bash.1
If you have a fix, you are encouraged to mail that as well! If you have a fix, you are encouraged to mail that as well!
Suggestions and `philosophical' bug reports may be mailed Suggestions and `philosophical' bug reports may be mailed
to \fIbug-bash@gnu.org\fP or posted to the Usenet to \fIbug-bash@gnu.org\fP or posted to the Usenet
@@ -9347,10 +9347,6 @@ A description of the bug behaviour @@ -9366,10 +9366,6 @@ A description of the bug behaviour
A short script or `recipe' which exercises the bug A short script or `recipe' which exercises the bug
.PD .PD
.PP .PP
@ -22,9 +22,9 @@ diff -up bash-4.0/doc/bash.1.bashbug bash-4.0/doc/bash.1
this manual page should be directed to this manual page should be directed to
.IR chet@po.cwru.edu . .IR chet@po.cwru.edu .
diff -up bash-4.0/doc/bashref.texi.bashbug bash-4.0/doc/bashref.texi diff -up bash-4.0/doc/bashref.texi.bashbug bash-4.0/doc/bashref.texi
--- bash-4.0/doc/bashref.texi.bashbug 2009-01-04 14:32:25.000000000 -0500 --- bash-4.0/doc/bashref.texi.bashbug 2009-02-18 15:14:43.000000000 -0500
+++ bash-4.0/doc/bashref.texi 2009-01-21 11:41:07.000000000 -0500 +++ bash-4.0/doc/bashref.texi 2009-02-23 11:02:27.000000000 -0500
@@ -7292,7 +7292,7 @@ The latest version of Bash is always ava @@ -7320,7 +7320,7 @@ The latest version of Bash is always ava
@uref{ftp://ftp.gnu.org/pub/bash/}. @uref{ftp://ftp.gnu.org/pub/bash/}.
Once you have determined that a bug actually exists, use the Once you have determined that a bug actually exists, use the
@ -33,7 +33,7 @@ diff -up bash-4.0/doc/bashref.texi.bashbug bash-4.0/doc/bashref.texi
If you have a fix, you are encouraged to mail that as well! If you have a fix, you are encouraged to mail that as well!
Suggestions and `philosophical' bug reports may be mailed Suggestions and `philosophical' bug reports may be mailed
to @email{bug-bash@@gnu.org} or posted to the Usenet to @email{bug-bash@@gnu.org} or posted to the Usenet
@@ -7314,9 +7314,6 @@ to reproduce it. @@ -7342,9 +7342,6 @@ to reproduce it.
@end itemize @end itemize
@noindent @noindent
@ -41,11 +41,11 @@ diff -up bash-4.0/doc/bashref.texi.bashbug bash-4.0/doc/bashref.texi
-the template it provides for filing a bug report. -the template it provides for filing a bug report.
- -
Please send all reports concerning this manual to Please send all reports concerning this manual to
@email{chet@@po.CWRU.Edu}. @email{chet.ramey@@case.edu}.
diff -up bash-4.0/shell.c.bashbug bash-4.0/shell.c diff -up bash-4.0/shell.c.bashbug bash-4.0/shell.c
--- bash-4.0/shell.c.bashbug 2009-01-04 14:32:41.000000000 -0500 --- bash-4.0/shell.c.bashbug 2009-01-04 14:32:41.000000000 -0500
+++ bash-4.0/shell.c 2009-01-21 11:41:07.000000000 -0500 +++ bash-4.0/shell.c 2009-02-23 10:56:00.000000000 -0500
@@ -1806,7 +1806,6 @@ show_shell_usage (fp, extra) @@ -1806,7 +1806,6 @@ show_shell_usage (fp, extra)
{ {
fprintf (fp, _("Type `%s -c \"help set\"' for more information about shell options.\n"), shell_name); fprintf (fp, _("Type `%s -c \"help set\"' for more information about shell options.\n"), shell_name);

View File

@ -1,13 +1,13 @@
%define beta_tag rc1 #%define beta_tag rc1
Version: 4.0 Version: 4.0
Name: bash Name: bash
Summary: The GNU Bourne Again shell version %{version} Summary: The GNU Bourne Again shell version %{version}
Release: 0.5.%{?beta_tag}%{?dist} Release: 1%{?dist}
Group: System Environment/Shells Group: System Environment/Shells
License: GPLv2+ License: GPLv2+
Url: http://www.gnu.org/software/bash Url: http://www.gnu.org/software/bash
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}-%{beta_tag}.tar.gz Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
# For now there isn't any doc # For now there isn't any doc
#Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz #Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
@ -38,9 +38,9 @@ Patch115: bash-infotags.patch
Patch116: bash-requires.patch Patch116: bash-requires.patch
Patch117: bash-setlocale.patch Patch117: bash-setlocale.patch
Patch118: bash-tty-tests.patch Patch118: bash-tty-tests.patch
Patch119: bash-ulimit-m.patch #Patch119: bash-ulimit-m.patch
Patch120: bash-4.0-no_debug_output.patch #Patch120: bash-4.0-no_debug_output.patch
Patch121: bash-4.0-shell_pipelines_handling.patch #Patch121: bash-4.0-shell_pipelines_handling.patch
Requires(post): ncurses-libs Requires(post): ncurses-libs
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -60,7 +60,7 @@ compliance over previous versions.
%prep %prep
#%setup -q -a 2 #%setup -q -a 2
%setup -q -n bash-%{version}-%{beta_tag} %setup -q -n bash-%{version}
# Official upstream patches # Official upstream patches
# Other patches # Other patches
@ -82,15 +82,14 @@ compliance over previous versions.
%patch116 -p1 -b .requires %patch116 -p1 -b .requires
%patch117 -p1 -b .setlocale %patch117 -p1 -b .setlocale
%patch118 -p1 -b .tty_tests %patch118 -p1 -b .tty_tests
%patch119 -p1 -b .ulimit-m #%patch119 -p1 -b .ulimit-m
%patch120 -p1 -b .no_debug_output #%patch120 -p1 -b .no_debug_output
%patch121 -p1 -b .pipelines_handling #%patch121 -p1 -b .pipelines_handling
echo %{version} > _distribution echo %{version} > _distribution
echo %{release} > _patchlevel echo %{release} > _patchlevel
%build %build
chmod a+x ./configure
autoconf autoconf
%configure --with-bash-malloc=no --with-afs %configure --with-bash-malloc=no --with-afs
make "CPPFLAGS=-D_GNU_SOURCE `getconf LFS_CFLAGS`" make "CPPFLAGS=-D_GNU_SOURCE `getconf LFS_CFLAGS`"
@ -244,6 +243,9 @@ fi
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog %changelog
* Tue Feb 24 2009 Roman Rakus <rrakus@rehat.com> - 4.0-1
- Release of bash-4.0
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.5.rc1 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.5.rc1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
185522513dcc910ef10feb5979bc4cbc bash-4.0-rc1.tar.gz a90a1b5a6db4838483f05438e05e8eb9 bash-4.0.tar.gz