From 7cb5d81138b8a70090aaedfeef989025aec0ff304679356bb74b18640bc6709b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 9 Mar 2012 08:47:18 +0000 Subject: [PATCH] Accepting request 108558 from home:RedDwarf:branches:openSUSE:Tools - Improve kde index.cache handling In home:RedDwarf/kdenlive makes a difference. You can see the openSUSE_Factory/x86_64 build now compares as identical, but (if you are fast) the other builds fail with the index.cache file. OBS-URL: https://build.opensuse.org/request/show/108558 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=127 --- build-compare.changes | 5 +++++ build-compare.spec | 1 - rpm-check.sh | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index 3a2f99c..d112cd2 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 8 21:44:36 UTC 2012 - reddwarf@opensuse.org + +- Improve kde index.cache handling + ------------------------------------------------------------------- Wed Feb 22 11:12:13 UTC 2012 - aj@suse.de diff --git a/build-compare.spec b/build-compare.spec index e388fcf..c10f693 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -16,7 +16,6 @@ # - Name: build-compare Summary: Build Result Compare Script License: GPL-2.0+ diff --git a/rpm-check.sh b/rpm-check.sh index a375503..c33d597 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -372,7 +372,8 @@ check_single_file() sed -i -e 's%name="id[0-9]*"\([> ]\)%name="id424242"\1%g' $f sed -i -e 's%name="[a-z]*\.id[0-9]*"%name="ftn.id111111"%g' $f sed -i -e 's%\.html#id[0-9]*">%.html#id424242">%g' $f - sed -i -e 's%href="#\([a-z]*\.\)\?id[0-9]*">%href="#\1id0000000">%g' $f + sed -i -e 's%href="#\([a-z]*\.\)\?id[0-9]*"\([> ]\)%href="#\1id0000000"\2%g' $f + sed -i -e 's%id="\([a-z]*\.\)\?id[0-9]*"\([> ]\)%id="\1id0000000"\2%g' $f done ;; */created.rid)