Source: gnome-authenticator Version: 4.6.2-12 Severity: serious X-Debbugs-Cc: [email protected]
Dear maintainers, rust-svg-metadata 0.6.0 is being uploaded to unstable (0.5.1 is current). gnome-authenticator 4.6.2-12 Build-Depends on librust-svg-metadata-0.5+default-dev, so it will FTBFS. Upstream already moved favicon-scrapper to svg_metadata 0.6 in https://gitlab.gnome.org/World/Authenticator/-/commit/e635b1fb85b35a2221888f082f55646fb25d698f - the parse/width/height API used in favicon-scrapper/src/favicon.rs is unchanged in 0.6. I have attached a debdiff fixing this. Best regards, Simon Quigley [email protected]
diff -Nru gnome-authenticator-4.6.2/debian/changelog gnome-authenticator-4.6.2/debian/changelog --- gnome-authenticator-4.6.2/debian/changelog 2026-07-11 00:56:52.000000000 -0500 +++ gnome-authenticator-4.6.2/debian/changelog 2026-08-17 11:24:34.000000000 -0500 @@ -1,3 +1,12 @@ +gnome-authenticator (4.6.2-12.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Cherry-pick favicon-scrapper svg_metadata 0.5 to 0.6 from upstream + e635b1fb. + * Bump rust-svg-metadata build-dependency from 0.5 to 0.6. + + -- Simon Quigley <[email protected]> Mon, 17 Aug 2026 11:24:34 -0500 + gnome-authenticator (4.6.2-12) unstable; urgency=medium * Cherry-pick patches to build with rust-gtk4 0.11, etc. (Closes: #1136836) diff -Nru gnome-authenticator-4.6.2/debian/control gnome-authenticator-4.6.2/debian/control --- gnome-authenticator-4.6.2/debian/control 2026-07-11 00:56:52.000000000 -0500 +++ gnome-authenticator-4.6.2/debian/control 2026-08-17 11:24:34.000000000 -0500 @@ -54,7 +54,7 @@ librust-search-provider-0.13+tokio-dev, librust-serde-1+default-dev, librust-serde-json-1+default-dev, - librust-svg-metadata-0.5+default-dev, + librust-svg-metadata-0.6+default-dev, librust-tokio-1+fs-dev, librust-tokio-1+io-util-dev, librust-tokio-1+macros-dev, diff -Nru gnome-authenticator-4.6.2/debian/patches/favicon-scrapper-svg-metadata-0.6.patch gnome-authenticator-4.6.2/debian/patches/favicon-scrapper-svg-metadata-0.6.patch --- gnome-authenticator-4.6.2/debian/patches/favicon-scrapper-svg-metadata-0.6.patch 1969-12-31 18:00:00.000000000 -0600 +++ gnome-authenticator-4.6.2/debian/patches/favicon-scrapper-svg-metadata-0.6.patch 2026-08-17 11:24:34.000000000 -0500 @@ -0,0 +1,18 @@ +From: Maximiliano Sandoval <[email protected]> +Date: Thu, 22 Jan 2026 16:13:47 +0100 +Subject: favicon-scrapper: Bump svg_metadata to 0.6 +Origin: upstream, https://gitlab.gnome.org/World/Authenticator/-/commit/e635b1fb85b35a2221888f082f55646fb25d698f +Forwarded: not-needed +Last-Update: 2026-08-17 +--- +--- a/favicon-scrapper/Cargo.toml ++++ b/favicon-scrapper/Cargo.toml +@@ -9,7 +9,7 @@ image = {version = "0.25", features = [" + percent-encoding = "2.3" + quick-xml = ">= 0.38" + reqwest = "0.13" +-svg_metadata = "0.5" ++svg_metadata = "0.6" + tokio = {version = "1.0", default-features = false, features = ["rt-multi-thread", "fs", "io-util", "macros"]} + tracing = {version = "0.1", default-features = false} + url = "2.2" diff -Nru gnome-authenticator-4.6.2/debian/patches/series gnome-authenticator-4.6.2/debian/patches/series --- gnome-authenticator-4.6.2/debian/patches/series 2026-07-11 00:56:52.000000000 -0500 +++ gnome-authenticator-4.6.2/debian/patches/series 2026-08-17 11:24:34.000000000 -0500 @@ -5,3 +5,4 @@ Use-formatx-instead-of-in-tree-i18n-module.patch Update-gtk4-rs-to-0.11.0-alpha.patch Update-dependencies.patch +favicon-scrapper-svg-metadata-0.6.patch
OpenPGP_0xE27F2CF8458C2FA4.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature

