Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:PowerPC
glyr
glyr-0.9.9-date-n-time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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")"; } /*-----------------------------------------------*/
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor