summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-08-27 09:48:24 +0200
committerMartin Stransky <stransky@redhat.com>2015-08-27 09:48:24 +0200
commit7879dae9589521f707f1fefb78118105cd1c4d6a (patch)
tree21b6efe2b4d61f6343f3583ff4e77364652a75fd /firefox.spec
parentAdded a fix for mozbz#1127752 (rhbz#1256875) - Gtk3&OMTC crashes (diff)
downloadlibrewolf-fedora-ff-7879dae9589521f707f1fefb78118105cd1c4d6a.tar.gz
librewolf-fedora-ff-7879dae9589521f707f1fefb78118105cd1c4d6a.tar.bz2
librewolf-fedora-ff-7879dae9589521f707f1fefb78118105cd1c4d6a.zip
Updated to latest upstream (40.0.3)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 3c11b18..be2a3b8 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -90,14 +90,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 40.0
-Release: 10%{?pre_tag}%{?dist}
+Version: 40.0.3
+Release: 1%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20150811.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150827.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -779,6 +779,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Aug 27 2015 Martin Stransky <stransky@redhat.com> - 40.0.3-1
+- Updated to latest upstream (40.0.3)
+
* Wed Aug 26 2015 Martin Stransky <stransky@redhat.com> - 40.0-10
- Added a fix for mozbz#1127752 (rhbz#1256875) - Gtk3&OMTC crashes
bgstack15