public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rustyline] epel9: Update to version 13.0.0; Fixes RHBZ#2253049
@ 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 : febae048d946c82b95640ea1442e4a6a1a4762c9
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2024-01-03T11:52:55+01:00
Stats  : +26/-14 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-rustyline/c/febae048d946c82b95640ea1442e4a6a1a4762c9?branch=epel9

Log:
Update to version 13.0.0; Fixes RHBZ#2253049

---
diff --git a/.gitignore b/.gitignore
index 6a3acc5..9d62c48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /rustyline-6.3.0.crate
 /rustyline-8.2.0.crate
 /rustyline-12.0.0.crate
+/rustyline-13.0.0.crate

diff --git a/rust-rustyline.spec b/rust-rustyline.spec
index 2cc66c0..7516e11 100644
--- a/rust-rustyline.spec
+++ b/rust-rustyline.spec
@@ -5,7 +5,7 @@
 %global crate rustyline
 
 Name:           rust-rustyline
-Version:        12.0.0
+Version:        13.0.0
 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.29 to >=0.28,<0.30
+# * relax rusqlite dependency from ^0.30 to >=0.28,<0.31
 # * drop rusqlite/bundled feature for statically linking sqlite
 Patch:          rustyline-fix-metadata.diff
 
@@ -45,6 +45,7 @@ use the "%{crate}" crate.
 %doc %{crate_instdir}/Incremental.md
 %doc %{crate_instdir}/README.md
 %doc %{crate_instdir}/TODO.md
+%doc %{crate_instdir}/linenoise.md
 %{crate_instdir}/
 
 %package     -n %{name}+default-devel
@@ -191,6 +192,18 @@ 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
+
+%description -n %{name}+termios-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "termios" feature of the "%{crate}" crate.
+
+%files       -n %{name}+termios-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+with-dirs-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/rustyline-fix-metadata-auto.diff b/rustyline-fix-metadata-auto.diff
index 6ea5849..89d909f 100644
--- a/rustyline-fix-metadata-auto.diff
+++ b/rustyline-fix-metadata-auto.diff
@@ -1,14 +1,11 @@
---- rustyline-12.0.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ rustyline-12.0.0/Cargo.toml	2023-10-22T14:45:44.597881+00:00
-@@ -187,25 +187,6 @@
+--- 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
+@@ -191,23 +191,6 @@
  [target."cfg(unix)".dependencies.utf8parse]
  version = "0.2"
  
 -[target."cfg(windows)".dependencies.clipboard-win]
--version = "4.5"
--
--[target."cfg(windows)".dependencies.scopeguard]
--version = "1.1"
+-version = "5.0"
 -
 -[target."cfg(windows)".dependencies.winapi]
 -version = "0.3"
@@ -21,6 +18,7 @@
 -    "std",
 -    "winbase",
 -    "wincon",
+-    "winerror",
 -    "winuser",
 -]
 -

diff --git a/rustyline-fix-metadata.diff b/rustyline-fix-metadata.diff
index e2c6175..bf9d607 100644
--- a/rustyline-fix-metadata.diff
+++ b/rustyline-fix-metadata.diff
@@ -1,11 +1,11 @@
---- rustyline-12.0.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ rustyline-12.0.0/Cargo.toml	2023-10-22T14:46:25.423057+00:00
+--- 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
 @@ -115,9 +115,8 @@
  optional = true
  
  [dependencies.rusqlite]
--version = "0.29.0"
-+version = ">=0.28,<0.30"
+-version = "0.30.0"
++version = ">=0.28,<0.31"
  features = [
 -    "bundled",
      "backup",

diff --git a/sources b/sources
index b3edb16..650b470 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rustyline-12.0.0.crate) = 681d9183430dbe861252177570c7d5a3eec8a066a0d9f281191c7583d1cce297930f9b5dac1b76161ced0b8586ad9e3e7a78f75253e63ae4d0528210ced87f5a
+SHA512 (rustyline-13.0.0.crate) = 67221298a09e238bcd9bd7fff5e59512abf2538761b993f05595bd737af1d8f71a0e33dde5565c143d189b5a2a7ae9f02f77324662c6e50f65b93b33949e8cca

^ 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 13.0.0; Fixes RHBZ#2253049 Fabio Valentini

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