diff --git a/mklangsource.sh b/mklangsource.sh index 16c91c3..289cdc0 100755 --- a/mklangsource.sh +++ b/mklangsource.sh @@ -31,6 +31,8 @@ do done cd .. # Need to merge by compare-locale tool +# More info here: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/compare-locales +# how to get compare-locales: sudo easy_install -U compare-locales # Make copy to merge with rm -rf l10n-merged diff --git a/thunderbird.spec b/thunderbird.spec index d147f59..2a40bfd 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -70,7 +70,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 45.1.0 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -313,11 +313,6 @@ echo "ac_add_options --disable-ion" >> .mozconfig echo "ac_add_options --disable-yarr-jit" >> .mozconfig %endif -#Workarounf for mozbz#1245783 -%if 0%{?fedora} > 23 -echo "ac_add_options --disable-ion" >> .mozconfig -%endif - %if %{?system_libvpx} echo "ac_add_options --with-system-libvpx" >> .mozconfig %else @@ -620,6 +615,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Fri May 20 2016 Jan Horak - 45.1.0-3 +- Enabled JIT again + * Tue May 17 2016 Jan Horak - 45.1.0-2 - Update to 45.1.0