summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-03-20 10:08:36 +0100
committerMartin Stransky <stransky@redhat.com>2015-03-20 10:08:36 +0100
commita8ca2e586dea5b7b0206694e4a5329bd321dd0fc (patch)
tree6d524e2c67dde193c05b0a5f440d784fe70da0b5
parentFixed rhbz#1201527 - [GTK3] Scrollbars in Firefox are not consistent with the... (diff)
downloadlibrewolf-fedora-ff-a8ca2e586dea5b7b0206694e4a5329bd321dd0fc.tar.gz
librewolf-fedora-ff-a8ca2e586dea5b7b0206694e4a5329bd321dd0fc.tar.bz2
librewolf-fedora-ff-a8ca2e586dea5b7b0206694e4a5329bd321dd0fc.zip
Update to 36.0.3
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 4830769..6a7fac6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -125,3 +125,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-36.0-20150220.tar.xz
/firefox-36.0.1.source.tar.bz2
/firefox-langpacks-36.0.1-20150309.tar.xz
+/firefox-36.0.3.source.tar.bz2
+/firefox-langpacks-36.0.3-20150320.tar.xz
diff --git a/firefox.spec b/firefox.spec
index a512099..8bb3f20 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -106,14 +106,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 36.0.1
-Release: 6%{?pre_tag}%{?dist}
+Version: 36.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}-20150309.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150320.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -767,6 +767,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Mar 20 2015 Martin Stransky <stransky@redhat.com> - 36.0.3-1
+- Update to 36.0.3
+
* Tue Mar 17 2015 Martin Stransky <stransky@redhat.com> - 36.0.1-6
- Fixed rhbz#1201527 - [GTK3] Scrollbars in Firefox
are not consistent with the rest of the desktop
diff --git a/sources b/sources
index 592da99..17f85b3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-0e0c993ca39943217e99feb27ed3767d firefox-36.0.1.source.tar.bz2
-1b1aa0fa8bfa0cd1eeb4c0066f70e1f3 firefox-langpacks-36.0.1-20150309.tar.xz
+0f15cc7379aa84cfbf2afcb2acd3a740 firefox-36.0.3.source.tar.bz2
+90da00ae514a53bc2abb2b07acc41e3d firefox-langpacks-36.0.3-20150320.tar.xz
bgstack15