From 105c3a283a43c2b1299b1f3e7a04c5d125ba4e603888927e72a2bc6d62bce031 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 13 Dec 2009 13:33:26 +0000 Subject: [PATCH 1/3] Accepting request 26351 from home:a_jaeger:branches:openSUSE:Factory Copy from home:a_jaeger:branches:openSUSE:Factory/build-compare via accept of submit request 26351 revision 32. Request was accepted with message: Thanks. OBS-URL: https://build.opensuse.org/request/show/26351 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=46 --- build-compare.changes | 5 +++++ rpm-check.sh | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/build-compare.changes b/build-compare.changes index c124762..ac52bbd 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -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 diff --git a/rpm-check.sh b/rpm-check.sh index 4a5b92e..98b103d 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -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-` From 75c76c6bc83e1b29205d1617d66e7ef129aa487f688a49fbc6397fba6c20dc4c Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Wed, 16 Dec 2009 14:59:31 +0000 Subject: [PATCH 2/3] checked in OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=47 --- build-compare.changes | 5 ----- rpm-check.sh | 5 ----- 2 files changed, 10 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index ac52bbd..c124762 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -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 diff --git a/rpm-check.sh b/rpm-check.sh index 98b103d..4a5b92e 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -398,11 +398,6 @@ 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-` From 1c1083c7a294058a5bf1c9ce62b306bb2bbd64e7a4c82028dabc655f84bf2771 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 16 Dec 2009 14:59:32 +0000 Subject: [PATCH 3/3] 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 --- build-compare.changes | 5 +++++ build-compare.spec | 4 ++-- rpm-check.sh | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index c124762..ac52bbd 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -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 diff --git a/build-compare.spec b/build-compare.spec index 6938db1..eb90f16 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -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 diff --git a/rpm-check.sh b/rpm-check.sh index 4a5b92e..98b103d 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -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-`