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:
parent
3f48581996
commit
6a34e6f307
@ -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
|
Fri Mar 5 09:46:01 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
@ -380,8 +380,9 @@ check_single_file()
|
|||||||
# Handles lines like:
|
# Handles lines like:
|
||||||
# .TH debhelper 7 "2010-02-27" "7.4.15" "Debhelper"
|
# .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 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
|
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
|
done
|
||||||
;;
|
;;
|
||||||
*.elc)
|
*.elc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user