rpms/bash/devel .cvsignore, 1.12, 1.13 bash-bashbug.patch, 1.2, 1.3 bash.spec, 1.174, 1.175 sources, 1.15, 1.16

Roman Rakus rrakus at fedoraproject.org
Tue Feb 24 13:29:00 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/bash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16980

Modified Files:
	.cvsignore bash-bashbug.patch bash.spec sources 
Log Message:
Release of bash-4.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bash/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	27 Jan 2009 12:07:11 -0000	1.12
+++ .cvsignore	24 Feb 2009 13:28:29 -0000	1.13
@@ -1 +1 @@
-bash-4.0-rc1.tar.gz
+bash-4.0.tar.gz

bash-bashbug.patch:

Index: bash-bashbug.patch
===================================================================
RCS file: /cvs/extras/rpms/bash/devel/bash-bashbug.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bash-bashbug.patch	26 Jan 2009 11:50:44 -0000	1.2
+++ bash-bashbug.patch	24 Feb 2009 13:28:29 -0000	1.3
@@ -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 @@
  If you have a fix, you are encouraged to mail that as well!
  Suggestions and `philosophical' bug reports may be mailed
  to \fIbug-bash at 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 @@
  this manual page should be directed to
  .IR chet at 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 @@
  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 @@
 -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);


Index: bash.spec
===================================================================
RCS file: /cvs/extras/rpms/bash/devel/bash.spec,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- bash.spec	23 Feb 2009 19:13:27 -0000	1.174
+++ bash.spec	24 Feb 2009 13:28:29 -0000	1.175
@@ -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 @@
 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 @@
 %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 @@
 %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 @@
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Tue Feb 24 2009 Roman Rakus <rrakus at rehat.com> - 4.0-1
+- Release of bash-4.0
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0-0.5.rc1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bash/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	27 Jan 2009 12:07:11 -0000	1.15
+++ sources	24 Feb 2009 13:28:29 -0000	1.16
@@ -1 +1 @@
-185522513dcc910ef10feb5979bc4cbc  bash-4.0-rc1.tar.gz
+a90a1b5a6db4838483f05438e05e8eb9  bash-4.0.tar.gz




More information about the scm-commits mailing list