Hi there.
I was using the method "sed -i -e 's/.$//' '{}' ';' to compile the updates, now 0.142u1 fails to patch:
patch -p0 --binary < 0142u1.diff
patching file makefile
(... removed the good patched lines)
patching file src/mame/layout/armora.lay
Hunk #1 succeeded at 180 with fuzz 1.
(...)
patching file src/mame/layout/gridiron.lay
Hunk #1 FAILED at 17.
1 out of 1 hunk FAILED -- saving rejects to file src/mame/layout/gridiron.lay.rej
patching file src/mame/layout/jollycrd.lay
patching file src/mame/layout/lagunar.lay
(...)
patching file src/osd/windows/winmisc.c
patching file src/tools/src2html.c
patching file src/version.c
with or witout --binary and/or sed 's/.$//' didn't work here.
Any idea?