1
0
forked from pool/build-compare

Accepting request 34194 from home:a_jaeger:branches:openSUSE:Factory

Copy from home:a_jaeger:branches:openSUSE:Factory/build-compare via accept of submit request 34194 revision 49.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/34194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=52
This commit is contained in:
Andreas Jaeger 2010-03-06 04:03:19 +00:00 committed by Git OBS Bridge
parent 3f48581996
commit 6a34e6f307
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 6 04:01:36 UTC 2010 - aj@suse.de
- Improve regexp for last change.
-------------------------------------------------------------------
Fri Mar 5 09:46:01 UTC 2010 - aj@suse.de

View File

@ -380,8 +380,9 @@ check_single_file()
# Handles lines like:
# .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"
for f in old/$file new/$file; do
sed -i -e 's|^\.TH \(.*\) . 20..-..-.. |.TH . 2000-01-01 |' $f
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
done
;;
*.elc)