public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: blinxen <h-k-81@hotmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-tame-index] epel10: Update gix dependency to 0.83
Date: Mon, 21 Sep 2026 15:11:08 GMT	[thread overview]
Message-ID: <179000346881.1.17822549984821651468.rpms-rust-tame-index-c889a20713cd@fedoraproject.org> (raw)

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"

                 reply	other threads:[~2026-09-21 15:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179000346881.1.17822549984821651468.rpms-rust-tame-index-c889a20713cd@fedoraproject.org \
    --to=h-k-81@hotmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox