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 29)
Currently displaying revision
29
,
Show latest
--- make/configure.py.orig 2019-02-18 22:07:26.309185591 +0100 +++ make/configure.py 2019-02-18 22:07:26.333185128 +0100 @@ -859,7 +859,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) @@ -878,7 +878,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) @@ -1765,7 +1765,6 @@ ## create document object doc = ConfigDocument() - doc.addComment( 'generated by configure on %s', time.strftime( '%c' )) ## add configure line for reconfigure purposes doc.addBlank() @@ -1838,7 +1837,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
.