Accepting request 597716 from network:chromium

- Up to 66.0.3359.81
- Bump to 66.0.3359.66
- Update chromium-gcc7.patch to include more quirks
- Bump to 66.0.3359.45
- Bump to 66.0.3359.33
- Version bump to 66.0.3359.26
- Bump the requirement for the clang version
- Conditionalize harfbuzz switch
- Update to 66.0.3359.22
- Apply patches using %autopatch
- Add patch to build with gcc7 properly chromium-gcc7.patch
- Drop patch chromium-sandbox-pie.patch as we have pie default now
- Add patch to build with leap variant of drm chromium-drm.patch
- Add patch to build ffmpeg from system chromium-ffmpeg.patch

- Up to 66.0.3355.0
- Disable clang by default again

- Up to 66.0.3350.0

- Drop patch fix_network_api_crash.patch

- Bump to 66.0.3343.3

- Bump to 65.0.3325.51

- Disable gconf support
- Bump to 65.0.3325.31
- Update to 65.0.3325.18
- Try to have automatic ozone platform detection

OBS-URL: https://build.opensuse.org/request/show/597716
OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1114
This commit is contained in:
Tomáš Chvátal
2018-04-18 08:59:31 +00:00
committed by Git OBS Bridge
parent 7fc836ab2a
commit 761036a084
18 changed files with 1171 additions and 1191 deletions

View File

@@ -1,16 +1,3 @@
Index: chromium-65.0.3325.146/chrome/browser/ui/libgtkui/app_indicator_icon.cc
===================================================================
--- chromium-65.0.3325.146.orig/chrome/browser/ui/libgtkui/app_indicator_icon.cc
+++ chromium-65.0.3325.146/chrome/browser/ui/libgtkui/app_indicator_icon.cc
@@ -98,6 +98,8 @@ bool ShouldUseLibAppIndicator() {
case base::nix::DESKTOP_ENVIRONMENT_OTHER:
case base::nix::DESKTOP_ENVIRONMENT_XFCE:
return false;
+ default:
+ return false;
}
}
Index: chromium-65.0.3325.146/media/gpu/vaapi/vaapi_wrapper.cc
===================================================================
--- chromium-65.0.3325.146.orig/media/gpu/vaapi/vaapi_wrapper.cc