[libvirt] [PATCH] maint: update to latest gnulib

Sync to latest gnulib to get files updated with 2015 copyright date to fix syntax-check * .gnulib: update to latest * bootstrap: Regenerate from upstream Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- .gnulib | 2 +- bootstrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Pushed as build-breaker fix for 'make syntax-check' year check diff --git a/.gnulib b/.gnulib index 3914f31..498a1b6 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 3914f3153576e9a5ba4002bde27de05211b5a79c +Subproject commit 498a1b6bc7d70f944ca0f939e1bc470889fdce76 diff --git a/bootstrap b/bootstrap index e0c4ec2..2fdf267 100755 --- a/bootstrap +++ b/bootstrap @@ -4,7 +4,7 @@ scriptversion=2014-12-08.12; # UTC # Bootstrap this package from checked-out sources. -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2015 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 2.1.0

On 01/05/2015 09:06 AM, Daniel P. Berrange wrote:
Sync to latest gnulib to get files updated with 2015 copyright date to fix syntax-check
* .gnulib: update to latest * bootstrap: Regenerate from upstream
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- .gnulib | 2 +- bootstrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Pushed as build-breaker fix for 'make syntax-check' year check
Except that gnulib still has a broken issue that prevents mingw builds from working due to an incorrect PRIdMAX definition. I'll be working on that, then push yet another gnulib update to libvirt once gnulib is fixed. We probably also ought to patch all our standalone executables (such as virsh) to output 2015 in their --version output. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Daniel P. Berrange
-
Eric Blake