summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-10-19 12:21:55 +0200
committerMartin Stransky <stransky@redhat.com>2017-10-19 12:21:55 +0200
commitb1a757cbd45f3653b0d54b87a2f7f93145ebfbd0 (patch)
tree1f502da4b93d91b575359a43c512d1644ad2cb1d /firefox.spec
parentFixed patch to apply (diff)
downloadlibrewolf-fedora-ff-b1a757cbd45f3653b0d54b87a2f7f93145ebfbd0.tar.gz
librewolf-fedora-ff-b1a757cbd45f3653b0d54b87a2f7f93145ebfbd0.tar.bz2
librewolf-fedora-ff-b1a757cbd45f3653b0d54b87a2f7f93145ebfbd0.zip
Updated to 57.0 Beta 9
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 14f9672..86fb77f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -77,7 +77,7 @@
%global sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo 65536)
%endif
-%define pre_version b8
+%define pre_version b9
%global mozappdir %{_libdir}/%{name}
%global mozappdirdev %{_libdir}/%{name}-devel-%{version}
@@ -99,13 +99,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 57.0
-Release: 0.4%{?pre_tag}%{?dist}
+Release: 0.5%{?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}-20171016.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20171019.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -856,6 +856,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Oct 19 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.5
+- Updated to 57.0 Beta 9
+
* Mon Oct 16 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.4
- Updated to 57.0 Beta 8
bgstack15