diff options
author | Martin Stransky <stransky@redhat.com> | 2014-05-20 17:44:14 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2014-05-20 17:44:14 +0200 |
commit | d22f36789c216ba90abce6c9dde6389f9249c399 (patch) | |
tree | 716b86c41346d9086b5d43a3905fa8534776867e | |
parent | Add upstream patches for aarch64 support (diff) | |
download | librewolf-fedora-ff-d22f36789c216ba90abce6c9dde6389f9249c399.tar.gz librewolf-fedora-ff-d22f36789c216ba90abce6c9dde6389f9249c399.tar.bz2 librewolf-fedora-ff-d22f36789c216ba90abce6c9dde6389f9249c399.zip |
Enabled necko-wifi
-rw-r--r-- | firefox-mozconfig | 2 | ||||
-rw-r--r-- | firefox.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 2db405f..fe59c9e 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -25,7 +25,7 @@ ac_add_options --enable-startup-notification ac_add_options --enable-safe-browsing ac_add_options --enable-extensions=default ac_add_options --enable-libnotify -ac_add_options --disable-necko-wifi +ac_add_options --enable-necko-wifi ac_add_options --enable-startup-notification ac_add_options --disable-cpp-exceptions ac_add_options --enable-shared-js diff --git a/firefox.spec b/firefox.spec index 697f75f..cf2e21e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -87,7 +87,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 29.0.1 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -647,7 +647,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog -* Thu May 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 29.0.1-4 +* Tue May 20 2014 Martin Stransky <stransky@redhat.com> - 29.0.1-4 +- Enabled necko-wifi + +* Thu May 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 29.0.1-3 - Add upstream patches for aarch64 support * Thu May 15 2014 Martin Stransky <stransky@redhat.com> - 29.0.1-2 |