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
This commit is contained in:
parent
6542f92b76
commit
66269e661b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
12
rpm-check.sh
12
rpm-check.sh
@ -379,6 +379,18 @@ check_single_file()
|
||||
sed -i -e 's%<td>[A-Z][a-z][a-z] [A-Z][a-z][a-z] [0-9]\+ [0-9]\+:[0-9]\+:[0-9]\+ +0000 201[0-9]</td>%<td>Mon Sep 20 19:02:43 +0000 2010</td>%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-`
|
||||
|
Loading…
Reference in New Issue
Block a user