summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2014-07-17 13:36:39 +0200
committerMartin Stransky <stransky@redhat.com>2014-07-17 13:36:39 +0200
commit9b6c9d1795cbae3f73dba8e10bf7bef4f0064b4e (patch)
tree7f916aa7d4793c2acc1d23d9ac5620d52e2e2ad9
parentUpdated NSPR version (diff)
downloadlibrewolf-fedora-ff-9b6c9d1795cbae3f73dba8e10bf7bef4f0064b4e.tar.gz
librewolf-fedora-ff-9b6c9d1795cbae3f73dba8e10bf7bef4f0064b4e.tar.bz2
librewolf-fedora-ff-9b6c9d1795cbae3f73dba8e10bf7bef4f0064b4e.zip
Update to 31.0 build 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 7999918..9b7c568 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,3 +102,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-29.0.1-20140514.tar.xz
/firefox-30.0.source.tar.bz2
/firefox-langpacks-30.0-20140604.tar.xz
+/firefox-31.0.source.tar.bz2
+/firefox-langpacks-31.0-20140717.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 67edbe6..2e76ac8 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -86,14 +86,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 30.0
-Release: 4%{?pre_tag}%{?dist}
+Version: 31.0
+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}-20140604.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20140717.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -632,6 +632,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Jul 17 2014 Martin Stransky <stransky@redhat.com> - 31.0-1
+- Update to 31.0 build 2
+
* Wed Jun 11 2014 Martin Stransky <stransky@redhat.com> - 30.0-4
- Updated NSPR version
diff --git a/sources b/sources
index 6298cee..bea202f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7c5433b1b58a56ce0f8d451e7217f282 firefox-30.0.source.tar.bz2
-bc336e5ae7f2ba5f9fe3d1c95b1bffc2 firefox-langpacks-30.0-20140604.tar.xz
+499b70a9f08a2291d528e87eaf8804a3 firefox-31.0.source.tar.bz2
+7f3f262bfcc71340fcec6c6f63834309 firefox-langpacks-31.0-20140717.tar.xz
bgstack15