From 46a99ebb657e4f8525c63cf3e3de0464b55ca3cd3e8cee62d820c9908a8581b7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 8 May 2010 19:45:11 +0000 Subject: [PATCH] Accepting request 39688 from home:a_jaeger:branches:openSUSE:Factory Copy from home:a_jaeger:branches:openSUSE:Factory/build-compare via accept of submit request 39688 revision 76. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/39688 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=60 --- build-compare.changes | 5 +++++ rpm-check.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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/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