File gputils-no-build-time.patch of Package gputils
diff -up gputils-1.4.0-1/gpasm/gpasm.h.in.date gputils-1.4.0-1/gpasm/gpasm.h.in
--- gputils-1.4.0-1/gpasm/gpasm.h.in.date 2014-08-28 15:26:05.000000000 +0200
+++ gputils-1.4.0-1/gpasm/gpasm.h.in 2014-11-15 23:54:21.000000000 +0100
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#ifndef __GPASM_H__
#define __GPASM_H__
-#define GPASM_VERSION_STRING ("gpasm-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPASM_VERSION_STRING ("gpasm-" VERSION " #" @REVISION@ )
/* This symbol will get placed into the symbol table for the 16bit cores
* and thus allow compile-time selection of the proper macro set */
diff -up gputils-1.4.0-1/gplink/gplink.h.in.date gputils-1.4.0-1/gplink/gplink.h.in
--- gputils-1.4.0-1/gplink/gplink.h.in.date 2014-06-25 10:26:58.000000000 +0200
+++ gputils-1.4.0-1/gplink/gplink.h.in 2014-11-15 23:54:21.000000000 +0100
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#ifndef GPLINK_H
#define GPLINK_H
-#define GPLINK_VERSION_STRING ("gplink-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPLINK_VERSION_STRING ("gplink-" VERSION " #" @REVISION@ )
#define MAX_PATHS 100
diff -up gputils-1.4.0-1/gputils/gpdasm.h.in.date gputils-1.4.0-1/gputils/gpdasm.h.in
--- gputils-1.4.0-1/gputils/gpdasm.h.in.date 2014-11-15 23:54:21.000000000 +0100
+++ gputils-1.4.0-1/gputils/gpdasm.h.in 2014-11-15 23:55:43.000000000 +0100
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "labelset.h"
-#define GPDASM_VERSION_STRING ("gpdasm-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPDASM_VERSION_STRING ("gpdasm-" VERSION " #" @REVISION@ )
extern struct gpdasm_state {
pic_processor_t processor; /* selected processor */
diff -up gputils-1.4.0-1/gputils/gplib.h.in.date gputils-1.4.0-1/gputils/gplib.h.in
--- gputils-1.4.0-1/gputils/gplib.h.in.date 2013-03-03 17:50:16.000000000 +0100
+++ gputils-1.4.0-1/gputils/gplib.h.in 2014-11-15 23:54:21.000000000 +0100
@@ -32,7 +32,7 @@ enum lib_modes {
ar_null
};
-#define GPLIB_VERSION_STRING ("gplib-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPLIB_VERSION_STRING ("gplib-" VERSION " #" @REVISION@ )
#define MAX_OBJ_NAMES 256
diff -up gputils-1.4.0-1/gputils/gpstrip.h.in.date gputils-1.4.0-1/gputils/gpstrip.h.in
--- gputils-1.4.0-1/gputils/gpstrip.h.in.date 2013-03-03 17:50:16.000000000 +0100
+++ gputils-1.4.0-1/gputils/gpstrip.h.in 2014-11-15 23:54:21.000000000 +0100
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#ifndef GPSTRIP_H
#define GPSTRIP_H
-#define GPSTRIP_VERSION_STRING ("gpstrip-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPSTRIP_VERSION_STRING ("gpstrip-" VERSION " #" @REVISION@ )
extern struct gpstrip_state {
gp_boolean strip_debug; /* strip debug symbols */
diff -up gputils-1.4.0-1/gputils/gpvc.h.in.date gputils-1.4.0-1/gputils/gpvc.h.in
--- gputils-1.4.0-1/gputils/gpvc.h.in.date 2013-03-03 17:50:17.000000000 +0100
+++ gputils-1.4.0-1/gputils/gpvc.h.in 2014-11-15 23:54:21.000000000 +0100
@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */
#include "gpcod.h"
-#define GPVC_VERSION_STRING ("gpvc-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPVC_VERSION_STRING ("gpvc-" VERSION " #" @REVISION@ )
#define BUFFER_LENGTH 256
#define MAX_SOURCE_FILES 100
diff -up gputils-1.4.0-1/gputils/gpvo.h.in.date gputils-1.4.0-1/gputils/gpvo.h.in
--- gputils-1.4.0-1/gputils/gpvo.h.in.date 2013-03-03 17:50:17.000000000 +0100
+++ gputils-1.4.0-1/gputils/gpvo.h.in 2014-11-15 23:54:21.000000000 +0100
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#ifndef GPVO_H
#define GPVO_H
-#define GPVO_VERSION_STRING ("gpvo-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPVO_VERSION_STRING ("gpvo-" VERSION " #" @REVISION@ )
/* Dump Flags */
#define PRINT_HEADER 1 << 1