automatic version update by autodist [release 81.0.4044.92-1mamba;Sat Apr 11 2020]
This commit is contained in:
parent
d7911ae5b3
commit
83220fa06c
@ -1,6 +1,6 @@
|
||||
Name: chromium
|
||||
Epoch: 3
|
||||
Version: 80.0.3987.163
|
||||
Version: 81.0.4044.92
|
||||
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
|
||||
@ -169,19 +169,8 @@ Chromium is an open-source browser project that aims to build a safer, faster, a
|
||||
%ifarch %{ix86}
|
||||
%patch38 -p1
|
||||
%endif
|
||||
%patch41 -p1
|
||||
%patch44 -p1
|
||||
#%patch45 -p1
|
||||
#%patch46 -p1
|
||||
#%patch47 -p1
|
||||
%patch48 -p1
|
||||
#%patch49 -p1
|
||||
#%patch50 -p1
|
||||
#%patch51 -p1
|
||||
%patch52 -p1
|
||||
%patch53 -p1
|
||||
%patch54 -p1
|
||||
%patch55 -p1
|
||||
#%patch44 -p1
|
||||
#%patch53 -p1
|
||||
%ifarch %{ix86}
|
||||
%patch56 -p1
|
||||
%endif
|
||||
@ -220,7 +209,7 @@ declare -rgA _system_libs=(
|
||||
[libdrm]=
|
||||
[libjpeg]=libjpeg
|
||||
#[libpng]=libpng
|
||||
#[libvpx]=libvpx
|
||||
[libvpx]=libvpx
|
||||
[libwebp]=libwebp
|
||||
[libxml]=libxml2
|
||||
[libxslt]=libxslt
|
||||
@ -231,10 +220,14 @@ declare -rgA _system_libs=(
|
||||
[zlib]=libminizip
|
||||
)
|
||||
|
||||
_unwanted_bundled_libs=(
|
||||
$(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
|
||||
)
|
||||
|
||||
# Remove bundled libraries for which we will use the system copies; this
|
||||
# *should* do what the remove_bundled_libraries.py script does, with the
|
||||
# added benefit of not having to list all the remaining libraries
|
||||
for l in ${!_system_libs[@]} ${_system_libs[libjpeg]+libjpeg_turbo}; do
|
||||
for l in ${_unwanted_bundled_libs[@]}; do
|
||||
find "third_party/${l}" -type f \
|
||||
\! -path "third_party/${l}/chromium/*" \
|
||||
\! -path "third_party/${l}/google/*" \
|
||||
@ -454,6 +447,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver
|
||||
%{_mandir}/man1/chromium.1*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 11 2020 Automatic Build System <autodist@mambasoft.it> 81.0.4044.92-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 05 2020 Automatic Build System <autodist@mambasoft.it> 80.0.3987.163-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user