From f752efbdc499877113a7e96e6436c372d3f2e5be2a4e5543929839ccf6ea1522 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 11 May 2010 17:00:09 +0000 Subject: [PATCH] Accepting request 39689 from openSUSE:Tools Copy from openSUSE:Tools/build-compare based on submit request 39689 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/39689 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=27 --- build-compare.changes | 5 +++++ build-compare.spec | 2 +- rpm-check.sh | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index 64c1f20..8d066e9 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 8 19:41:30 UTC 2010 - aj@suse.de + +- Fix typo in last change - thanks Dirk Müller. + ------------------------------------------------------------------- Fri May 7 13:05:57 UTC 2010 - aj@suse.de diff --git a/build-compare.spec b/build-compare.spec index c5248bb..76620c3 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -24,7 +24,7 @@ Group: Development/Tools/Building AutoReqProv: on Summary: Build Result Compare Script Version: 2009.10.14 -Release: 8 +Release: 9 Source: same-build-result.sh Source1: rpm-check.sh Source2: COPYING diff --git a/rpm-check.sh b/rpm-check.sh index 9e66725..6e7a2a9 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -414,7 +414,7 @@ check_single_file() # from sendmail package for f in old/$file new/$file; do # - ##### built by abuild@build33 on Thu May 6 11:21:17 UTC 2010 - sed -i -e 's|built by abuild@[a-z0-0]* on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] .* 20[0-9][0-9]|built by abuild@build42 on Thu May 6 11:21:17 UTC 2010|'; $f + sed -i -e 's|built by abuild@[a-z0-9]* on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] .* 20[0-9][0-9]|built by abuild@build42 on Thu May 6 11:21:17 UTC 2010|'; $f done ;; esac