Accepting request 47095 from home:elvigia:branches:Base:System

Copy from home:elvigia:branches:Base:System/bash via accept of submit request 47095 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/47095
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=53
This commit is contained in:
Cristian Rodríguez 2010-09-04 12:49:42 +00:00 committed by Git OBS Bridge
parent adb6de8f13
commit 19fff3b5c0
3 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 3 20:55:30 UTC 2010 - cristian.rodriguez@opensuse.org
- builtin "man2html"generates html manaul with a timestamp
that causes the package to be published over and over again.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 16 15:50:43 CEST 2010 - werner@suse.de Mon Aug 16 15:50:43 CEST 2010 - werner@suse.de

View File

@ -76,6 +76,7 @@ Patch42: bash-4.1-non_void.patch
Patch43: bash-4.1-array.dif Patch43: bash-4.1-array.dif
Patch44: bash-4.1-pipe.dif Patch44: bash-4.1-pipe.dif
Patch45: bash-4.1-edit-parser-state.patch Patch45: bash-4.1-edit-parser-state.patch
Patch46: man2html-no-timestamp.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global _sysconfdir /etc %global _sysconfdir /etc
%global _incdir %{_includedir} %global _incdir %{_includedir}
@ -343,6 +344,7 @@ unset p
# the status of the forground process only # the status of the forground process only
#%patch44 -p0 -b .pipe #%patch44 -p0 -b .pipe
%patch45 -p0 -b .parser %patch45 -p0 -b .parser
%patch46 -p0
%patch0 -p0 %patch0 -p0
cd ../readline-%{rl_vers} cd ../readline-%{rl_vers}
for p in ../readline-%{rl_vers}-patches/*; do for p in ../readline-%{rl_vers}-patches/*; do

View File

@ -0,0 +1,13 @@
Index: support/man2html.c
===================================================================
--- support/man2html.c.orig 2005-10-12 20:50:06.000000000 +0200
+++ support/man2html.c 2010-09-03 22:49:56.288632000 +0200
@@ -4061,7 +4061,7 @@ main(int argc, char **argv)
if (subs)
fputs("</DL>\n", stdout);
fputs("</DL>\n", stdout);
- print_sig();
+ /* print_sig(); */
fputs("</BODY>\n</HTML>\n", stdout);
} else
fprintf(stderr, "man2html: no output produced\n");