From cd2371798ab1703676aec1a74a41ca64335af050 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 9 Oct 2017 10:42:56 +0200 Subject: Updated to 57.0 Beta 6 --- firefox.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index ecd2015..c103013 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 b5 +%define pre_version b6 %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.1%{?pre_tag}%{?dist} +Release: 0.2%{?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}-20171005.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20171009.tar.xz %endif Source10: firefox-mozconfig Source12: firefox-redhat-default-prefs.js @@ -855,6 +855,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Oct 9 2017 Martin Stransky - 57.0-0.2 +- Updated to 57.0 Beta 6 + * Thu Oct 5 2017 Martin Stransky - 57.0-0.1 - Updated to 57.0 Beta 5 - Added patch for mozbz#1399611 - CSD emulation -- cgit