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-lsp-server] epel9: Update to version 0.7.9; Fixes RHBZ#2386899
Date: Fri, 10 Jul 2026 05:59:31 GMT	[thread overview]
Message-ID: <178366317133.1.14904964765455084942.rpms-rust-lsp-server-2ee5ccf4ccae@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-10  5:59 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=178366317133.1.14904964765455084942.rpms-rust-lsp-server-2ee5ccf4ccae@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