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-elasticlunr-rs] epel10: update to version 2.3.11
Date: Tue, 07 Jul 2026 13:06:01 GMT	[thread overview]
Message-ID: <178342956198.1.9751872627332853036.rpms-rust-elasticlunr-rs-06f852bf6e9e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-elasticlunr-rs
Branch : epel10
Commit : 06f852bf6e9e01cd0f62e6d84b7058c0beb5c7a3
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2021-03-25T15:19:17+01:00
Stats  : +13/-24 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-elasticlunr-rs/c/06f852bf6e9e01cd0f62e6d84b7058c0beb5c7a3?branch=epel10

Log:
update to version 2.3.11

---
diff --git a/.gitignore b/.gitignore
index fe9ce05..28e7993 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /elasticlunr-rs-2.3.6.crate
 /elasticlunr-rs-2.3.9.crate
 /elasticlunr-rs-2.3.10.crate
+/elasticlunr-rs-2.3.11.crate

diff --git a/elasticlunr-rs-fix-metadata.diff b/elasticlunr-rs-fix-metadata.diff
index 32a6012..bbc6900 100644
--- a/elasticlunr-rs-fix-metadata.diff
+++ b/elasticlunr-rs-fix-metadata.diff
@@ -1,10 +1,8 @@
---- elasticlunr-rs-2.3.10/Cargo.toml	1970-01-01T00:00:00+00:00
-+++ elasticlunr-rs-2.3.10/Cargo.toml	2021-02-27T17:47:50.359535+00:00
-@@ -24,16 +24,13 @@
- 
+--- elasticlunr-rs-2.3.11/Cargo.toml	1970-01-01T00:00:00+00:00
++++ elasticlunr-rs-2.3.11/Cargo.toml	2021-03-25T14:14:11.478291+00:00
+@@ -25,15 +25,11 @@
  [lib]
  name = "elasticlunr"
-+
  [dependencies.jieba-rs]
 -version = "0.5.0"
 +version = "0.6.0"
@@ -19,15 +17,7 @@
  
  [dependencies.regex]
  version = "1"
-@@ -56,6 +53,7 @@
- 
- [dependencies.strum_macros]
- version = "0.18"
-+
- [dev-dependencies.maplit]
- version = "1"
- 
-@@ -69,8 +67,7 @@
+@@ -69,8 +65,7 @@
  fi = ["rust-stemmers"]
  fr = ["rust-stemmers"]
  it = ["rust-stemmers"]
@@ -37,10 +27,3 @@
  nightly = ["bench"]
  no = ["rust-stemmers"]
  pt = ["rust-stemmers"]
-@@ -79,5 +76,6 @@
- sv = ["rust-stemmers"]
- tr = ["rust-stemmers"]
- zh = ["jieba-rs"]
-+
- [badges.maintenance]
- status = "passively-maintained"

diff --git a/rust-elasticlunr-rs.spec b/rust-elasticlunr-rs.spec
index b33458d..8805ab1 100644
--- a/rust-elasticlunr-rs.spec
+++ b/rust-elasticlunr-rs.spec
@@ -5,7 +5,7 @@
 %global crate elasticlunr-rs
 
 Name:           rust-%{crate}
-Version:        2.3.10
+Version:        2.3.11
 Release:        1%{?dist}
 Summary:        Partial port of elasticlunr.js to Rust
 
@@ -27,7 +27,8 @@ BuildArch:      noarch
 BuildRequires:  rust-packaging
 
 %global _description %{expand:
-Partial port of elasticlunr.js to Rust.}
+Partial port of elasticlunr.js to Rust for generating static document search
+indexes.}
 
 %description %{_description}
 
@@ -304,6 +305,10 @@ which use "zh" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 2.3.11-1
+- Update to version 2.3.11.
+- Fixes RHBZ#1942082
+
 * Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 2.3.10-1
 - Update to version 2.3.10.
 - Fixes RHBZ#1931983

diff --git a/sources b/sources
index 2a9573a..0f77a7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (elasticlunr-rs-2.3.10.crate) = 188440be572b2a8fc7029cfd4eea08f2d28dd8cca02691527e159ba73d72253e93adec432f3264e9894409ce45aa70cea6bbfda5d02ad8361abc8ebbfbb11194
+SHA512 (elasticlunr-rs-2.3.11.crate) = 5179f247621e63cff039ff9f68de68659eb5a9e53d3815edea102973e0cce8e936183d843aeadb72fc069c2959d7fdfe7f5acfc6aad53858208dce68a715eabc

                 reply	other threads:[~2026-07-07 13:06 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=178342956198.1.9751872627332853036.rpms-rust-elasticlunr-rs-06f852bf6e9e@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