diff options
author | Martin Stransky <stransky@redhat.com> | 2015-09-03 09:57:20 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2015-09-03 09:57:20 +0200 |
commit | 1d5f27bb2b54e048b84c53e0adbca4f38badfe53 (patch) | |
tree | 84a45aa997220c4bb8fe2cf90aae0deac3211282 /firefox.spec | |
parent | Mozilla build fix - mozilla#1166584 (diff) | |
download | librewolf-fedora-ff-1d5f27bb2b54e048b84c53e0adbca4f38badfe53.tar.gz librewolf-fedora-ff-1d5f27bb2b54e048b84c53e0adbca4f38badfe53.tar.bz2 librewolf-fedora-ff-1d5f27bb2b54e048b84c53e0adbca4f38badfe53.zip |
Removed the dom.ipc.plugins.asyncInit hack
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 9da8e8e..054f544 100644 --- a/firefox.spec +++ b/firefox.spec @@ -91,7 +91,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 40.0.3 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -781,6 +781,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Sep 3 2015 Martin Stransky <stransky@redhat.com> - 40.0.3-3 +- Removed the dom.ipc.plugins.asyncInit hack, it's already in tarball + * Wed Sep 2 2015 Martin Stransky <stransky@redhat.com> - 40.0.3-2 - ppc64le build fix |