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 26)
Currently displaying revision
26
,
Show latest
--- make/configure.py.orig 2018-04-08 00:07:40.800446651 +0200 +++ make/configure.py 2018-04-08 00:07:40.828446126 +0200 @@ -852,7 +852,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) @@ -871,7 +871,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) @@ -1769,7 +1769,6 @@ ## create document object doc = ConfigDocument() - doc.addComment( 'generated by configure on %s', time.strftime( '%c' )) ## add configure line for reconfigure purposes doc.addBlank() @@ -1842,7 +1841,6 @@ else: doc.add( 'BUILD.cross.prefix', '' ) - doc.add( 'BUILD.date', time.strftime('%c', now) ), doc.add( 'BUILD.arch', arch.mode.mode ) doc.addBlank()
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
.