public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tame-index] epel10: Update gix dependency to 0.83
@ 2026-09-21 15:11 blinxen
  0 siblings, 0 replies; only message in thread
From: blinxen @ 2026-09-21 15:11 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-tame-index
Branch : epel10
Commit : c889a20713cd3f20777c9f3e27a98736f007b72c
Author : blinxen <h-k-81@hotmail.com>
Date   : 2026-05-09T15:53:22+02:00
Stats  : +8/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-tame-index/c/c889a20713cd3f20777c9f3e27a98736f007b72c?branch=epel10

Log:
Update gix dependency to 0.83

---
diff --git a/rust-tame-index.spec b/rust-tame-index.spec
index d2b99a0..e1405ad 100644
--- a/rust-tame-index.spec
+++ b/rust-tame-index.spec
@@ -14,8 +14,7 @@ URL:            https://crates.io/crates/tame-index
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * remove unused benchmark-only tiny-bench dev-dependency
-# * allow older gix 0.73 (wants 0.75):
-#   https://bugzilla.redhat.com/show_bug.cgi?id=2405612
+# * bump gix to version 0.83
 Patch:          tame-index-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index b15f9f9..5ba1e2b 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,7 +1,7 @@
 [package]
 cargo-toml-patch-comments = [
     "remove unused benchmark-only tiny-bench dev-dependency",
-    "allow older gix 0.73 (wants 0.75): https://bugzilla.redhat.com/show_bug.cgi?id=2405612",
+    "bump gix to version 0.83",
 ]
 
 [tests]

diff --git a/tame-index-fix-metadata.diff b/tame-index-fix-metadata.diff
index 30fb3df..b668f70 100644
--- a/tame-index-fix-metadata.diff
+++ b/tame-index-fix-metadata.diff
@@ -1,14 +1,16 @@
 --- tame-index-0.25.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ tame-index-0.25.0/Cargo.toml	2025-12-11T11:25:19.058048+00:00
-@@ -114,7 +114,7 @@
++++ tame-index-0.25.0/Cargo.toml	2026-05-09T13:14:26.157081+00:00
+@@ -114,8 +114,8 @@
  optional = true
  
  [dependencies.gix]
 -version = "0.75"
-+version = ">=0.73, <0.76"
- features = []
+-features = []
++version = "0.83"
++features = ["sha1"]
  optional = true
  default-features = false
+ 
 @@ -198,9 +198,6 @@
  [dev-dependencies.tempfile]
  version = "3.15"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-21 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 15:11 [rpms/rust-tame-index] epel10: Update gix dependency to 0.83 blinxen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox