Merge branch 'master' into f26
This commit is contained in:
commit
bf68613b2b
2
.gitignore
vendored
2
.gitignore
vendored
@ -268,3 +268,5 @@ firefox-3.6.4.source.tar.bz2
|
|||||||
/firefox-57.0.source.tar.xz
|
/firefox-57.0.source.tar.xz
|
||||||
/firefox-langpacks-57.0-20171109.tar.xz
|
/firefox-langpacks-57.0-20171109.tar.xz
|
||||||
/firefox-langpacks-57.0-20171113.tar.xz
|
/firefox-langpacks-57.0-20171113.tar.xz
|
||||||
|
/firefox-57.0.1.source.tar.xz
|
||||||
|
/firefox-langpacks-57.0.1-20171130.tar.xz
|
||||||
|
@ -100,13 +100,13 @@ ExcludeArch: armv7hl
|
|||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 57.0
|
Version: 57.0.1
|
||||||
Release: 3%{?pre_tag}%{?dist}
|
Release: 1%{?pre_tag}%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
||||||
%if %{build_langpacks}
|
%if %{build_langpacks}
|
||||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20171113.tar.xz
|
Source1: firefox-langpacks-%{version}%{?pre_version}-20171130.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source10: firefox-mozconfig
|
Source10: firefox-mozconfig
|
||||||
Source12: firefox-redhat-default-prefs.js
|
Source12: firefox-redhat-default-prefs.js
|
||||||
@ -860,6 +860,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 30 2017 Jan Horak <jhorak@redhat.com> - 57.0.1-1
|
||||||
|
- Update to 57.0.1
|
||||||
|
|
||||||
* Wed Nov 22 2017 Martin Stransky <stransky@redhat.com> - 57.0-3
|
* Wed Nov 22 2017 Martin Stransky <stransky@redhat.com> - 57.0-3
|
||||||
- Enabled titlebar drawing for MATE
|
- Enabled titlebar drawing for MATE
|
||||||
- Fix for rhbz#1513968 - added missing u2f-hidraw-policy require
|
- Fix for rhbz#1513968 - added missing u2f-hidraw-policy require
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (firefox-57.0.source.tar.xz) = bd99ff97a2a6f824e6fbd36fd00193903159e309506b1e6945dcbc43a17a95aaa54a05f32131c56872e8860878ba6063008667955550f03aa8c7084f834d14fc
|
SHA512 (firefox-57.0.1.source.tar.xz) = 8cbfe0ad2c0f935dbc3a0ac4e855c489c83bf8c4506815dbae6e27f5d6a262ecf19ac82b6e81d52782559834fa14403116ecbf3acc8e3bc56b6c319e68316edd
|
||||||
SHA512 (firefox-langpacks-57.0-20171113.tar.xz) = 1ffecefd0372d289745aac2648be6791cae297980a28e86199ae5e07571595bd95bd08325f7da7efd8b0ad9290b362314bdb5b954f471bc7bd07f09c31cd80a3
|
SHA512 (firefox-langpacks-57.0.1-20171130.tar.xz) = c91536fecb56686f8976e611e43129585927b35cd55360722aa9db5d13f16fd8474be256b751b66f36160046029671702da60a66c39d083d9c28b37571c74ad0
|
||||||
|
Loading…
Reference in New Issue
Block a user