Accepting request 46874 from openSUSE:Tools

Copy from openSUSE:Tools/build-compare based on submit request 46874 from user a_jaeger

OBS-URL: https://build.opensuse.org/request/show/46874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=36
This commit is contained in:
OBS User autobuild 2010-09-03 14:16:34 +00:00 committed by Git OBS Bridge
commit b5646000fc
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 31 11:57:26 UTC 2010 - aj@suse.de
- Refine texi2html rule (found in zsh)
-------------------------------------------------------------------
Fri Aug 27 08:59:22 UTC 2010 - aj@suse.de

View File

@ -24,7 +24,7 @@ Group: Development/Tools/Building
AutoReqProv: on
Summary: Build Result Compare Script
Version: 2009.10.14
Release: 19
Release: 20
Source: same-build-result.sh
Source1: rpm-check.sh
Source2: COPYING

View File

@ -350,7 +350,7 @@ check_single_file()
/usr/share/doc/packages/*/*.html)
for f in old/$file new/$file; do
# texi2html output, e.g. in kvm, indent, qemu
sed -i -e "s|^<!-- Created on .*, 20.. by texi2html .\...$|<!-- Created on August 7, 2009 by texi2html 1.82|" $f
sed -i -e "s|^<!-- Created on .*, 20.. by texi2html .\...|<!-- Created on August 7, 2009 by texi2html 1.82|" $f
sed -i -e 's|^ *This document was generated by <em>Autobuild</em> on <em>.*, 20..</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html .\...</em></a>.$| This document was generated by <em>Autobuild</em> on <em>August 7, 2009</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.|' $f
# doxygen docu, e.g. in libssh and log4c
sed -i -e 's|Generated on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] 20[0-9][0-9] for |Generated on Mon May 10 20:45:00 2010 for |' $f