Projects
Multimedia
handbrake
HandBrake-0.10.0-no-builddate.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File HandBrake-0.10.0-no-builddate.patch of Package handbrake (Revision 11)
Currently displaying revision
11
,
Show latest
Index: b/make/configure.py =================================================================== --- a/make/configure.py +++ b/make/configure.py @@ -807,19 +807,19 @@ class Project( Action ): self.version = '%d.%d.%d' % (self.vmajor,self.vminor,self.vpoint) url_ctype = '' url_ntype = 'stable' - self.build = time.strftime('%Y%m%d') + '00' + self.build = '@BUILD@' + '00' self.title = '%s %s (%s)' % (self.name,self.version,self.build) elif repo.type == 'developer': self.version = '%dsvn' % (repo.rev) url_ctype = '_unstable' url_ntype = 'unstable' - self.build = time.strftime('%Y%m%d') + '01' + self.build = '@BUILD@' + '01' self.title = '%s svn%d (%s)' % (self.name,repo.rev,self.build) else: self.version = 'rev%d' % (repo.rev) url_ctype = '_unofficial' url_ntype = 'unofficial' - self.build = time.strftime('%Y%m%d') + '99' + self.build = '@BUILD@' + '99' self.title = '%s rev%d (%s)' % (self.name,repo.rev,self.build) self.url_appcast = 'https://handbrake.fr/appcast%s%s.xml' % (url_ctype,url_arch) @@ -1621,7 +1621,7 @@ int main() ## create document object doc = ConfigDocument() - doc.addComment( 'generated by configure on %s', time.strftime( '%c' )) + # doc.addComment( 'generated by configure on %s', time.strftime( '%c' )) ## add configure line for reconfigure purposes doc.addBlank() @@ -1690,7 +1690,7 @@ int main() else: doc.add( 'BUILD.cross.prefix', '' ) - doc.add( 'BUILD.date', time.strftime('%c') ) + # doc.add( 'BUILD.date', time.strftime('%c') ) 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
.