From: Eric Blake Date: Sat, 21 Jul 2012 03:34:39 +0000 (-0600) Subject: build: regenerate .png files X-Git-Tag: CVE-2012-3445~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e21da5630086ebc7026dd4e3ce7498b24306329;p=thirdparty%2Flibvirt.git build: regenerate .png files We don't expect people to have tools installed to regenerate .png from .fig by default. However, since commit 5eb3df8, several .fig files were updated without regenerating the .png file, and as a result, 'make dist' ends up regenerating those five files, or worse, failing because of missing tools (convert from ImageMagick). Additionally, even if the tools are present, the generation of .png files is nondeterministic (the resulting files contain a timestamp), which means prior to this patch, running 'make dist' from two checkouts will end up producing different tarball contents (two 'make dist' runs will always produce different tar files, since tarballs also contain timestamps; but unpacking the tarballs and doing a recursive diff will show if the contents are unchanged). After this patch, the timestamps are now up-to-date, and 'make dist' no longer has anything to do for the .png files. This gets us closer to the goal of two checkouts being able to produce the same tarball. * docs/libvirt-*.png: Regenerate. --- diff --git a/docs/libvirt-daemon-arch.png b/docs/libvirt-daemon-arch.png index b7ed2f6891..621a55cdbf 100644 Binary files a/docs/libvirt-daemon-arch.png and b/docs/libvirt-daemon-arch.png differ diff --git a/docs/libvirt-driver-arch.png b/docs/libvirt-driver-arch.png index a7e9678929..b7780fa518 100644 Binary files a/docs/libvirt-driver-arch.png and b/docs/libvirt-driver-arch.png differ diff --git a/docs/libvirt-net-logical.png b/docs/libvirt-net-logical.png index ad3460d5bc..bb18e906a3 100644 Binary files a/docs/libvirt-net-logical.png and b/docs/libvirt-net-logical.png differ diff --git a/docs/libvirt-net-physical.png b/docs/libvirt-net-physical.png index ae6f237ade..dca4982144 100644 Binary files a/docs/libvirt-net-physical.png and b/docs/libvirt-net-physical.png differ diff --git a/docs/libvirt-object-model.png b/docs/libvirt-object-model.png index 6cb1aa3e59..f4e4831bb4 100644 Binary files a/docs/libvirt-object-model.png and b/docs/libvirt-object-model.png differ