public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rustyline] epel9: Drop unused fuzzy-matching feature to avoid pulling in old skim
@ 2026-09-24 23:38 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-24 23:38 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-rustyline
Branch : epel9
Commit : ab978b6988592bb6b8b6fb72c7c83816c380cd93
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2025-08-01T14:02:52+02:00
Stats  : +15/-28 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-rustyline/c/ab978b6988592bb6b8b6fb72c7c83816c380cd93?branch=epel9

Log:
Drop unused fuzzy-matching feature to avoid pulling in old skim

---
diff --git a/rust-rustyline.spec b/rust-rustyline.spec
index 7516e11..1d844a6 100644
--- a/rust-rustyline.spec
+++ b/rust-rustyline.spec
@@ -1,5 +1,5 @@
-# Generated by rust2rpm 25
-%bcond_without check
+# Generated by rust2rpm 27
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate rustyline
@@ -180,18 +180,6 @@ use the "signal-hook" feature of the "%{crate}" crate.
 %files       -n %{name}+signal-hook-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+skim-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+skim-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "skim" feature of the "%{crate}" crate.
-
-%files       -n %{name}+skim-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+termios-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -228,18 +216,6 @@ use the "with-file-history" feature of the "%{crate}" crate.
 %files       -n %{name}+with-file-history-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+with-fuzzy-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+with-fuzzy-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "with-fuzzy" feature of the "%{crate}" crate.
-
-%files       -n %{name}+with-fuzzy-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+with-sqlite-history-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/rust2rpm.toml b/rust2rpm.toml
index dd982fb..5afbcff 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,17 @@
 [package]
 summary = "Readline implementation based on Antirez's Linenoise"
 
+cargo-toml-patch-comments = [
+    "relax rusqlite dependency from ^0.30 to >=0.28,<0.31",
+    "drop rusqlite/bundled feature for statically linking sqlite",
+]
+
+[features]
+hide = [
+    "skim",
+    "with-fuzzy",
+]
+
 [tests]
 skip = ["binding::test::size_of_event"]
 skip-exact = true

diff --git a/rustyline-fix-metadata-auto.diff b/rustyline-fix-metadata-auto.diff
index 89d909f..a833f94 100644
--- a/rustyline-fix-metadata-auto.diff
+++ b/rustyline-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
 --- rustyline-13.0.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ rustyline-13.0.0/Cargo.toml	2024-01-03T10:36:54.776530+00:00
++++ rustyline-13.0.0/Cargo.toml	2025-08-01T11:59:19.191501+00:00
 @@ -191,23 +191,6 @@
  [target."cfg(unix)".dependencies.utf8parse]
  version = "0.2"

diff --git a/rustyline-fix-metadata.diff b/rustyline-fix-metadata.diff
index bf9d607..66ff27e 100644
--- a/rustyline-fix-metadata.diff
+++ b/rustyline-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- rustyline-13.0.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ rustyline-13.0.0/Cargo.toml	2024-01-03T10:37:27.989734+00:00
++++ rustyline-13.0.0/Cargo.toml	2025-08-01T11:59:19.192821+00:00
 @@ -115,9 +115,8 @@
  optional = true
  

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

only message in thread, other threads:[~2026-09-24 23:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 23:38 [rpms/rust-rustyline] epel9: Drop unused fuzzy-matching feature to avoid pulling in old skim Fabio Valentini

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