public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-lsp-server] epel9: Update to version 0.7.9; Fixes RHBZ#2386899
@ 2026-07-10  5:59 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-10  5:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-lsp-server
Branch : epel9
Commit : 2ee5ccf4ccae567577518aefab915ee07026f8aa
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2025-08-17T15:06:26+02:00
Stats  : +24/-2 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-lsp-server/c/2ee5ccf4ccae567577518aefab915ee07026f8aa?branch=epel9

Log:
Update to version 0.7.9; Fixes RHBZ#2386899

---
diff --git a/.gitignore b/.gitignore
index 6241e2b..634b952 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /lsp-server-0.7.6.crate
 /lsp-server-0.7.7.crate
 /lsp-server-0.7.8.crate
+/lsp-server-0.7.9.crate

diff --git a/lsp-server-fix-metadata.diff b/lsp-server-fix-metadata.diff
new file mode 100644
index 0000000..80559a7
--- /dev/null
+++ b/lsp-server-fix-metadata.diff
@@ -0,0 +1,13 @@
+--- lsp-server-0.7.9/Cargo.toml	1970-01-01T00:00:01+00:00
++++ lsp-server-0.7.9/Cargo.toml	2025-08-17T13:03:45.634591+00:00
+@@ -28,10 +28,6 @@
+ [lib]
+ name = "lsp_server"
+ path = "src/lib.rs"
+-
+-[[example]]
+-name = "minimal_lsp"
+-path = "examples/minimal_lsp.rs"
+ 
+ [dependencies.crossbeam-channel]
+ version = "0.5.15"

diff --git a/rust-lsp-server.spec b/rust-lsp-server.spec
index dc8595d..74a5825 100644
--- a/rust-lsp-server.spec
+++ b/rust-lsp-server.spec
@@ -5,13 +5,16 @@
 %global crate lsp-server
 
 Name:           rust-lsp-server
-Version:        0.7.8
+Version:        0.7.9
 Release:        %autorelease
 Summary:        Generic LSP server scaffold
 
 License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/lsp-server
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * drop example code that relies on un-published code
+Patch:          lsp-server-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..a81c466
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+cargo-toml-patch-comments = [
+    "drop example code that relies on un-published code",
+]
+

diff --git a/sources b/sources
index 5ca91da..b9c415a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lsp-server-0.7.8.crate) = 25cfc2805c8e123b4a785cb2984d402cb17c7632dd817368058c63b6c787e46ff32aaacb2f44a389788c4850fd8a6567cc681c7749dfd4abaf622bfdbb375fac
+SHA512 (lsp-server-0.7.9.crate) = 332814c48389bdd32ddb75616b4361a2f22370267a66f31b063b1bc4ab19439cc0f4de833394288c92e62a15fdfdbd9aafa24df9efc3607bfc4d5e153c4f4386

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

only message in thread, other threads:[~2026-07-10  5:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10  5:59 [rpms/rust-lsp-server] epel9: Update to version 0.7.9; Fixes RHBZ#2386899 Fabio Valentini

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