public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-onefetch] f44: Remove direct dependency on gix-features
@ 2026-07-07 18:41 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-07 18:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-onefetch
Branch : f44
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=f44

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 \

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

only message in thread, other threads:[~2026-07-07 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 18:41 [rpms/rust-onefetch] f44: Remove direct dependency on gix-features Benjamin A. Beasley

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