diff options
author | Jan Horak <jhorak@redhat.com> | 2017-03-07 15:39:54 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2017-03-07 15:39:54 +0100 |
commit | 914aeb598482a21d27d934fac830a030777b548a (patch) | |
tree | 2c326855de5082da74cca9bf04afbcd9b0b14c85 | |
parent | Bump release (diff) | |
parent | Added s390x to big endian platforms (diff) | |
download | librewolf-fedora-ff-914aeb598482a21d27d934fac830a030777b548a.tar.gz librewolf-fedora-ff-914aeb598482a21d27d934fac830a030777b548a.tar.bz2 librewolf-fedora-ff-914aeb598482a21d27d934fac830a030777b548a.zip |
Merge branch 'master' into f24
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index f8d18ee..8f46a38 100644 --- a/firefox.spec +++ b/firefox.spec @@ -27,7 +27,7 @@ %endif # Big endian platforms -%ifarch ppc64 +%ifarch ppc64 s390x # Javascript Intl API is not supported on big endian platforms right now: # https://bugzilla.mozilla.org/show_bug.cgi?id=1322212 %define big_endian 1 @@ -824,6 +824,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Mar 7 2017 Jan Horak <jhorak@redhat.com> - 52.0-3 +- Added s390x to big endian platforms + * Tue Mar 7 2017 Jan Horak <jhorak@redhat.com> - 52.0-2 - Added fix for libicu on big endian platforms |