MozillaFirefox/MozillaFirefox.spec
changeset 1070 18f97bd2c2bf
parent 1069 0410f6db95d5
child 1071 8dc7d19e8298
--- a/MozillaFirefox/MozillaFirefox.spec	Sat Aug 25 14:54:29 2018 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Aug 25 18:07:14 2018 +0200
@@ -21,10 +21,10 @@
 %define major          61
 %define mainver        %major.99
 %define orig_version   62.0
-%define orig_suffix    b19
+%define orig_suffix    b20
 %define update_channel beta
 %define branding       1
-%define releasedate    20180820172315
+%define releasedate    20180823143155
 %define source_prefix  firefox-%{orig_version}
 
 # PIE, full relro (x86_64 for now)
@@ -160,7 +160,6 @@
 Patch7:         mozilla-aarch64-startup-crash.patch
 Patch8:         mozilla-bmo256180.patch
 Patch9:         mozilla-no-return.patch
-Patch10:        mozilla-unsignedScopes.patch
 # Firefox/browser
 Patch101:       firefox-kde.patch
 Patch102:       firefox-branded-icons.patch
@@ -271,7 +270,6 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
 # Firefox
 %patch101 -p1
 %patch102 -p1
@@ -372,6 +370,7 @@
 ac_add_options --enable-update-channel=%{update_channel}
 ac_add_options --with-mozilla-api-keyfile=%{SOURCE18}
 ac_add_options --with-google-api-keyfile=%{SOURCE19}
+ac_add_options --with-unsigned-addon-scopes=app
 %if %branding
 ac_add_options --enable-official-branding
 %endif