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

Index: gputils-1.5.2/gpasm/gpasm.h.in
===================================================================
--- gputils-1.5.2.orig/gpasm/gpasm.h.in
+++ gputils-1.5.2/gpasm/gpasm.h.in
@@ -26,7 +26,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. */
Index: gputils-1.5.2/gplink/gplink.h.in
===================================================================
--- gputils-1.5.2.orig/gplink/gplink.h.in
+++ gputils-1.5.2/gplink/gplink.h.in
@@ -30,7 +30,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
 
Index: gputils-1.5.2/gputils/gpdasm.h.in
===================================================================
--- gputils-1.5.2.orig/gputils/gpdasm.h.in
+++ gputils-1.5.2/gputils/gpdasm.h.in
@@ -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 */
Index: gputils-1.5.2/gputils/gplib.h.in
===================================================================
--- gputils-1.5.2.orig/gputils/gplib.h.in
+++ gputils-1.5.2/gputils/gplib.h.in
@@ -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
 
Index: gputils-1.5.2/gputils/gpstrip.h.in
===================================================================
--- gputils-1.5.2.orig/gputils/gpstrip.h.in
+++ gputils-1.5.2/gputils/gpstrip.h.in
@@ -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 */
Index: gputils-1.5.2/gputils/gpvc.h.in
===================================================================
--- gputils-1.5.2.orig/gputils/gpvc.h.in
+++ gputils-1.5.2/gputils/gpvc.h.in
@@ -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
Index: gputils-1.5.2/gputils/gpvo.h.in
===================================================================
--- gputils-1.5.2.orig/gputils/gpvo.h.in
+++ gputils-1.5.2/gputils/gpvo.h.in
@@ -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