Update to 115.0.5790.102

i9-test
Arkady L. Shane 1 year ago
parent 8cd6424c32
commit 4b76b52433
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -1,3 +1,3 @@
8d093d534d9a67b1a3c88d97bd47d6b326f3fa71 SOURCES/chromium-114.0.5735.198.tar.xz aabebf64a0ef3c0be84dbcdf83f10591cb34378f SOURCES/chromium-115.0.5790.102.tar.xz
7353fcb2efef3b4ca4f2ba97d5ed6df1b8cda29b SOURCES/chromium-gost-eff0aba6091bcf9ca9b8a6d31402dfe55ddaf8ce.tar.gz 7353fcb2efef3b4ca4f2ba97d5ed6df1b8cda29b SOURCES/chromium-gost-eff0aba6091bcf9ca9b8a6d31402dfe55ddaf8ce.tar.gz
7f2dae4d92fd16ba75b35408e1c0a9003d27eb38 SOURCES/msspi-dddd947089110165db71fdc660157f102bab3660.tar.gz 7f2dae4d92fd16ba75b35408e1c0a9003d27eb38 SOURCES/msspi-dddd947089110165db71fdc660157f102bab3660.tar.gz

2
.gitignore vendored

@ -1,3 +1,3 @@
SOURCES/chromium-114.0.5735.198.tar.xz SOURCES/chromium-115.0.5790.102.tar.xz
SOURCES/chromium-gost-eff0aba6091bcf9ca9b8a6d31402dfe55ddaf8ce.tar.gz SOURCES/chromium-gost-eff0aba6091bcf9ca9b8a6d31402dfe55ddaf8ce.tar.gz
SOURCES/msspi-dddd947089110165db71fdc660157f102bab3660.tar.gz SOURCES/msspi-dddd947089110165db71fdc660157f102bab3660.tar.gz

@ -249,7 +249,7 @@
%endif %endif
Name: chromium%{chromium_channel} Name: chromium%{chromium_channel}
Version: 115.0.5790.98 Version: 115.0.5790.102
Release: 1%{?dist}.inferit Release: 1%{?dist}.inferit
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home Url: http://www.chromium.org/Home
@ -451,7 +451,7 @@ BuildRequires: binutils
## Build with internal FFmpeg ## Build with internal FFmpeg
## build with system ffmpeg-free ## build with system ffmpeg-free
#if ! %{bundleffmpegfree} #if ! %%{bundleffmpegfree}
#BuildRequires: pkgconfig(libavcodec) #BuildRequires: pkgconfig(libavcodec)
#BuildRequires: pkgconfig(libavfilter) #BuildRequires: pkgconfig(libavfilter)
#BuildRequires: pkgconfig(libavformat) #BuildRequires: pkgconfig(libavformat)
@ -993,7 +993,7 @@ cp -f %{chromium_path_gost}/src/msspi/third_party/cprocsp/include/* third_party/
%patch -P12 -p1 -b .fedora-user-agent %patch -P12 -p1 -b .fedora-user-agent
%endif %endif
#%if ! %{bundleffmpegfree} #%if ! %%{bundleffmpegfree}
#%patch -P114 -p1 -b .system-ffmppeg #%patch -P114 -p1 -b .system-ffmppeg
#%patch -P115 -p1 -b .prop-codecs #%patch -P115 -p1 -b .prop-codecs
#%patch -P116 -p1 -b .first_dts #%patch -P116 -p1 -b .first_dts
@ -1744,6 +1744,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver %{chromium_path}/chromedriver
%changelog %changelog
* Sun Jul 23 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 115.0.5790.102-1.inferit
- Update to 115.0.5790.102
* Fri Jul 21 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 115.0.5790.98-1.inferit * Fri Jul 21 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 115.0.5790.98-1.inferit
- Update to 115.0.5790.98 - Update to 115.0.5790.98
- Disable rust - Disable rust

Loading…
Cancel
Save