File crawl-0.17.1-datetime.patch of Package crawl
diff -ur stone_soup-0.17.1/source/version.cc stone_soup-0.17.1_fix/source/version.cc
--- stone_soup-0.17.1/source/version.cc 2015-10-08 00:37:59.000000000 +0200
+++ stone_soup-0.17.1_fix/source/version.cc 2016-01-02 22:01:46.344531538 +0100
@@ -35,7 +35,7 @@
#endif
const char* compilation_info =
- "Compiled with " COMPILER " on " __DATE__ " at " __TIME__ "\n"
+ "Compiled with " COMPILER " on openSUSE Build Service\n"
"Build platform: " CRAWL_HOST "\n"
"Platform: " CRAWL_ARCH "\n"
"CFLAGS: " CRAWL_CFLAGS "\n"