Bump SHA to fix flipping screens in spicehtml5

By bumping this version, we're including;

"Handling non-topdown lz_rgb"
bfa85a7117

"Handle non topdown bitmaps"
7ba763feb5

This addresses the "FIXME: Implement non top down support for lz_rgb"
in horizon when viewing Windows VM's with the QXL driver installed.
Before these fixes, gui elements would be rendered upside down.

I'm backdating the "HEAD of master" to the commit date for these fixes,
because the SHA hasn't changed since a commit in 2016-03-08, but
there's been several commits to the project since.

Change-Id: Ic58f200ea60096398dfd7438993a9a8aec5054d7
(cherry picked from commit 035ad8b6dc)
This commit is contained in:
Erik Berg 2018-09-27 15:09:21 +02:00
parent 1181891a46
commit 7b692ea674
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ novncproxy_git_track_branch: None
## spice-html5 from source
spicehtml5_git_repo: https://gitlab.freedesktop.org/spice/spice-html5.git
spicehtml5_git_install_branch: 54cc41299bea8cd681ed0262735e0fd821cd774a # HEAD of "master" as of 15.08.2017
spicehtml5_git_install_branch: 7ba763feb5322f0c97758070075b60cee5464f47 # HEAD of "master" as of 10.01.2017
spicehtml5_git_project_group: nova_console
spicehtml5_git_track_branch: None