public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-rustyline] epel9: Drop unused fuzzy-matching feature to avoid pulling in old skim
Date: Thu, 24 Sep 2026 23:38:55 GMT [thread overview]
Message-ID: <179029313520.1.7097212498744729834.rpms-rust-rustyline-ab978b698859@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-24 23:38 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=179029313520.1.7097212498744729834.rpms-rust-rustyline-ab978b698859@fedoraproject.org \
--to=decathorpe@gmail.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