File zsync-no-build-date.patch of Package zsync
Index: make.c
===================================================================
--- make.c.orig
+++ make.c
@@ -627,8 +627,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
+++ client.c
@@ -508,8 +508,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':