Updating link to change in openSUSE:Factory/build-compare revision 21.0

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=de35859b6b4154a41fb46e0112d3a931
This commit is contained in:
OBS User buildservice-autocommit 2009-12-16 14:59:32 +00:00 committed by Git OBS Bridge
parent 75c76c6bc8
commit 1c1083c7a2
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 13 12:59:16 UTC 2009 - aj@suse.de
- Handle libtool writing the hostname
-------------------------------------------------------------------
Wed Nov 18 06:48:27 UTC 2009 - aj@suse.de

View File

@ -19,12 +19,12 @@
Name: build-compare
License: GPL v2 or later
License: GPLv2+
Group: Development/Tools/Building
AutoReqProv: on
Summary: Build Result Compare Script
Version: 2009.10.14
Release: 3
Release: 4
Source: same-build-result.sh
Source1: rpm-check.sh
Source2: COPYING

View File

@ -398,6 +398,11 @@ check_single_file()
sed -i -e 's|(format=[a-z]*tex 20..\.[0-9]*\.[0-9]*)|(format=luatex 2009.1.1)|' $f
done
;;
*/libtool)
for f in old/$file new/$file; do
sed -i -e 's|^# Libtool was configured on host [a-z0-9]*:$|Libtool was configured on host x42:|' $f
done
;;
esac
ftype=`/usr/bin/file old/$file | cut -d: -f2-`