rpms/bash/devel bash-bashbug.patch,1.3,1.4 bash.spec,1.194,1.195

Roman Rakus rrakus at fedoraproject.org
Sun Dec 27 11:48:41 UTC 2009


Author: rrakus

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

Modified Files:
	bash-bashbug.patch bash.spec 
Log Message:
Fixed patch for fuzz=0

bash-bashbug.patch:
 doc/bash.1       |    6 +-----
 doc/bashref.texi |    5 +----
 shell.c          |    1 -
 3 files changed, 2 insertions(+), 10 deletions(-)

Index: bash-bashbug.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bash/devel/bash-bashbug.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- bash-bashbug.patch	24 Feb 2009 13:28:29 -0000	1.3
+++ bash-bashbug.patch	27 Dec 2009 11:48:40 -0000	1.4
@@ -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	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
+diff -up bash-4.1-rc1/doc/bash.1.bashbug bash-4.1-rc1/doc/bash.1
+--- bash-4.1-rc1/doc/bash.1.bashbug	2009-11-18 21:57:41.000000000 +0100
++++ bash-4.1-rc1/doc/bash.1	2009-12-27 12:42:31.000000000 +0100
+@@ -9519,7 +9519,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 bas
  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
-@@ -9366,10 +9366,6 @@ A description of the bug behaviour
+@@ -9541,10 +9541,6 @@ A description of the bug behaviour
  A short script or `recipe' which exercises the bug
  .PD
  .PP
@@ -21,11 +21,11 @@ diff -up bash-4.0/doc/bash.1.bashbug bas
  Comments and bug reports concerning
  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-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/}.
+diff -up bash-4.1-rc1/doc/bashref.texi.bashbug bash-4.1-rc1/doc/bashref.texi
+--- bash-4.1-rc1/doc/bashref.texi.bashbug	2009-10-29 03:23:32.000000000 +0100
++++ bash-4.1-rc1/doc/bashref.texi	2009-12-27 12:45:32.000000000 +0100
+@@ -7392,7 +7392,7 @@ The latest version of Bash is always ava
+ @uref{ftp://ftp.gnu.org/pub/gnu/bash/}.
  
  Once you have determined that a bug actually exists, use the
 - at code{bashbug} command to submit a bug report.
@@ -33,7 +33,7 @@ diff -up bash-4.0/doc/bashref.texi.bashb
  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
-@@ -7342,9 +7342,6 @@ to reproduce it.
+@@ -7414,9 +7414,6 @@ to reproduce it.
  @end itemize
  
  @noindent
@@ -43,10 +43,10 @@ diff -up bash-4.0/doc/bashref.texi.bashb
  Please send all reports concerning this manual to
  @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-02-23 10:56:00.000000000 -0500
-@@ -1806,7 +1806,6 @@ show_shell_usage (fp, extra)
+diff -up bash-4.1-rc1/shell.c.bashbug bash-4.1-rc1/shell.c
+--- bash-4.1-rc1/shell.c.bashbug	2009-11-19 16:05:54.000000000 +0100
++++ bash-4.1-rc1/shell.c	2009-12-27 12:42:31.000000000 +0100
+@@ -1821,7 +1821,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' for more information about shell builtin commands.\n"), shell_name);


Index: bash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bash/devel/bash.spec,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -p -r1.194 -r1.195
--- bash.spec	27 Dec 2009 11:22:37 -0000	1.194
+++ bash.spec	27 Dec 2009 11:48:40 -0000	1.195
@@ -5,7 +5,7 @@
 Version: %{baseversion}%{?patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 0.1.%{beta_tag}%{?dist}
+Release: 0.2.%{beta_tag}%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -255,6 +255,9 @@ fi
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Sun Dec 27 2009 Roman Rakus <rrakus at redhat.com> - 4.1-0.2.rc1
+- Fixed patch for fuzz=0
+
 * Sun Dec 27 2009 Roman Rakus <rrakus at redhat.com> - 4.1-0.1.rc1
 - Upstream 4.1.rc1
 




More information about the fedora-extras-commits mailing list