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 b7454c6..891e40a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -175,3 +175,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-43.0.4-20160114.tar.xz
/firefox-44.0.source.tar.xz
/firefox-langpacks-44.0-20160121.tar.xz
+/firefox-langpacks-44.0-20160125.tar.xz
diff --git a/firefox.spec b/firefox.spec
index ac919ba..f465bf9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -77,13 +77,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 44.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?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.xz
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20160121.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20160125.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -761,6 +761,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Jan 25 2016 Martin Stransky <stransky@redhat.com> - 44.0-2
+- Update to 44.0 B3
+
* Thu Jan 21 2016 Jan Horak <jhorak@redhat.com> - 44.0-1
- Update to 44.0
diff --git a/sources b/sources
index 5d8411a..07e4b03 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1d94558b10b6d428a7b338362d74cda6 firefox-44.0.source.tar.xz
-9dc2b705f6c676c187e17441d8b62085 firefox-langpacks-44.0-20160121.tar.xz
+9d940e72f9eaff767fafcfbcc387594d firefox-44.0.source.tar.xz
+a69baa1b9d373806ccd6277d5a712e97 firefox-langpacks-44.0-20160125.tar.xz
bgstack15