Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
putty
putty-04-nodate.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File putty-04-nodate.diff of Package putty
__DATE__/__TIME__ should not be used; it causes unnecessary rebuilds in the build service. --- version.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: putty-0.62/version.c =================================================================== --- putty-0.62.orig/version.c +++ putty-0.62/version.c @@ -30,13 +30,13 @@ char sshver[] = "PuTTY-Prerelease-" STR( #elif defined SVN_REV -char ver[] = "Custom build r" STR(SVN_REV) ", " __DATE__ " " __TIME__; +char ver[] = "Custom build r" STR(SVN_REV); char sshver[] = "PuTTY-Custom-r" STR(SVN_REV); #else -char ver[] = "Unidentified build, " __DATE__ " " __TIME__; -char sshver[] = "PuTTY-Local: " __DATE__ " " __TIME__; +char ver[] = "Unidentified build"; +char sshver[] = "PuTTY-Local"; #endif
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