Accepting request 34744 from openSUSE:Tools

Copy from openSUSE:Tools/build-compare based on submit request 34744 from user a_jaeger

OBS-URL: https://build.opensuse.org/request/show/34744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=23
This commit is contained in:
OBS User autobuild 2010-03-14 23:40:58 +00:00 committed by Git OBS Bridge
parent dcf334c3a1
commit 5588b387b2
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 14 09:22:39 UTC 2010 - aj@suse.de
- Improve last regexp to fix virt-utils.
-------------------------------------------------------------------
Sat Mar 6 04:01:36 UTC 2010 - aj@suse.de

View File

@ -24,7 +24,7 @@ Group: Development/Tools/Building
AutoReqProv: on
Summary: Build Result Compare Script
Version: 2009.10.14
Release: 5
Release: 6
Source: same-build-result.sh
Source1: rpm-check.sh
Source2: COPYING

View File

@ -381,8 +381,9 @@ check_single_file()
# .TH debhelper 7 "2010-02-27" "7.4.15" "Debhelper"
# .TH DIRMNGR-CLIENT 1 2010-02-27 "Dirmngr 1.0.3" "GNU Privacy Guard"
# .TH ccmake 1 "March 06, 2010" "ccmake 2.8.1-rc3"
# .TH QEMU-IMG 1 "2010-03-14" " " " "
for f in old/$file new/$file; do
sed -i -e 's|^\.TH \(.*\) \(.\) \("\?20..-..-.."\?\|"[a-zA-Z]* [0-9][0-9], 20[0-9][0-9]"\) |.TH \1 \2 "2000-01-01" |' $f
sed -i -e 's|^\.TH \(.*\) \([0-9]\) \("20..-..-.."\|20..-..-..\|"[A-Z][a-z]* [0-9][0-9], 20[0-9][0-9]"\) |.TH \1 \2 "2000-01-01" |' $f
done
;;
*.elc)