mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-23 18:02:56 +00:00
Updated to 65.0.2
This commit is contained in:
parent
af529c6bfb
commit
0580a0e7dd
3 changed files with 8 additions and 7 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,4 +1,4 @@
|
|||
sources:
|
||||
cbindgen-vendor.tar.xz: 7efa6255e73d8e3c9dc674822d2e29ebc0e3391b
|
||||
firefox-65.0.1.source.tar.xz: 5b3a64d5c843f4e23cb3220a3211077bc58cba34
|
||||
firefox-65.0.2.source.tar.xz: b38b5f10faac672656933c1c3537281d449d2785
|
||||
firefox-dictionary-61.0.2.tar.bz2: 25929c585dc8568a32d5be49aacc672f0ed2202f
|
||||
|
|
|
@ -17,3 +17,4 @@ pref("extensions.shownSelectionUI", true);
|
|||
pref("network.manage-offline-status", true);
|
||||
pref("layers.offmainthreadcomposition.enabled", false);
|
||||
pref("intl.locale.requested", "");
|
||||
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||
|
|
12
firefox.spec
12
firefox.spec
|
@ -10,7 +10,7 @@
|
|||
# This also means only STABLE upstream releases, NO betas.
|
||||
# This is a discussed topic. Please, do not flame it again.
|
||||
|
||||
%define major 65.0.1
|
||||
%define major 65.0.2
|
||||
%define ff_epoch 0
|
||||
# (tpg) set version HERE !!!
|
||||
%define realver %{major}
|
||||
|
@ -257,11 +257,11 @@ export CFLAGS
|
|||
export CXXFLAGS
|
||||
%endif
|
||||
|
||||
%ifarch %{ix86}
|
||||
%define smp_mflags -j2
|
||||
%else
|
||||
%define smp_mflags %{_smp_mflags}
|
||||
%endif
|
||||
#%ifarch %{ix86}
|
||||
#%define smp_mflags -j2
|
||||
#%else
|
||||
#%define smp_mflags %{_smp_mflags}
|
||||
#%endif
|
||||
|
||||
export MOZCONFIG=`pwd`/mozconfig
|
||||
cat << EOF > $MOZCONFIG
|
||||
|
|
Loading…
Add table
Reference in a new issue