Projects
Multimedia
handbrake
HandBrake-no-builddate.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File HandBrake-no-builddate.patch of Package handbrake (Revision 32)
Currently displaying revision
32
,
Show latest
--- make/configure.py.orig 2019-12-30 20:08:16.583360794 +0100 +++ make/configure.py 2019-12-30 20:08:16.603360415 +0100 @@ -967,7 +967,7 @@ url_ctype = '_unstable' url_ntype = 'unstable' - self.build = time.strftime('%Y%m%d', now) + '01' + self.build = '@BUILD@' + '01' self.title = '%s %s (%s)' % (self.name,self.version,self.build) else: m = re.match('^([a-zA-Z]+)\.([0-9]+)$', self.suffix) @@ -986,7 +986,7 @@ url_ctype = '_unstable' url_ntype = 'unstable' - self.build = time.strftime('%Y%m%d', now) + '00' + self.build = '@BUILD@' + '00' self.title = '%s %s (%s)' % (self.name,self.version,self.build) self.url_appcast = 'https://handbrake.fr/appcast%s%s.xml' % (url_ctype,url_arch) @@ -1897,7 +1897,6 @@ ## create document object doc = ConfigDocument() - doc.addComment( 'generated by configure on %s', time.strftime( '%c' )) ## add configure line for reconfigure purposes doc.addBlank() @@ -1954,7 +1953,6 @@ doc.add( 'BUILD.title', '%s %s' % (build_tuple.systemf,arch.mode.default) ) doc.add( 'BUILD.ncpu', core.count ) doc.add( 'BUILD.jobs', core.jobs ) - doc.add( 'BUILD.date', time.strftime('%c', now) ), doc.addBlank() doc.add( 'HOST.spec', host_tuple.spec )
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.