Accepting request 26351 from home:a_jaeger:branches:openSUSE:Factory
Copy from home:a_jaeger:branches:openSUSE:Factory/build-compare via accept of submit request 26351 revision 32. Request was accepted with message: Thanks. OBS-URL: https://build.opensuse.org/request/show/26351 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=46
This commit is contained in:
parent
11394fd2f1
commit
105c3a283a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 13 12:59:16 UTC 2009 - aj@suse.de
|
||||||
|
|
||||||
|
- Handle libtool writing the hostname
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 18 06:48:27 UTC 2009 - aj@suse.de
|
Wed Nov 18 06:48:27 UTC 2009 - aj@suse.de
|
||||||
|
|
||||||
|
@ -398,6 +398,11 @@ check_single_file()
|
|||||||
sed -i -e 's|(format=[a-z]*tex 20..\.[0-9]*\.[0-9]*)|(format=luatex 2009.1.1)|' $f
|
sed -i -e 's|(format=[a-z]*tex 20..\.[0-9]*\.[0-9]*)|(format=luatex 2009.1.1)|' $f
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
*/libtool)
|
||||||
|
for f in old/$file new/$file; do
|
||||||
|
sed -i -e 's|^# Libtool was configured on host [a-z0-9]*:$|Libtool was configured on host x42:|' $f
|
||||||
|
done
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ftype=`/usr/bin/file old/$file | cut -d: -f2-`
|
ftype=`/usr/bin/file old/$file | cut -d: -f2-`
|
||||||
|
Loading…
Reference in New Issue
Block a user