- Handle yet another variant of elc timestamps
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=200
This commit is contained in:
parent
28e7830dca
commit
6320d4fe21
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 4 18:50:32 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Handle yet another variant of elc timestamps
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 3 12:44:04 UTC 2016 - olaf@aepfle.de
|
Thu Mar 3 12:44:04 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://github.com/openSUSE/build-compare
|
Url: https://github.com/openSUSE/build-compare
|
||||||
Version: 20160303T140910.a3e5233
|
Version: 20160304T195219.e59af35
|
||||||
Release: 0
|
Release: 0
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: same-build-result.sh
|
Source2: same-build-result.sh
|
||||||
|
@ -597,7 +597,12 @@ check_single_file()
|
|||||||
*.elc)
|
*.elc)
|
||||||
# emacs lisp files
|
# emacs lisp files
|
||||||
for f in old/$file new/$file; do
|
for f in old/$file new/$file; do
|
||||||
sed -i -e 's|Compiled by abuild@.* on ... ... .. ..:..:.. 20..$|compiled by abuild@buildhost on Wed Jul 01 00:00:00 2009|' $f
|
sed -i -e '
|
||||||
|
s|^;;; .ompiled by abuild@.* on ... ... .. ..:..:.. ....|;;; compiled by abuild@buildhost on Wed Jul 01 00:00:00 2009|
|
||||||
|
s|^;;; from file .*\.el|;;; from file /home/abuild/rpmbuild/BUILD/anthy-9100h/src-util/elc.8411/anthy-azik.el|
|
||||||
|
s|^;;; emacs version .*|;;; emacs version 21.5 (beta34) "kale" XEmacs Lucid.|
|
||||||
|
s|^;;; bytecomp version .*|;;; bytecomp version 2.28 XEmacs; 2009-08-09.|
|
||||||
|
' $f
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
/var/lib/texmf/web2c/*/*fmt |\
|
/var/lib/texmf/web2c/*/*fmt |\
|
||||||
|
Loading…
Reference in New Issue
Block a user