summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-10-30 11:04:38 +0100
committerMartin Stransky <stransky@redhat.com>2017-10-30 11:04:38 +0100
commit1df80aa7442aa619181d9793356fb21fa623dce1 (patch)
tree7280708a47cddc125f1182676facf1e1216b0bb3 /firefox.spec
parentFixed changelog (diff)
downloadlibrewolf-fedora-ff-1df80aa7442aa619181d9793356fb21fa623dce1.tar.gz
librewolf-fedora-ff-1df80aa7442aa619181d9793356fb21fa623dce1.tar.bz2
librewolf-fedora-ff-1df80aa7442aa619181d9793356fb21fa623dce1.zip
Updated to 57.0 Beta 12
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 d3fb372..a122bb6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -81,7 +81,7 @@ ExcludeArch: armv7hl
%global sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo 65536)
%endif
-%define pre_version b11
+%define pre_version b12
%global mozappdir %{_libdir}/%{name}
%global mozappdirdev %{_libdir}/%{name}-devel-%{version}
@@ -103,13 +103,13 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 57.0
-Release: 0.6%{?pre_tag}%{?dist}
+Release: 0.7%{?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}-20171024.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20171030.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -860,6 +860,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Oct 30 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.7
+- Updated to 57.0 Beta 12
+
* Tue Oct 24 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.6
- Updated to 57.0 Beta 11
bgstack15