File zsync-no-build-date.patch of Package zsync
Index: make.c
===================================================================
--- make.c.orig 2009-04-13 12:54:38.000000000 +0200
+++ make.c 2010-09-03 23:28:58.575337000 +0200
@@ -621,8 +621,7 @@ int main(int argc, char **argv) {
verbose++;
break;
case 'V':
- printf(PACKAGE " v" VERSION " (zsyncmake compiled " __DATE__ " "
- __TIME__ ")\n" "By Colin Phipps <cph@moria.org.uk>\n"
+ printf(PACKAGE " v" VERSION "\n" "By Colin Phipps <cph@moria.org.uk>\n"
"Published under the Artistic License v2, see the COPYING file for details.\n");
exit(0);
case 'z':
Index: client.c
===================================================================
--- client.c.orig 2009-01-22 22:03:18.000000000 +0100
+++ client.c 2010-09-03 23:29:36.120262000 +0200
@@ -491,8 +491,7 @@ int main(int argc, char **argv) {
seedfiles = append_ptrlist(&nseedfiles, seedfiles, optarg);
break;
case 'V':
- printf(PACKAGE " v" VERSION " (compiled " __DATE__ " " __TIME__
- ")\n" "By Colin Phipps <cph@moria.org.uk>\n"
+ printf(PACKAGE " v" VERSION "\n" "By Colin Phipps <cph@moria.org.uk>\n"
"Published under the Artistic License v2, see the COPYING file for details.\n");
exit(0);
case 's':