File glyr-1.0.0-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
@@ -246,7 +246,7 @@ GlyrMemCache * glyr_cache_copy (GlyrMemC
 __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