automatic version update by autodist [release 133.0.6943.35-1mamba;Sun Feb 02 2025]

This commit is contained in:
Automatic Build System 2025-02-07 17:13:16 +01:00
parent e4a3e4634c
commit 5685b63684

View File

@ -3,7 +3,7 @@
%define clang_version %(clang --version | grep -m1 version | sed 's/[^0-9.]//g' | cut -d. -f1)
Name: chromium
Epoch: 3
Version: 132.0.6834.159
Version: 133.0.6943.35
Release: 1mamba
Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web
Group: Graphical Desktop/Applications/Internet
@ -103,13 +103,15 @@ Chromium is an open-source browser project that aims to build a safer, faster, a
# Chromium adds its own LTO flags
%global _lto_cflags %{nil}
%define _default_patch_fuzz 2
#% define _default_patch_fuzz 2
%global __provides_exclude_from ^%{_libdir}/chromium/.*$
%global __rm /bin/true
%prep
%setup -q -a2
#% setup -q -D -T
#% setup -q -a2
%setup -q -D -T
exit 1
#:<< ___EOF
# Allow building against system libraries in official builds
@ -222,7 +224,7 @@ sed -i "s|aarch64-linux-gnu|aarch64-openmamba-linux-gnu|" \
%endif
%build
#:<< ___EOF
:<< _EOF
export CC=clang
export CXX=clang++
export AR=llvm-ar
@ -350,15 +352,16 @@ sed -i \
%{buildroot}%{_datadir}/applications/chromium.desktop \
%{buildroot}%{_mandir}/man1/chromium.1
# Install metainfo file
install -Dm644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
%{buildroot}%{_datadir}/metainfo/chromium.appdata.xml
sed -ni \
-e 's/chromium-browser\.desktop/chromium.desktop/' \
-e '/<update_contact>/d' \
-e '/<p>/N;/<p>\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
-e '/^<?xml/,$p' \
%{buildroot}%{_datadir}/metainfo/chromium.appdata.xml
# Fill in common Chrome/Chromium AppData template with Chromium info
(
tmpl_file=chrome/installer/linux/common/appdata.xml.template
info_file=chrome/installer/linux/common/chromium-browser.info
. $info_file; PACKAGE=chromium
export $(grep -o '^[A-Z_]*' $info_file)
sed -E -e 's/@@([A-Z_]*)@@/\${\1}/g' -e '/<update_contact>/d' $tmpl_file | envsubst
) \
| install -Dm644 /dev/stdin %{buildroot}%{_datadir}/metainfo/chromium.appdata.xml
# install master_preferences file for first run and homepage customization
install -m0644 %{SOURCE1} %{buildroot}%{_libdir}/chromium/master_preferences
@ -423,6 +426,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver
%{_mandir}/man1/chromium.1*
%changelog
* Sun Feb 02 2025 Automatic Build System <autodist@openmamba.org> 133.0.6943.35-1mamba
- automatic version update by autodist
* Thu Jan 30 2025 Automatic Build System <autodist@openmamba.org> 132.0.6834.159-1mamba
- automatic version update by autodist