[Spice-commits] 2 commits - appveyor.yml spice-protocol

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 19 13:06:05 UTC 2021


 appveyor.yml   |    3 ++-
 spice-protocol |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit a737a2b6f6886460da41dfa99e6232f5ab9d837b
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Mon Oct 26 08:37:03 2020 +0000

    Use a different Chocolatey tool for ImageMagick
    
    imagemagick.tool is currently broken, use imagemagick.
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>

diff --git a/appveyor.yml b/appveyor.yml
index db1329e..5456bed 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,7 +10,8 @@ install:
 - mkdir build32
 - mkdir build64
 
-- choco install --timeout 600 -y imagemagick.tool
+- choco install --timeout 600 -y imagemagick
+- refreshenv
 
 - cd %VCPKG_ROOT%
 - git pull
commit b845051dbb2f8f8c395e151c4361520febba26f0
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Tue Oct 13 16:22:33 2020 +0100

    Update spice-common submodule
    
    This brings in the following changes:
    
    Frediano Ziglio (4):
          build: Do not use mingw_ninja_install macro in spec file
          Release 0.14.3
          build-sys: post-release version bump to 0.14.4
          protocol: Fix enumeration deprecation for Visual Studio
    
    Marc-André Lureau (1):
          vdagent: add a MonitorsMM field to VDAgentMonitorsConfig
    
    SimonP (1):
          protocol: Add support for side mouse buttons
    
    This update allow to fix an issue with Microsoft compiler.
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>

diff --git a/spice-protocol b/spice-protocol
index 7689b69..ce0c421 160000
--- a/spice-protocol
+++ b/spice-protocol
@@ -1 +1 @@
-Subproject commit 7689b6922be9099aab3327e8b2dfb890f69799e3
+Subproject commit ce0c4211e6f16c66477934cc42e70fa0988ca7f0


More information about the Spice-commits mailing list