diff options
author | Martin Stransky <stransky@anakreon.cz> | 2016-04-11 21:27:28 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2016-04-11 21:27:28 +0200 |
commit | 2a09eea12a2a81e65dfb7234da0ba53600a44327 (patch) | |
tree | 0999ab81ad416ec17651dc9ee73852d9f8fd4396 | |
parent | Fixed rhbz#1322669 - Flash widgets are not displayed - hopefully (diff) | |
download | librewolf-fedora-ff-2a09eea12a2a81e65dfb7234da0ba53600a44327.tar.gz librewolf-fedora-ff-2a09eea12a2a81e65dfb7234da0ba53600a44327.tar.bz2 librewolf-fedora-ff-2a09eea12a2a81e65dfb7234da0ba53600a44327.zip |
New upstream (45.0.2)
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | firefox.spec | 14 | ||||
-rw-r--r-- | sources | 4 |
3 files changed, 10 insertions, 10 deletions
@@ -187,3 +187,5 @@ firefox-3.6.4.source.tar.bz2 /firefox-langpacks-45.0-20160304.tar.xz /firefox-langpacks-45.0.1-20160316.tar.xz /firefox-45.0.1.source.tar.xz +/firefox-45.0.2.source.tar.xz +/firefox-langpacks-45.0.2-20160411.tar.xz 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 @@ -1,2 +1,2 @@ -e914b72f624721837d14eecd0b06e3f9 firefox-langpacks-45.0.1-20160316.tar.xz -ea1e436b278b933747d9de167310592c firefox-45.0.1.source.tar.xz +deda5fcd4a41fc63cb8c14102cb8c561 firefox-45.0.2.source.tar.xz +0fb89c80ad1d12ec7c9246b8345c7cf4 firefox-langpacks-45.0.2-20160411.tar.xz |