File deng-nodate.diff of Package doomsday

---
 doomsday/engine/portable/include/dd_def.h          |    2 +-
 doomsday/plugins/dehread/include/version.h         |    2 +-
 doomsday/plugins/directsound/include/version.h     |    2 +-
 doomsday/plugins/exampleplugin/include/version.h   |    2 +-
 doomsday/plugins/fluidsynth/include/version.h      |    2 +-
 doomsday/plugins/fmod/include/version.h            |    2 +-
 doomsday/plugins/jdoom/include/version.h           |    2 +-
 doomsday/plugins/jdoom64/include/version.h         |    2 +-
 doomsday/plugins/jheretic/include/version.h        |    2 +-
 doomsday/plugins/jhexen/include/version.h          |    2 +-
 doomsday/plugins/openal/include/version.h          |    2 +-
 doomsday/plugins/wadmapconverter/include/version.h |    2 +-
 doomsday/plugins/winmm/include/version.h           |    2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

Index: doomsday-1.9.9/doomsday/engine/portable/include/dd_def.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/engine/portable/include/dd_def.h
+++ doomsday-1.9.9/doomsday/engine/portable/include/dd_def.h
@@ -83,7 +83,7 @@ extern "C" {
 
 #define DOOMSDAY_VER_ID     DOOMSDAY_RELEASE_TYPE DOOMSDAY_VER_ID_64BIT DOOMSDAY_VER_ID_DEBUG DOOMSDAY_VER_ID_RANGECHECK DOOMSDAY_VER_ID_BUILD
 
-#define DOOMSDAY_VERSION_FULLTEXT     DOOMSDAY_VERSION_TEXT" ("DOOMSDAY_VER_ID") "__DATE__" "__TIME__
+#define DOOMSDAY_VERSION_FULLTEXT     DOOMSDAY_VERSION_TEXT" ("DOOMSDAY_VER_ID")"
 
 #define SAFEDIV(x,y)    (!(y) || !((x)/(y))? 1 : (x)/(y))
 #define ORDER(x,y,a,b)  ( (x)<(y)? ((a)=(x),(b)=(y)) : ((b)=(x),(a)=(y)) )
Index: doomsday-1.9.9/doomsday/plugins/dehread/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/dehread/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/dehread/include/version.h
@@ -39,7 +39,7 @@
 #define PLUGIN_DETAILS      "Doomsday plugin for reading DeHackEd patches."
 
 #define PLUGIN_VERSION_TEXT "2.0.0"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DEHREAD_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" DEHREAD_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 2,0,0,0 // For WIN32 version info.
 
 #endif /// LIBDEHREAD_VERSION_H
Index: doomsday-1.9.9/doomsday/plugins/directsound/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/directsound/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/directsound/include/version.h
@@ -46,7 +46,7 @@
 #define PLUGIN_DETAILS      "Doomsday plugin for audio playback via DirectSound"
 
 #define PLUGIN_VERSION_TEXT "1.2.5"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSDIRECTSOUND_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" DSDIRECTSOUND_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,2,5,0 // For WIN32 version info.
 
 #endif
Index: doomsday-1.9.9/doomsday/plugins/exampleplugin/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/exampleplugin/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/exampleplugin/include/version.h
@@ -53,7 +53,7 @@
 #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
 
 #define PLUGIN_VERSION_TEXT "1.1.0"
-#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" EXAMPLE_PLUGIN_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " (" EXAMPLE_PLUGIN_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,1,0,0 // For WIN32 version info.
 
 // For WIN32 version info:
Index: doomsday-1.9.9/doomsday/plugins/fluidsynth/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/fluidsynth/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/fluidsynth/include/version.h
@@ -38,7 +38,7 @@
 #define PLUGIN_DETAILS      "Doomsday plugin for music playback via FluidSynth"
 
 #define PLUGIN_VERSION_TEXT "1.0.0"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSFLUIDSYNTH_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" DSFLUIDSYNTH_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,0,0,0 // For WIN32 version info.
 
 #endif
Index: doomsday-1.9.9/doomsday/plugins/fmod/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/fmod/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/fmod/include/version.h
@@ -38,7 +38,7 @@
 #define PLUGIN_DETAILS      "Doomsday plugin for audio playback via Firelight Technologies' FMOD Ex "
 
 #define PLUGIN_VERSION_TEXT "1.0.1"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSFMOD_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" DSFMOD_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,0,1,0 // For WIN32 version info.
 
 #endif
Index: doomsday-1.9.9/doomsday/plugins/jdoom/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/jdoom/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/jdoom/include/version.h
@@ -57,7 +57,7 @@
 #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
 
 #define PLUGIN_VERSION_TEXT "1.16.2"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" JDOOM_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" JDOOM_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,16,2,0 // For WIN32 version info.
 
 // For WIN32 version info:
Index: doomsday-1.9.9/doomsday/plugins/jdoom64/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/jdoom64/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/jdoom64/include/version.h
@@ -56,7 +56,7 @@
 #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
 
 #define PLUGIN_VERSION_TEXT "0.9.1"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" JDOOM64_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" JDOOM64_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 0,9,1,0 // For WIN32 version info.
 
 // For WIN32 version info:
Index: doomsday-1.9.9/doomsday/plugins/jheretic/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/jheretic/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/jheretic/include/version.h
@@ -57,7 +57,7 @@
 #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
 
 #define PLUGIN_VERSION_TEXT "1.5.2"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" JHERETIC_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" JHERETIC_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,5,2,0 // For WIN32 version info.
 
 // For WIN32 version info:
Index: doomsday-1.9.9/doomsday/plugins/jhexen/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/jhexen/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/jhexen/include/version.h
@@ -57,7 +57,7 @@
 #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
 
 #define PLUGIN_VERSION_TEXT "1.4.2"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" JHEXEN_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" JHEXEN_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,4,2,0 // For WIN32 version info.
 
 // For WIN32 version info:
Index: doomsday-1.9.9/doomsday/plugins/openal/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/openal/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/openal/include/version.h
@@ -46,7 +46,7 @@
 #define PLUGIN_DETAILS      "Doomsday plugin for audio playback via OpenAL"
 
 #define PLUGIN_VERSION_TEXT "1.2.4"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSOPENAL_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" DSOPENAL_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,2,4,0 // For WIN32 version info.
 
 #endif
Index: doomsday-1.9.9/doomsday/plugins/wadmapconverter/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/wadmapconverter/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/wadmapconverter/include/version.h
@@ -40,7 +40,7 @@
 #define PLUGIN_DETAILS      "Doomsday plugin for loading id tech 1 format maps."
 
 #define PLUGIN_VERSION_TEXT "1.1.0"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" WADMAPCONVERTER_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" WADMAPCONVERTER_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,1,0,0 // For WIN32 version info.
 
 #endif /* __WADMAPCONVERTER_VERSION_H__ */
Index: doomsday-1.9.9/doomsday/plugins/winmm/include/version.h
===================================================================
--- doomsday-1.9.9.orig/doomsday/plugins/winmm/include/version.h
+++ doomsday-1.9.9/doomsday/plugins/winmm/include/version.h
@@ -46,7 +46,7 @@
 #define PLUGIN_DETAILS      "Doomsday plugin for audio playback via Windows Multimedia."
 
 #define PLUGIN_VERSION_TEXT "1.0.5"
-#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSWINMM_VER_ID ")"
+#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " (" DSWINMM_VER_ID ")"
 #define PLUGIN_VERSION_NUMBER 1,0,5,0 // For WIN32 version info.
 
 #endif
openSUSE Build Service is sponsored by