Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
pymol
no-build-date.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-build-date.patch of Package pymol
From: David Hall <dhall@wustl.edu> Date: 2013-11-11 12:41:00 -0500 Subject: do not include build date in package References: Upstream: never Patch removes including build date in binary --- create_shadertext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: create_shadertext.py =================================================================== --- create_shadertext.py.bkup 2016-02-08 14:47:13.283417598 -0500 +++ create_shadertext.py 2016-02-08 14:47:23.679428451 -0500 @@ -112,7 +112,7 @@ #define _PyMOL_BUILD_DATE %d #define _PYMOL_BUILD_GIT_SHA "%s" #define _PyMOL_BUILD_SVN_REV %d - ''' % (time.time(), sha, rev), file=out) + ''' % (0, sha, rev), file=out) if __name__ == "__main__": create_shadertext(*sys.argv[1:6])
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