Bug#1118388: gnome-authenticator - upcoming rust-quick-xml update

Peter Michael Green plugwash at debian.org
Sun Oct 19 06:53:26 BST 2025


Package: gnome-authenticator

I hope to update rust-quick-xml to version 0.38 soon, gnome-authenticator
seems to build fine after relaxing the dependency. Debdiff is attatched

-------------- next part --------------
diff -Nru gnome-authenticator-4.6.2/debian/changelog gnome-authenticator-4.6.2/debian/changelog
--- gnome-authenticator-4.6.2/debian/changelog	2025-10-02 17:48:26.000000000 +0000
+++ gnome-authenticator-4.6.2/debian/changelog	2025-10-19 05:38:39.000000000 +0000
@@ -1,3 +1,10 @@
+gnome-authenticator (4.6.2-9.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove upper limit from quick-xml dependency.
+
+ -- Peter Michael Green <plugwash at debian.org>  Sun, 19 Oct 2025 05:38:39 +0000
+
 gnome-authenticator (4.6.2-9) unstable; urgency=medium
 
   * Team upload.
diff -Nru gnome-authenticator-4.6.2/debian/control gnome-authenticator-4.6.2/debian/control
--- gnome-authenticator-4.6.2/debian/control	2025-10-02 17:48:26.000000000 +0000
+++ gnome-authenticator-4.6.2/debian/control	2025-10-19 05:38:37.000000000 +0000
@@ -44,7 +44,7 @@
  librust-prost-0.12+default-dev,
  librust-qrencode-0.14+default-dev,
  librust-qrencode-0.14+image-dev,
- librust-quick-xml-0.36+default-dev,
+ librust-quick-xml+default-dev (>= 0.36),
  librust-rand-0.8+std-rng-dev,
  librust-reqwest-0.12+default-dev,
  librust-ring-0.17+default-dev,
diff -Nru gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch
--- gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch	2025-10-02 17:48:26.000000000 +0000
+++ gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch	2025-10-19 05:35:55.000000000 +0000
@@ -62,7 +62,7 @@
  image = {version = "0.25", features = ["ico", "png"], default-features = false}
  percent-encoding = "2.1"
 -quick-xml = "0.37"
-+quick-xml = "0.36"
++quick-xml = ">= 0.36"
  reqwest = "0.12"
  svg_metadata = "0.5"
  tokio = {version = "1.0", default-features = false, features = ["rt-multi-thread", "fs", "io-util", "macros"]}
diff -Nru gnome-authenticator-4.6.2/debian/patches/gnome49.patch gnome-authenticator-4.6.2/debian/patches/gnome49.patch
--- gnome-authenticator-4.6.2/debian/patches/gnome49.patch	2025-10-02 17:48:26.000000000 +0000
+++ gnome-authenticator-4.6.2/debian/patches/gnome49.patch	2025-10-19 05:37:54.000000000 +0000
@@ -2919,18 +2919,12 @@
 index 348bb47..23e6b1c 100644
 --- a/favicon-scrapper/Cargo.toml
 +++ b/favicon-scrapper/Cargo.toml
-@@ -4,9 +4,9 @@ edition = "2021"
- name = "favicon-scrapper"
- 
- [dependencies]
+@@ -7,3 +7,3 @@ edition = "2021"
 -data-encoding = "2.3"
 +data-encoding = "2.6"
  image = {version = "0.25", features = ["ico", "png"], default-features = false}
 -percent-encoding = "2.1"
 +percent-encoding = "2.3"
- quick-xml = "0.36"
- reqwest = "0.12"
- svg_metadata = "0.5"
 diff --git a/src/widgets/accounts/add.rs b/src/widgets/accounts/add.rs
 index 40a97df..ada94a4 100644
 --- a/src/widgets/accounts/add.rs


More information about the pkg-gnome-maintainers mailing list