summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--firefox.spec7
-rw-r--r--sources4
3 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index a412545..2758680 100644
--- a/.gitignore
+++ b/.gitignore
@@ -195,3 +195,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-46.0.1-20160503.tar.xz
/firefox-47.0.source.tar.xz
/firefox-langpacks-47.0-20160601.tar.xz
+/firefox-langpacks-47.0-20160603.tar.xz
diff --git a/firefox.spec b/firefox.spec
index b57db0a..4d6fa06 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -85,13 +85,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 47.0
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/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}-20160601.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20160603.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -789,6 +789,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Jun 3 2016 Martin Stransky <stransky@redhat.com> - 47.0-3
+- Updated to 47.0 (B2)
+
* Thu Jun 2 2016 Martin Stransky <stransky@redhat.com> - 47.0-2
- Updated to 47.0
- Backout of negotiate authentication patch
diff --git a/sources b/sources
index 0bf9722..8f50f32 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-acbea7250f12f91d537569fa92a6898d firefox-47.0.source.tar.xz
-7fdb1146d8015b261efa076f4dbd6792 firefox-langpacks-47.0-20160601.tar.xz
+77acb4e3104e977adc30e3e42b5cc2b5 firefox-47.0.source.tar.xz
+5e48ae9dc788a21cbc43153c4a1446dc firefox-langpacks-47.0-20160603.tar.xz
bgstack15