File gputils-no-build-time.patch of Package gputils

diff -up gputils-1.5.0/gpasm/gpasm.h.in.orig gputils-1.5.0/gpasm/gpasm.h.in
--- gputils-1.5.0/gpasm/gpasm.h.in.orig	2016-10-10 21:01:36.000000000 +0200
+++ gputils-1.5.0/gpasm/gpasm.h.in	2016-10-10 21:04:51.000000000 +0200
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA.  */
 
 #include "symbol_list.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.5.0/gplink/gplink.h.in.orig gputils-1.5.0/gplink/gplink.h.in
--- gputils-1.5.0/gplink/gplink.h.in.orig	2016-10-10 21:01:36.000000000 +0200
+++ gputils-1.5.0/gplink/gplink.h.in	2016-10-10 21:04:14.000000000 +0200
@@ -24,7 +24,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.5.0/gputils/gpdasm.h.in.orig gputils-1.5.0/gputils/gpdasm.h.in
--- gputils-1.5.0/gputils/gpdasm.h.in.orig	2016-10-10 21:01:36.000000000 +0200
+++ gputils-1.5.0/gputils/gpdasm.h.in	2016-10-10 21:05:39.000000000 +0200
@@ -26,7 +26,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.5.0/gputils/gplib.h.in.orig gputils-1.5.0/gputils/gplib.h.in
--- gputils-1.5.0/gputils/gplib.h.in.orig	2016-10-10 21:01:36.000000000 +0200
+++ gputils-1.5.0/gputils/gplib.h.in	2016-10-10 21:06:10.000000000 +0200
@@ -34,7 +34,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.5.0/gputils/gpstrip.h.in.orig gputils-1.5.0/gputils/gpstrip.h.in
--- gputils-1.5.0/gputils/gpstrip.h.in.orig	2016-10-10 21:01:36.000000000 +0200
+++ gputils-1.5.0/gputils/gpstrip.h.in	2016-10-10 21:06:44.000000000 +0200
@@ -24,7 +24,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.5.0/gputils/gpvc.h.in.orig gputils-1.5.0/gputils/gpvc.h.in
--- gputils-1.5.0/gputils/gpvc.h.in.orig	2016-10-10 21:01:36.000000000 +0200
+++ gputils-1.5.0/gputils/gpvc.h.in	2016-10-10 21:07:15.000000000 +0200
@@ -26,6 +26,6 @@ Boston, MA 02111-1307, USA.  */
 
 #include "gpcod.h"
 
-#define GPVC_VERSION_STRING         ("gpvc-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPVC_VERSION_STRING         ("gpvc-" VERSION " #" @REVISION@ )
 
 #endif
diff -up gputils-1.5.0/gputils/gpvo.h.in.orig gputils-1.5.0/gputils/gpvo.h.in
--- gputils-1.5.0/gputils/gpvo.h.in.orig	2016-10-10 21:01:36.000000000 +0200
+++ gputils-1.5.0/gputils/gpvo.h.in	2016-10-10 21:07:45.000000000 +0200
@@ -24,7 +24,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)
openSUSE Build Service is sponsored by