Source: hx Version: 25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds-2 Severity: important Tags: patch User: [email protected] Usertags: gix-0.87 X-Debbugs-Cc: [email protected]
Dear maintainer, I am preparing a rust-gix transition to 0.87, which will likely be uploaded soon. hx depends on gix 0.86, so it needs a dependency bump. I have attached a debdiff fixing this. Best regards, Simon Quigley [email protected]
diff -Nru hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/changelog hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/changelog --- hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/changelog 2026-08-25 09:59:14.000000000 -0500 +++ hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/changelog 2026-09-12 09:16:52.000000000 -0500 @@ -1,3 +1,10 @@ +hx (25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Bump gix to 0.87. + + -- Simon Quigley <[email protected]> Sat, 12 Sep 2026 09:16:52 -0500 + hx (25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds-2) unstable; urgency=medium * relax build-dependencies for crates diff -Nru hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/control hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/control --- hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/control 2026-08-25 09:53:25.000000000 -0500 +++ hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/control 2026-09-12 09:16:52.000000000 -0500 @@ -23,7 +23,8 @@ librust-futures-executor-0.3-dev, librust-futures-util-0.3-dev, librust-fuzzy-matcher-0.3-dev, - librust-gix-dev (<< 0.87), + librust-gix-dev (>= 0.87), + librust-gix-dev (<< 0.88), librust-globset-0.4-dev, librust-grep-matcher-0.1-dev, librust-grep-regex-0.1-dev, diff -Nru hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/patches/1002_newer_gix.patch hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/patches/1002_newer_gix.patch --- hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/patches/1002_newer_gix.patch 2026-08-25 09:33:29.000000000 -0500 +++ hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/patches/1002_newer_gix.patch 2026-09-12 09:16:52.000000000 -0500 @@ -11,7 +11,7 @@ arc-swap.workspace = true -gix = { version = "0.85.0", features = ["attributes", "status", "max-performance", "sha1"], default-features = false, optional = true } -+gix = { version = "0.86.0", features = ["attributes", "status", "max-performance", "sha1"], default-features = false, optional = true } ++gix = { version = "0.87.1", features = ["attributes", "status", "max-performance", "sha1"], default-features = false, optional = true } imara-diff = "0.2.0" anyhow = "1" diff -Nru hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/patches/2002_older_imara-diff.patch hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/patches/2002_older_imara-diff.patch --- hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/patches/2002_older_imara-diff.patch 2026-08-25 09:22:13.000000000 -0500 +++ hx-25.07.1+20260723+ds+~0.3.3+ds+~0.4.0+20260627+ds/debian/patches/2002_older_imara-diff.patch 2026-09-12 09:16:52.000000000 -0500 @@ -22,7 +22,7 @@ @@ -18,7 +18,7 @@ arc-swap.workspace = true - gix = { version = "0.86.0", features = ["attributes", "status", "max-performance", "sha1"], default-features = false, optional = true } + gix = { version = "0.87.1", features = ["attributes", "status", "max-performance", "sha1"], default-features = false, optional = true } -imara-diff = "0.2.0" +imara-diff = "0.1.8" anyhow = "1"
OpenPGP_signature.asc
Description: OpenPGP digital signature

