MozillaFirefox/MozillaFirefox.spec
branchfirefox68
changeset 1099 8a3c73e74e65
parent 1098 538cbf0bbdca
child 1101 a4709640638e
child 1103 54482415d6bd
equal deleted inserted replaced
1098:538cbf0bbdca 1099:8a3c73e74e65
    17 #
    17 #
    18 
    18 
    19 
    19 
    20 # changed with every update
    20 # changed with every update
    21 %define major          68
    21 %define major          68
    22 %define mainver        %major.0.2
    22 %define mainver        %major.1.0
    23 %define orig_version   68.0.2
    23 %define orig_version   68.1.0
    24 %define orig_suffix    %{nil}
    24 %define orig_suffix    esr
    25 %define update_channel release
    25 %define update_channel esr68
    26 %define branding       1
    26 %define branding       1
    27 %define releasedate    20190813150448
    27 %define releasedate    20190826132627
    28 %define source_prefix  firefox-%{orig_version}
    28 %define source_prefix  firefox-%{orig_version}
    29 
    29 
    30 # always build with GCC as SUSE Security Team requires that
    30 # always build with GCC as SUSE Security Team requires that
    31 %define clang_build 0
    31 %define clang_build 0
    32 
    32 
   166 Patch5:         mozilla-aarch64-startup-crash.patch
   166 Patch5:         mozilla-aarch64-startup-crash.patch
   167 Patch6:         mozilla-bmo1463035.patch
   167 Patch6:         mozilla-bmo1463035.patch
   168 Patch7:         mozilla-cubeb-noreturn.patch
   168 Patch7:         mozilla-cubeb-noreturn.patch
   169 Patch8:         mozilla-fix-aarch64-libopus.patch
   169 Patch8:         mozilla-fix-aarch64-libopus.patch
   170 Patch9:         mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch
   170 Patch9:         mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch
   171 Patch10:        mozilla-gcc-internal-compiler-error.patch
   171 Patch10:        mozilla-s390-context.patch
   172 Patch11:        mozilla-s390-context.patch
   172 Patch11:        mozilla-s390-bigendian.patch
   173 Patch12:        mozilla-s390-bigendian.patch
   173 Patch12:        mozilla-reduce-rust-debuginfo.patch
   174 Patch13:        mozilla-reduce-rust-debuginfo.patch
   174 Patch13:        mozilla-ppc-altivec_static_inline.patch
   175 Patch14:        mozilla-ppc-altivec_static_inline.patch
   175 Patch14:        mozilla-bmo1005535.patch
   176 Patch15:        mozilla-bmo1005535.patch
   176 Patch15:        mozilla-bmo1568145.patch
   177 # Firefox/browser
   177 # Firefox/browser
   178 Patch101:       firefox-kde.patch
   178 Patch101:       firefox-kde.patch
   179 Patch102:       firefox-branded-icons.patch
   179 Patch102:       firefox-branded-icons.patch
   180 Patch103:       firefox-add-kde.js-in-order-to-survive-PGO-build.patch
   180 Patch103:       firefox-add-kde.js-in-order-to-survive-PGO-build.patch
   181 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   181 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   291 %patch6 -p1
   291 %patch6 -p1
   292 %patch7 -p1
   292 %patch7 -p1
   293 %patch8 -p1
   293 %patch8 -p1
   294 %patch9 -p1
   294 %patch9 -p1
   295 %patch10 -p1
   295 %patch10 -p1
       
   296 %ifarch s390x
   296 %patch11 -p1
   297 %patch11 -p1
   297 %ifarch s390x
   298 %endif
   298 %patch12 -p1
   299 %patch12 -p1
   299 %endif
       
   300 %patch13 -p1
   300 %patch13 -p1
   301 %patch14 -p1
   301 %patch14 -p1
   302 %patch15 -p1
   302 %patch15 -p1
   303 # Firefox
   303 # Firefox
   304 %patch101 -p1
   304 %patch101 -p1