upd: 99.0.4844.84 -> 102.0.5005.61

Not buildable with llvm12, requires commit d69e9f9d89 in LLVM
This commit is contained in:
Mikhail Novosyolov 2022-05-26 17:56:05 +03:00
parent 716d2bc16d
commit 00590e1a04
2 changed files with 6 additions and 11 deletions

View file

@ -1,6 +1,6 @@
sources: sources:
chromium-99.0.4844.84.tar.xz: f78e4db505061a07be303fdc1d40b6f389b95b89 chromium-102.0.5005.61.tar.xz: abdbab7a0a39813a71d86a20a2900c9008d48d87
chromium-gost-16ede3b9bd6b1c9fd436530f69da9a9dc96ad019.tar.gz: 4b80cd32ce79ebb902efe056b324bc09448cdd35 chromium-gost-b8bb24daca333ce67c0bb8f9d0c7103038020dbe.tar.gz: f466d681f56101e2cfa793caa297090d83b9441f
depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5 depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5
icons.tar.bz2: a835954af164bf38f8ea4ea80608839bed7800a3 icons.tar.bz2: a835954af164bf38f8ea4ea80608839bed7800a3
msspi-afe02c38f9b29883a033c652f548b09876e2f9b9.tar.gz: a7f4420db6b145a24c5f3e6d18d459513109914e msspi-afe02c38f9b29883a033c652f548b09876e2f9b9.tar.gz: a7f4420db6b145a24c5f3e6d18d459513109914e

View file

@ -50,19 +50,14 @@
# GOST patches and sources # GOST patches and sources
# Using commit hashes because upstream often puts tags long after making changes # Using commit hashes because upstream often puts tags long after making changes
# (they wait for builds to finish to make a new "release" with binary packages) # (they wait for builds to finish to make a new "release" with binary packages)
%define chromium_gost_commit 16ede3b9bd6b1c9fd436530f69da9a9dc96ad019 %define chromium_gost_commit b8bb24daca333ce67c0bb8f9d0c7103038020dbe
%define msspi_commit afe02c38f9b29883a033c652f548b09876e2f9b9 %define msspi_commit afe02c38f9b29883a033c652f548b09876e2f9b9
%define _gostsourcedir %{_builddir}/chromium-gost %define _gostsourcedir %{_builddir}/chromium-gost
%define xcb_version 1.14.1 %define xcb_version 1.14.1
%define llvm_prefix /opt/llvm15
%if %{mdvver} <= 201410
%bcond_without bundled_llvm
%else
%bcond_with bundled_llvm %bcond_with bundled_llvm
%define llvm_prefix /opt/llvm12
%endif
# Verbose logging during build # Verbose logging during build
%bcond_with verbose %bcond_with verbose
@ -85,7 +80,7 @@
Summary: A fast web browser based on the Blink engine Summary: A fast web browser based on the Blink engine
Name: chromium-browser-stable Name: chromium-browser-stable
Version: 99.0.4844.84 Version: 102.0.5005.61
Release: 1 Release: 1
License: BSD, LGPL License: BSD, LGPL
Group: Networking/WWW Group: Networking/WWW
@ -129,7 +124,7 @@ Patch647: ALT-allow-to-override-clang-through-env-variables.patch
Patch648: fix-debugsource.patch Patch648: fix-debugsource.patch
BuildRequires: bison BuildRequires: bison
BuildRequires: llvm12 BuildRequires: llvm15
# for gn, not chromium itself # for gn, not chromium itself
BuildRequires: stdc++-gcc10-devel BuildRequires: stdc++-gcc10-devel
# gn needs these # gn needs these