automatic version update by autodist [release 76.0.3809.100-1mamba;Mon Aug 19 2019]

This commit is contained in:
Automatic Build System 2024-01-05 21:13:30 +01:00
parent 89159538c9
commit 200dbecce0
2 changed files with 26 additions and 7 deletions

View File

@ -0,0 +1,10 @@
--- chromium-76.0.3809.100/third_party/openh264/BUILD.gn.orig 2019-08-28 14:25:04.319139430 +0200
+++ chromium-76.0.3809.100/third_party/openh264/BUILD.gn 2019-08-28 14:25:23.371231239 +0200
@@ -24,6 +24,7 @@
# GCC and clang flags. MSVS (is_win && !is_clang) does not use cflags.
if (!is_win || is_clang) {
cflags += [
+ "-fPIC",
"-Wno-format",
"-Wno-format-security",
"-Wno-header-hygiene",

View File

@ -1,6 +1,6 @@
Name: chromium
Epoch: 3
Version: 75.0.3770.142
Version: 76.0.3809.100
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
@ -53,6 +53,7 @@ Patch34: chromium-72.0.3626.119-webrtc-missing-header.patch
Patch35: chromium-72.0.3626.119-blink-fix_zero_length_array.patch
Patch36: chromium-73.0.3683.103-color_utils_use_std_sqrt.patch
Patch37: chromium-75.0.3770.142-libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
Patch38: chromium-76.0.3809.100-x86-openh264-add-fPIC.patch
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libGConf-devel
@ -184,8 +185,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.
%prep
%setup -q -D -T
:<< _EOF
%setup -q
#-D -T
#:<< _EOF
%patch19 -p1
%patch28 -p1
#%patch29 -p1
@ -194,9 +196,12 @@ Chromium is an open-source browser project that aims to build a safer, faster, a
#%patch32 -p1
#%patch33 -p1
#%patch34 -p0
%patch35 -p1
#%patch35 -p1
#%patch36 -p1
%patch37 -p1
#%patch37 -p1
%ifarch %{ix86}
%patch38 -p1
%endif
# Allow building against system libraries in official builds
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
@ -314,11 +319,12 @@ chromium_conf=(
'google_default_client_secret="Pcdh5bzXx3nsECO_AlMlPXXk"'
'symbol_level=0'
'is_debug=false'
'remove_webcore_debug_symbols=true'
%ifarch %{ix86}
'use_lld=false'
%endif
)
# 'is_clang=true'
# 'is_debug=false'
# 'is_cfi=false'
# 'use_lld=false'
# 'remove_webcore_debug_symbols=true'
@ -463,6 +469,9 @@ fi
#%{_mandir}/man1/chromium.1*
%changelog
* Mon Aug 19 2019 Automatic Build System <autodist@mambasoft.it> 76.0.3809.100-1mamba
- automatic version update by autodist
* Tue Jul 30 2019 Automatic Build System <autodist@mambasoft.it> 75.0.3770.142-1mamba
- automatic version update by autodist