Release of bash-4.0
This commit is contained in:
parent
86e5342cac
commit
12b3d6eae3
@ -1 +1 @@
|
||||
bash-4.0-rc1.tar.gz
|
||||
bash-4.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
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 2009-01-21 11:43:34.000000000 -0500
|
||||
@@ -9325,7 +9325,7 @@ The latest version is always available f
|
||||
--- bash-4.0/doc/bash.1.bashbug 2009-02-18 15:13:56.000000000 -0500
|
||||
+++ bash-4.0/doc/bash.1 2009-02-23 10:56:00.000000000 -0500
|
||||
@@ -9344,7 +9344,7 @@ The latest version is always available f
|
||||
.PP
|
||||
Once you have determined that a bug actually exists, use the
|
||||
.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!
|
||||
Suggestions and `philosophical' bug reports may be mailed
|
||||
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
|
||||
.PD
|
||||
.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
|
||||
.IR chet@po.cwru.edu .
|
||||
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 2009-01-21 11:41:07.000000000 -0500
|
||||
@@ -7292,7 +7292,7 @@ The latest version of Bash is always ava
|
||||
--- bash-4.0/doc/bashref.texi.bashbug 2009-02-18 15:14:43.000000000 -0500
|
||||
+++ bash-4.0/doc/bashref.texi 2009-02-23 11:02:27.000000000 -0500
|
||||
@@ -7320,7 +7320,7 @@ The latest version of Bash is always ava
|
||||
@uref{ftp://ftp.gnu.org/pub/bash/}.
|
||||
|
||||
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!
|
||||
Suggestions and `philosophical' bug reports may be mailed
|
||||
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
|
||||
|
||||
@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.
|
||||
-
|
||||
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
|
||||
--- 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)
|
||||
{
|
||||
fprintf (fp, _("Type `%s -c \"help set\"' for more information about shell options.\n"), shell_name);
|
||||
|
24
bash.spec
24
bash.spec
@ -1,13 +1,13 @@
|
||||
%define beta_tag rc1
|
||||
#%define beta_tag rc1
|
||||
|
||||
Version: 4.0
|
||||
Name: bash
|
||||
Summary: The GNU Bourne Again shell version %{version}
|
||||
Release: 0.5.%{?beta_tag}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Shells
|
||||
License: GPLv2+
|
||||
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
|
||||
#Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
|
||||
@ -38,9 +38,9 @@ Patch115: bash-infotags.patch
|
||||
Patch116: bash-requires.patch
|
||||
Patch117: bash-setlocale.patch
|
||||
Patch118: bash-tty-tests.patch
|
||||
Patch119: bash-ulimit-m.patch
|
||||
Patch120: bash-4.0-no_debug_output.patch
|
||||
Patch121: bash-4.0-shell_pipelines_handling.patch
|
||||
#Patch119: bash-ulimit-m.patch
|
||||
#Patch120: bash-4.0-no_debug_output.patch
|
||||
#Patch121: bash-4.0-shell_pipelines_handling.patch
|
||||
|
||||
Requires(post): ncurses-libs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -60,7 +60,7 @@ compliance over previous versions.
|
||||
%prep
|
||||
|
||||
#%setup -q -a 2
|
||||
%setup -q -n bash-%{version}-%{beta_tag}
|
||||
%setup -q -n bash-%{version}
|
||||
|
||||
# Official upstream patches
|
||||
# Other patches
|
||||
@ -82,15 +82,14 @@ compliance over previous versions.
|
||||
%patch116 -p1 -b .requires
|
||||
%patch117 -p1 -b .setlocale
|
||||
%patch118 -p1 -b .tty_tests
|
||||
%patch119 -p1 -b .ulimit-m
|
||||
%patch120 -p1 -b .no_debug_output
|
||||
%patch121 -p1 -b .pipelines_handling
|
||||
#%patch119 -p1 -b .ulimit-m
|
||||
#%patch120 -p1 -b .no_debug_output
|
||||
#%patch121 -p1 -b .pipelines_handling
|
||||
|
||||
echo %{version} > _distribution
|
||||
echo %{release} > _patchlevel
|
||||
|
||||
%build
|
||||
chmod a+x ./configure
|
||||
autoconf
|
||||
%configure --with-bash-malloc=no --with-afs
|
||||
make "CPPFLAGS=-D_GNU_SOURCE `getconf LFS_CFLAGS`"
|
||||
@ -244,6 +243,9 @@ fi
|
||||
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user