Merge branch 'master' into f27
This commit is contained in:
commit
453bc94bb7
@ -1,13 +1,19 @@
|
|||||||
diff -up firefox-60.0/build/autoconf/icu.m4.icu firefox-60.0/build/autoconf/icu.m4
|
diff -up firefox-61.0/build/autoconf/icu.m4.icu firefox-61.0/build/autoconf/icu.m4
|
||||||
--- firefox-60.0/build/autoconf/icu.m4.icu 2018-04-24 13:13:03.938961958 +0200
|
--- firefox-61.0/build/autoconf/icu.m4.icu 2018-06-20 09:03:17.957565445 +0200
|
||||||
+++ firefox-60.0/build/autoconf/icu.m4 2018-04-24 13:14:44.472714375 +0200
|
+++ firefox-61.0/build/autoconf/icu.m4 2018-06-20 09:08:28.159403451 +0200
|
||||||
@@ -78,7 +78,7 @@ if test -n "$USE_ICU"; then
|
@@ -77,7 +77,7 @@ if test -n "$USE_ICU"; then
|
||||||
# TODO: the l is actually endian-dependent
|
# TODO: the l is actually endian-dependent
|
||||||
# We could make this set as 'l' or 'b' for little or big, respectively,
|
# We could make this set as 'l' or 'b' for little or big, respectively,
|
||||||
# but we'd need to check in a big-endian version of the file.
|
# but we'd need to check in a big-endian version of the file.
|
||||||
- ICU_DATA_FILE="icudt${version}l.dat"
|
- ICU_DATA_FILE="icudt${version}l.dat"
|
||||||
+ ICU_DATA_FILE="icudt${version}b.dat"
|
+ ICU_DATA_FILE="icudt${version}b.dat"
|
||||||
|
|
||||||
MOZ_ICU_DATA_ARCHIVE=
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_SUBST(MOZ_ICU_VERSION)
|
||||||
|
diff -up firefox-61.0/intl/icu/source/data/in/coll/ucadata-implicithan.icu firefox-61.0/intl/icu/source/data/in/coll/ucadata-implicithan
|
||||||
|
diff -up firefox-61.0/intl/icu/source/data/in/coll/ucadata-unihan.icu firefox-61.0/intl/icu/source/data/in/coll/ucadata-unihan
|
||||||
|
diff -up firefox-61.0/intl/icu/source/data/in/pnames.icu firefox-61.0/intl/icu/source/data/in/pnames
|
||||||
|
diff -up firefox-61.0/intl/icu/source/data/in/ubidi.icu firefox-61.0/intl/icu/source/data/in/ubidi
|
||||||
|
diff -up firefox-61.0/intl/icu/source/data/in/ucase.icu firefox-61.0/intl/icu/source/data/in/ucase
|
||||||
|
diff -up firefox-61.0/intl/icu/source/data/in/unames.icu firefox-61.0/intl/icu/source/data/in/unames
|
||||||
|
diff -up firefox-61.0/intl/icu/source/data/in/uprops.icu firefox-61.0/intl/icu/source/data/in/uprops
|
||||||
|
@ -358,7 +358,6 @@ This package contains results of tests executed during build.
|
|||||||
%patch402 -p1 -b .1196777
|
%patch402 -p1 -b .1196777
|
||||||
%patch406 -p1 -b .256180
|
%patch406 -p1 -b .256180
|
||||||
%patch413 -p1 -b .1353817
|
%patch413 -p1 -b .1353817
|
||||||
#%patch414 -p1 -b .ffmpeg-4.0
|
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
%patch415 -p1 -b .mozilla-1238661
|
%patch415 -p1 -b .mozilla-1238661
|
||||||
%endif
|
%endif
|
||||||
@ -505,10 +504,6 @@ echo "ac_add_options --without-system-icu" >> .mozconfig
|
|||||||
echo "ac_add_options --disable-ion" >> .mozconfig
|
echo "ac_add_options --disable-ion" >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{ix86}
|
|
||||||
echo "ac_add_options --disable-stylo" >> .mozconfig
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Remove executable bit to make brp-mangle-shebangs happy.
|
# Remove executable bit to make brp-mangle-shebangs happy.
|
||||||
chmod -x third_party/rust/itertools/src/lib.rs
|
chmod -x third_party/rust/itertools/src/lib.rs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user