public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rustyline] epel9: Update to version 17.0.2; Fixes RHBZ#2268230
@ 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 : 1cb7c86a27718b9cbb5cd6c69b0cb7634d86293f
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2025-12-18T16:12:53+01:00
Stats : +15/-18 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rustyline/c/1cb7c86a27718b9cbb5cd6c69b0cb7634d86293f?branch=epel9
Log:
Update to version 17.0.2; Fixes RHBZ#2268230
---
diff --git a/.gitignore b/.gitignore
index 0b08f20..2ee83ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/rustyline-12.0.0.crate
/rustyline-13.0.0.crate
/rustyline-14.0.0.crate
+/rustyline-17.0.2.crate
diff --git a/rust-rustyline.spec b/rust-rustyline.spec
index 1f3d5b2..910946f 100644
--- a/rust-rustyline.spec
+++ b/rust-rustyline.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate rustyline
Name: rust-rustyline
-Version: 14.0.0
+Version: 17.0.2
Release: %autorelease
Summary: Readline implementation based on Antirez's Linenoise
@@ -15,7 +15,7 @@ Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: rustyline-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
-# * relax rusqlite dependency from ^0.31 to >=0.28,<0.32
+# * relax rusqlite dependency from ^0.31 to >=0.28,<0.38
# * drop rusqlite/bundled feature for statically linking sqlite
Patch: rustyline-fix-metadata.diff
diff --git a/rust2rpm.toml b/rust2rpm.toml
index f16dd88..930d5fc 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,7 +2,7 @@
summary = "Readline implementation based on Antirez's Linenoise"
cargo-toml-patch-comments = [
- "relax rusqlite dependency from ^0.31 to >=0.28,<0.32",
+ "relax rusqlite dependency from ^0.31 to >=0.28,<0.38",
"drop rusqlite/bundled feature for statically linking sqlite",
]
diff --git a/rustyline-fix-metadata-auto.diff b/rustyline-fix-metadata-auto.diff
index b085bc8..4dbe1da 100644
--- a/rustyline-fix-metadata-auto.diff
+++ b/rustyline-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- rustyline-14.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ rustyline-14.0.0/Cargo.toml 2025-09-23T13:16:42.883548+00:00
-@@ -196,18 +196,6 @@
+--- rustyline-17.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
++++ rustyline-17.0.2/Cargo.toml 2025-12-18T15:00:19.493521+00:00
+@@ -226,15 +226,3 @@
[target."cfg(unix)".dependencies.utf8parse]
version = "0.2"
@@ -8,7 +8,7 @@
-version = "5.0"
-
-[target."cfg(windows)".dependencies.windows-sys]
--version = "0.52.0"
+-version = "0.60.2"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
@@ -16,7 +16,3 @@
- "Win32_System_Threading",
- "Win32_UI_Input_KeyboardAndMouse",
-]
--
- [badges.maintenance]
- status = "actively-developed"
-+
diff --git a/rustyline-fix-metadata.diff b/rustyline-fix-metadata.diff
index cc62e69..bc16aaf 100644
--- a/rustyline-fix-metadata.diff
+++ b/rustyline-fix-metadata.diff
@@ -1,11 +1,11 @@
---- rustyline-14.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ rustyline-14.0.0/Cargo.toml 2025-09-23T13:16:42.884652+00:00
-@@ -115,9 +115,8 @@
+--- rustyline-17.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
++++ rustyline-17.0.2/Cargo.toml 2025-12-18T15:00:25.684011+00:00
+@@ -159,9 +159,8 @@
optional = true
[dependencies.rusqlite]
--version = "0.31.0"
-+version = ">=0.28,<0.32"
+-version = "0.37.0"
++version = ">=0.28,<0.38"
features = [
- "bundled",
"backup",
diff --git a/sources b/sources
index a2f2f18..c8733be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rustyline-14.0.0.crate) = 72152856e0b51f52d680d7f7c60d8eaff40a31b76b8ee8875323834d4b2e3e06288971fa007117c1db7d4824d7c208802390746d59b2c09744a367c88423f52d
+SHA512 (rustyline-17.0.2.crate) = 93b30b026058ccfc403ef0c9a97038ddf792bfe2b2007e2c1d0c046ad4792702f0502c0decb9346daa183f5c3662fa1b44fdf3072e09e795fb0930505952fe1d
^ 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: Update to version 17.0.2; Fixes RHBZ#2268230 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox