From 3d2e7bcbbf2901fe78d0e0a72fd830a19f111ab7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 1 Oct 2021 16:49:16 +0100 Subject: [PATCH] New upstream development version 1.1.0 Upstream switched to automake, simplifying the downstream build slightly. Remove Changelog file, no longer included upstream. --- .gitignore | 1 + ...-Handle-VIR_DOMAIN_PMSUSPENDED-state.patch | 40 ------------------- sources | 3 +- virt-top.spec | 33 +++++---------- 4 files changed, 14 insertions(+), 63 deletions(-) delete mode 100644 0001-libvirt-Handle-VIR_DOMAIN_PMSUSPENDED-state.patch diff --git a/.gitignore b/.gitignore index 1362986..b4fa33e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /.build*.log /clog /virt-top-*.tar.gz +/virt-top-1.1.0.tar.gz.sig diff --git a/0001-libvirt-Handle-VIR_DOMAIN_PMSUSPENDED-state.patch b/0001-libvirt-Handle-VIR_DOMAIN_PMSUSPENDED-state.patch deleted file mode 100644 index c29b6d6..0000000 --- a/0001-libvirt-Handle-VIR_DOMAIN_PMSUSPENDED-state.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 24a461715d5bce47f63cb0097606fc336230589f Mon Sep 17 00:00:00 2001 -From: Stephane Glondu -Date: Wed, 21 Aug 2019 17:24:47 +0200 -Subject: [PATCH] libvirt: Handle VIR_DOMAIN_PMSUSPENDED state. - -Fixes FTBFS with ocaml-libvirt 0.6.1.5. - -RWMJ: Added documentation and changed the letter to 'M'. ---- - src/screen.ml | 1 + - src/virt-top.pod | 4 ++++ - 2 files changed, 5 insertions(+) - -diff --git a/src/screen.ml b/src/screen.ml -index 0d847a2..8a66ba6 100644 ---- a/src/screen.ml -+++ b/src/screen.ml -@@ -50,3 +50,4 @@ let show_state = function - | D.InfoShutdown -> 'D' - | D.InfoShutoff -> 'O' - | D.InfoCrashed -> 'X' -+ | D.InfoPMSuspended -> 'M' -diff --git a/src/virt-top.pod b/src/virt-top.pod -index 4d81608..76ad3f9 100644 ---- a/src/virt-top.pod -+++ b/src/virt-top.pod -@@ -492,6 +492,10 @@ Shutdown. - - Crashed. - -+=item B -+ -+Suspended by guest power management. -+ - =back - - =item B