From 5f2d05a7e91357ddef2db289f4fc2e51b66f60f7a00bda9696d4403885a8fefe Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 9 Sep 2010 12:46:01 +0000 Subject: [PATCH] checked in (request 47126) OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=54 --- bash.changes | 6 ------ bash.spec | 2 -- man2html-no-timestamp.patch | 13 ------------- 3 files changed, 21 deletions(-) delete mode 100644 man2html-no-timestamp.patch diff --git a/bash.changes b/bash.changes index 8e605aa..d46970e 100644 --- a/bash.changes +++ b/bash.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -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 diff --git a/bash.spec b/bash.spec index 2b3f9f8..4d64603 100644 --- a/bash.spec +++ b/bash.spec @@ -76,7 +76,6 @@ Patch42: bash-4.1-non_void.patch Patch43: bash-4.1-array.dif Patch44: bash-4.1-pipe.dif Patch45: bash-4.1-edit-parser-state.patch -Patch46: man2html-no-timestamp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir /etc %global _incdir %{_includedir} @@ -344,7 +343,6 @@ unset p # the status of the forground process only #%patch44 -p0 -b .pipe %patch45 -p0 -b .parser -%patch46 -p0 %patch0 -p0 cd ../readline-%{rl_vers} for p in ../readline-%{rl_vers}-patches/*; do diff --git a/man2html-no-timestamp.patch b/man2html-no-timestamp.patch deleted file mode 100644 index 2ec2c56..0000000 --- a/man2html-no-timestamp.patch +++ /dev/null @@ -1,13 +0,0 @@ -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("\n", stdout); - fputs("\n", stdout); -- print_sig(); -+ /* print_sig(); */ - fputs("\n\n", stdout); - } else - fprintf(stderr, "man2html: no output produced\n");