From 66269e661b719baee46da33c8493775bcc09d964f0de0bddde15db7b41fc13cf Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 19 Apr 2011 13:38:44 +0000 Subject: [PATCH] Accepting request 67898 from home:a_jaeger:branches:build-compare-test Ok. OBS-URL: https://build.opensuse.org/request/show/67898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=95 --- build-compare.changes | 5 +++++ build-compare.spec | 4 ++-- rpm-check.sh | 12 ++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index 12ffd25..398e22a 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 11:47:57 UTC 2011 - aj@suse.de + +- Handle libreoffice-bootstrap. + ------------------------------------------------------------------- Tue Mar 15 08:36:26 UTC 2011 - aj@suse.de diff --git a/build-compare.spec b/build-compare.spec index 9f901a9..a3513e2 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -23,8 +23,8 @@ License: GPLv2+ Group: Development/Tools/Building AutoReqProv: on Summary: Build Result Compare Script -Version: 2011.02.28 -Release: 2 +Version: 2011.04.19 +Release: 1 Source1: COPYING Source2: same-build-result.sh Source3: rpm-check.sh diff --git a/rpm-check.sh b/rpm-check.sh index f0f8c91..144225e 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -379,6 +379,18 @@ check_single_file() sed -i -e 's%[A-Z][a-z][a-z] [A-Z][a-z][a-z] [0-9]\+ [0-9]\+:[0-9]\+:[0-9]\+ +0000 201[0-9]%Mon Sep 20 19:02:43 +0000 2010%g' $f done ;; + */Linux*Env.Set.sh) + # LibreOffice files, contains: + # Generated on: Mon Apr 18 13:19:22 UTC 2011 + for f in old/$file new/$file; do + sed -i -e 's%^# Generated on:.*UTC 201[0-9] *$%# Generated on: Sometime%g' $f + done + ;; + /usr/lib/libreoffice/solver/inc/*/deliver.log) + # LibreOffice log file + echo "Ignore $file" + return 0 + ;; esac ftype=`/usr/bin/file old/$file | cut -d: -f2-`