|
|
@ -167,7 +167,7 @@ Name: chromium%{chromium_channel}%{nsuffix}
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Version: %{majorversion}.0.3904.87
|
|
|
|
Version: %{majorversion}.0.3904.97
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
%if %{?freeworld}
|
|
|
|
%if %{?freeworld}
|
|
|
|
%if %{?shared}
|
|
|
|
%if %{?shared}
|
|
|
@ -344,11 +344,19 @@ BuildRequires: libusb-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
BuildRequires: libXScrnSaver-devel
|
|
|
|
BuildRequires: libXScrnSaver-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
|
|
|
|
# Old Fedora (before 30) uses the 1.2 minizip by default.
|
|
|
|
|
|
|
|
# Newer Fedora needs to use the compat package
|
|
|
|
%if 0%{?fedora} >= 30
|
|
|
|
%if 0%{?fedora} >= 30
|
|
|
|
BuildRequires: minizip-compat-devel
|
|
|
|
BuildRequires: minizip-compat-devel
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
|
|
|
|
# RHEL 8 needs to use the compat-minizip (provided by minizip1.2)
|
|
|
|
|
|
|
|
%if 0%{?rhel} >= 8
|
|
|
|
|
|
|
|
BuildRequires: minizip-compat-devel
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
# RHEL 7 and older uses the old minizip
|
|
|
|
BuildRequires: minizip-devel
|
|
|
|
BuildRequires: minizip-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
# RHEL 7's nodejs is too old
|
|
|
|
# RHEL 7's nodejs is too old
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
# Use bundled.
|
|
|
|
# Use bundled.
|
|
|
@ -439,6 +447,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: /usr/bin/python2
|
|
|
|
BuildRequires: /usr/bin/python2
|
|
|
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
%if 0%{?bundlepylibs}
|
|
|
|
%if 0%{?bundlepylibs}
|
|
|
|
# Using bundled bits, do nothing.
|
|
|
|
# Using bundled bits, do nothing.
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -456,7 +465,6 @@ BuildRequires: python-markupsafe
|
|
|
|
BuildRequires: python-ply
|
|
|
|
BuildRequires: python-ply
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: python2-simplejson
|
|
|
|
BuildRequires: python2-simplejson
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if 0%{?bundlere2}
|
|
|
|
%if 0%{?bundlere2}
|
|
|
|
# Using bundled bits, do nothing.
|
|
|
|
# Using bundled bits, do nothing.
|
|
|
@ -1718,6 +1726,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 7 2019 Tom Callaway <spot@fedoraproject.org> - 78.0.3904.97-1
|
|
|
|
|
|
|
|
- update to 78.0.3904.97
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 1 2019 Tom Callaway <spot@fedoraproject.org> - 78.0.3904.87-1
|
|
|
|
* Fri Nov 1 2019 Tom Callaway <spot@fedoraproject.org> - 78.0.3904.87-1
|
|
|
|
- update to 78.0.3904.87
|
|
|
|
- update to 78.0.3904.87
|
|
|
|
- apply most of the freeworld changes in PR 23/24/25
|
|
|
|
- apply most of the freeworld changes in PR 23/24/25
|
|
|
|