public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-onefetch] rawhide: Remove direct dependency on gix-features
Date: Tue, 07 Jul 2026 18:25:13 GMT	[thread overview]
Message-ID: <178344871396.1.13139625216156638488.rpms-rust-onefetch-2e6ffaaff5ea@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-onefetch
Branch : rawhide
Commit : 2e6ffaaff5ea1a422be8832c23dd14e373c56c74
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-04T10:42:13+01:00
Stats  : +13/-10 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-onefetch/c/2e6ffaaff5ea1a422be8832c23dd14e373c56c74?branch=rawhide

Log:
Remove direct dependency on gix-features

---
diff --git a/onefetch-fix-metadata-auto.diff b/onefetch-fix-metadata-auto.diff
index b3f8fed..b4aa2f3 100644
--- a/onefetch-fix-metadata-auto.diff
+++ b/onefetch-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
 --- onefetch-2.27.1/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ onefetch-2.27.1/Cargo.toml	2026-07-04T09:38:17.413702+00:00
++++ onefetch-2.27.1/Cargo.toml	2026-07-04T09:41:50.139050+00:00
 @@ -177,8 +177,3 @@
  version = "1.20.1"
  default-features = false

diff --git a/onefetch-fix-metadata.diff b/onefetch-fix-metadata.diff
index 0d0eaa1..ce217a4 100644
--- a/onefetch-fix-metadata.diff
+++ b/onefetch-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- onefetch-2.27.1/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ onefetch-2.27.1/Cargo.toml	2026-07-04T09:38:17.415003+00:00
++++ onefetch-2.27.1/Cargo.toml	2026-07-04T09:41:54.824103+00:00
 @@ -45,10 +45,6 @@
  name = "onefetch"
  path = "src/main.rs"
@@ -11,7 +11,7 @@
  [[bench]]
  name = "repo"
  path = "benches/repo.rs"
-@@ -71,18 +67,19 @@
+@@ -71,18 +67,16 @@
  version = "4.5.65"
  
  [dependencies.gix]
@@ -26,14 +26,13 @@
 +    "sha1",
  ]
  default-features = false
- 
- [dependencies.gix-features]
+-
+-[dependencies.gix-features]
 -version = "0.46.0"
-+version = "0.48.0"
  
  [dependencies.globset]
  version = "0.4.18"
-@@ -128,7 +125,7 @@
+@@ -128,7 +122,7 @@
  version = "0.9.34"
  
  [dependencies.strum]
@@ -42,7 +41,7 @@
  features = ["derive"]
  
  [dependencies.time]
-@@ -144,12 +141,6 @@
+@@ -144,12 +138,6 @@
  
  [dependencies.typetag]
  version = "0.2.21"

diff --git a/rust-onefetch.spec b/rust-onefetch.spec
index 41ee4a7..6c988e1 100644
--- a/rust-onefetch.spec
+++ b/rust-onefetch.spec
@@ -20,7 +20,8 @@ Patch:          onefetch-fix-metadata-auto.diff
 # * Do not depend on criterion; it is needed only for benchmarks
 # * Bump gix to version 0.85: https://github.com/o2sh/onefetch/pull/1740,
 #   https://github.com/o2sh/onefetch/pull/1783
-# * Bump gix-features to version 0.48
+# * Remove direct dependency on gix-features:
+#   https://github.com/o2sh/onefetch/pull/1720
 # * Allow older strum 0.27 for EPEL10.2 and older
 # * Patch out tests/repo.rs, which requires gix-testtools, and remove the
 #   dev-dependency on gix-testtools. In theory, we could package gix-testtools,

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 3500f53..22a0841 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -6,7 +6,10 @@ Bump gix to version 0.85: \
 https://github.com/o2sh/onefetch/pull/1740, \
 https://github.com/o2sh/onefetch/pull/1783\
 """,
-    "Bump gix-features to version 0.48",
+    """\
+Remove direct dependency on gix-features: \
+https://github.com/o2sh/onefetch/pull/1720\
+""",
     "Allow older strum 0.27 for EPEL10.2 and older",
     """\
 Patch out tests/repo.rs, which requires gix-testtools, and remove the \

                 reply	other threads:[~2026-07-07 18:25 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=178344871396.1.13139625216156638488.rpms-rust-onefetch-2e6ffaaff5ea@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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