summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-04-16 12:26:02 +0200
committerMartin Stransky <stransky@redhat.com>2015-04-16 12:26:02 +0200
commit5a13b12fe8a4e4780ef1512285579e662059121c (patch)
treed3dc5e9f2f52fd39d287b441ddc8251a9e608154
parentFixed debug builds (diff)
downloadlibrewolf-fedora-ff-5a13b12fe8a4e4780ef1512285579e662059121c.tar.gz
librewolf-fedora-ff-5a13b12fe8a4e4780ef1512285579e662059121c.tar.bz2
librewolf-fedora-ff-5a13b12fe8a4e4780ef1512285579e662059121c.zip
Update to 37.0.2
-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 10b1b06..6ea17e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,3 +133,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-37.0.source.tar.bz2
/firefox-langpacks-37.0.1-20150407.tar.xz
/firefox-37.0.1.source.tar.bz2
+/firefox-37.0.2.source.tar.bz2
+/firefox-langpacks-37.0.2-20150416.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 0adfb38..0a3603f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -106,14 +106,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 37.0.1
-Release: 2%{?pre_tag}%{?dist}
+Version: 37.0.2
+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}-20150407.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150416.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -805,6 +805,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Apr 16 2015 Martin Stransky <stransky@redhat.com> - 37.0.2-1
+- Update to 37.0.2
+
* Tue Apr 7 2015 Martin Stransky <stransky@redhat.com> - 37.0.1-2
- Fixed debug builds
diff --git a/sources b/sources
index 1ff4cf7..2598905 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d08e8b73240bef4e4302093cfc0d540c firefox-langpacks-37.0.1-20150407.tar.xz
-2d466d850ef9b0a71bce3b208f5f884c firefox-37.0.1.source.tar.bz2
+755c04ee31dbcd28ed4d351b67fe8a8f firefox-37.0.2.source.tar.bz2
+07b61416032b88c4fda818508426214e firefox-langpacks-37.0.2-20150416.tar.xz
bgstack15