File avrdude-5.11-no-builddate.diff of Package avrdude
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-avrdude-6.3/main.c ./main.c
--- ../orig-avrdude-6.3/main.c 2014-11-23 22:49:56.000000000 +0100
+++ ./main.c 2016-03-18 13:09:17.316372161 +0100
@@ -679,10 +679,10 @@
* Print out an identifying string so folks can tell what version
* they are running
*/
- avrdude_message(MSG_NOTICE, "\n%s: Version %s, compiled on %s at %s\n"
+ avrdude_message(MSG_NOTICE, "\n%s: Version %s, (openSUSE Buildservice)\n"
"%sCopyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/\n"
"%sCopyright (c) 2007-2014 Joerg Wunsch\n\n",
- progname, version, __DATE__, __TIME__, progbuf, progbuf);
+ progname, version, progbuf, progbuf);
avrdude_message(MSG_NOTICE, "%sSystem wide configuration file is \"%s\"\n",
progbuf, sys_config);