Projects
home:enzokiel:branches:Multimedia
handbrake
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
HandBrake-no-builddate.patch
Changed
@@ -1,6 +1,6 @@ ---- make/configure.py.orig 2021-07-19 10:50:19.658064229 +0200 -+++ make/configure.py 2021-07-19 10:50:19.690063654 +0200 -@@ -989,7 +989,7 @@ +--- make/configure.py.orig 2024-01-03 14:47:23.313901693 +0100 ++++ make/configure.py 2024-01-03 14:47:23.321901684 +0100 +@@ -984,7 +984,7 @@ url_ctype = '_unstable' url_ntype = 'unstable' @@ -8,8 +8,8 @@ + 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) -@@ -1008,7 +1008,7 @@ + m = re.match(r'^(a-zA-Z+)\.(0-9+)$', self.suffix) +@@ -1003,7 +1003,7 @@ url_ctype = '_unstable' url_ntype = 'unstable' @@ -18,7 +18,7 @@ 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) -@@ -1950,7 +1950,6 @@ +@@ -1991,7 +1991,6 @@ ## create document object doc = ConfigDocument() @@ -26,7 +26,7 @@ ## add configure line for reconfigure purposes doc.addBlank() -@@ -2007,7 +2006,6 @@ +@@ -2048,7 +2047,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 )
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
.