summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2016-04-11 21:27:28 +0200
committerMartin Stransky <stransky@anakreon.cz>2016-04-11 21:27:28 +0200
commit2a09eea12a2a81e65dfb7234da0ba53600a44327 (patch)
tree0999ab81ad416ec17651dc9ee73852d9f8fd4396 /firefox.spec
parentFixed rhbz#1322669 - Flash widgets are not displayed - hopefully (diff)
downloadlibrewolf-fedora-ff-2a09eea12a2a81e65dfb7234da0ba53600a44327.tar.gz
librewolf-fedora-ff-2a09eea12a2a81e65dfb7234da0ba53600a44327.tar.bz2
librewolf-fedora-ff-2a09eea12a2a81e65dfb7234da0ba53600a44327.zip
New upstream (45.0.2)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/firefox.spec b/firefox.spec
index 308d383..cc49497 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -86,14 +86,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 45.0.1
-Release: 6%{?pre_tag}%{?dist}
+Version: 45.0.2
+Release: 1%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20160316.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20160411.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -384,11 +384,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
-
%ifnarch %{ix86} x86_64
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif
@@ -802,6 +797,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Apr 11 2016 Martin Stransky <stransky@redhat.com> - 45.0.2-1
+- New upstream (45.0.2)
+
* Tue Apr 5 2016 Martin Stransky <stransky@redhat.com> - 45.0.1-6
- Fixed rhbz#1322669 - Flash widgets are not displayed
bgstack15