File glyr-0.9.9-date-n-time.patch of Package glyr

Description: Remove __DATE and __TIME__ that causes the package to rebuild when not needed.
Author: Kyrill Detinov <lazy.kent@opensuse.org>
Index: lib/glyr.c
===================================================================
--- lib/glyr.c.orig
+++ lib/glyr.c
@@ -244,7 +244,7 @@ GlyrMemCache * glyr_cache_copy(GlyrMemCa
 __attribute__((visibility("default")))
 const char * glyr_version(void)
 {
-    return "Version "GLYR_VERSION_MAJOR"."GLYR_VERSION_MINOR"."GLYR_VERSION_MICRO" ("GLYR_VERSION_NAME") of ["__DATE__"] compiled at ["__TIME__"]";
+    return "Version "GLYR_VERSION_MAJOR"."GLYR_VERSION_MINOR"."GLYR_VERSION_MICRO" ("GLYR_VERSION_NAME")";
 }
 
 /*-----------------------------------------------*/
openSUSE Build Service is sponsored by