[Spice-commits] 3 commits - AUTHORS cfg.mk .mailmap server/tests

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri Jan 8 03:25:28 PST 2016


 .mailmap                 |    1 +
 AUTHORS                  |    1 +
 cfg.mk                   |    2 +-
 server/tests/stat-main.c |    1 -
 4 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 2decbd21168fce94cfc51c7cffe0093f1303e4e3
Author: Pavel Grunt <pgrunt at redhat.com>
Date:   Fri Jan 8 11:06:16 2016 +0100

    syntax-check: Fix sc_cast_of_argument_to_free
    
    red_replay_qxl.c was renamed in 525cd67be7c5
    
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/cfg.mk b/cfg.mk
index c1f5fa1..8809df0 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -144,4 +144,4 @@ exclude_file_name_regexp--sc_unmarked_diagnostics = ^.*\.(c|py|h)
 
 exclude_file_name_regexp--sc_prohibit_path_max_allocation = server/tests/test_display_base.c
 
-exclude_file_name_regexp--sc_cast_of_argument_to_free = server/red_replay_qxl.c
+exclude_file_name_regexp--sc_cast_of_argument_to_free = server/red-replay-qxl.c
commit 952aaca3d7c3be9da8487e6316721a802ab5261b
Author: Pavel Grunt <pgrunt at redhat.com>
Date:   Fri Jan 8 11:06:15 2016 +0100

    syntax-check: Remove empty line at EOF
    
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/server/tests/stat-main.c b/server/tests/stat-main.c
index 3d2e48a..31c0170 100644
--- a/server/tests/stat-main.c
+++ b/server/tests/stat-main.c
@@ -46,4 +46,3 @@ int main(void)
     }
     return 0;
 }
-
commit 1a158ce72831a88de48861c3b374e0fdecc3757a
Author: Pavel Grunt <pgrunt at redhat.com>
Date:   Fri Jan 8 11:06:14 2016 +0100

    syntax-check: Fix missing AUTHORS
    
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/.mailmap b/.mailmap
index 4a68752..c05ba00 100644
--- a/.mailmap
+++ b/.mailmap
@@ -5,5 +5,6 @@
 <david at gibson.dropbear.id.au> <dgibson at redhat.com>
 <fabiano at fidencio.org> <fidencio at redhat.com>
 <marcandre.lureau at redhat.com> <marcandre.lureau at gmail.com>
+<marcandre.lureau at redhat.com> <mlureau at redhat.com>
 <nshalman at elys.com> <nshalman-github at elys.com>
 <yhalperi at redhat.com> <yhalperi at yhalperi.tlv.redhat.com>
diff --git a/AUTHORS b/AUTHORS
index c29cb99..e1a1a87 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -44,6 +44,7 @@ Patches also contributed by
     Jeremy White <jwhite at codeweavers.com>
     Jürg Billeter <j at bitron.ch>
     Liang Guo <bluestonechina at gmail.com>
+    Lukas Venhoda <lvenhoda at redhat.com>
     Michael Tokarev <mjt at tls.msk.ru>
     Nahum Shalman <nshalman at elys.com>
     Nikolay Orlyuk <virkony at gmail.com>


More information about the Spice-commits mailing list