diff -pruN 0.41-1/debian/changelog 0.41-2/debian/changelog
--- 0.41-1/debian/changelog	2022-07-12 11:47:15.000000000 +0000
+++ 0.41-2/debian/changelog	2022-08-02 19:53:26.000000000 +0000
@@ -1,3 +1,13 @@
+spice-gtk (0.41-2) unstable; urgency=medium
+
+  * Build against phodav 3.0
+  * Add versioned breaks against old gnome-boxes and virt-viewer
+    since they will crash if run against libraries using both libsoup2
+    and libsoup3 at the same time
+  * Add unversioned breaks against remmina-plugin-spice for now
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 02 Aug 2022 15:53:26 -0400
+
 spice-gtk (0.41-1) unstable; urgency=medium
 
   * Switch Maintainer to Debian GNOME with previous maintainer's permission
diff -pruN 0.41-1/debian/control 0.41-2/debian/control
--- 0.41-1/debian/control	2022-07-12 11:47:15.000000000 +0000
+++ 0.41-2/debian/control	2022-08-02 19:53:26.000000000 +0000
@@ -26,12 +26,11 @@ Build-Depends: debhelper-compat (= 13),
                libjson-glib-dev,
                liblz4-dev,
                libopus-dev,
-               libphodav-2.0-dev,
+               libphodav-3.0-dev,
                libpixman-1-dev (>= 0.17.7),
                libpolkit-agent-1-dev,
                libpolkit-gobject-1-dev,
                libsasl2-dev,
-               libsoup2.4-dev,
                libspice-protocol-dev (>= 0.14.3),
                libssl-dev,
                libtext-csv-perl,
@@ -88,7 +87,9 @@ Suggests: gstreamer1.0-libav,
           gstreamer1.0-plugins-bad,
           gstreamer1.0-plugins-base,
           gstreamer1.0-plugins-good
-Breaks: virt-viewer (<< 7.0)
+Breaks: virt-viewer (<< 11.0-2~),
+        gnome-boxes (<< 42.3),
+        remmina-plugin-spice,
 Description: GObject for communicating with Spice servers (runtime library)
  libspice-glib4 provides glib objects for spice protocol
  decoding and surface rendering
diff -pruN 0.41-1/debian/control.in 0.41-2/debian/control.in
--- 0.41-1/debian/control.in	2022-07-12 11:47:15.000000000 +0000
+++ 0.41-2/debian/control.in	2022-08-02 19:53:26.000000000 +0000
@@ -22,12 +22,11 @@ Build-Depends: debhelper-compat (= 13),
                libjson-glib-dev,
                liblz4-dev,
                libopus-dev,
-               libphodav-2.0-dev,
+               libphodav-3.0-dev,
                libpixman-1-dev (>= 0.17.7),
                libpolkit-agent-1-dev,
                libpolkit-gobject-1-dev,
                libsasl2-dev,
-               libsoup2.4-dev,
                libspice-protocol-dev (>= 0.14.3),
                libssl-dev,
                libtext-csv-perl,
@@ -84,7 +83,9 @@ Suggests: gstreamer1.0-libav,
           gstreamer1.0-plugins-bad,
           gstreamer1.0-plugins-base,
           gstreamer1.0-plugins-good
-Breaks: virt-viewer (<< 7.0)
+Breaks: virt-viewer (<< 11.0-2~),
+        gnome-boxes (<< 42.3),
+        remmina-plugin-spice,
 Description: GObject for communicating with Spice servers (runtime library)
  libspice-glib4 provides glib objects for spice protocol
  decoding and surface rendering
diff -pruN 0.41-1/debian/rules 0.41-2/debian/rules
--- 0.41-1/debian/rules	2022-07-12 11:47:15.000000000 +0000
+++ 0.41-2/debian/rules	2022-08-02 19:53:26.000000000 +0000
@@ -9,6 +9,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
+		-Dwebdav=enabled \
                 -Dsmartcard=enabled -Dgtk=enabled \
                 -Dintrospection=enabled -Dvapi=enabled \
                 -Dusbredir=enabled -Dpolkit=enabled \
