public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-elasticlunr-rs] epel10: update to version 2.3.10
@ 2026-07-07 13:06 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-07 13:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-elasticlunr-rs
Branch : epel10
Commit : 0c4340d7faf0a8b34fef53c48dcad9116d111b97
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2021-02-27T18:55:58+01:00
Stats : +29/-12 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-elasticlunr-rs/c/0c4340d7faf0a8b34fef53c48dcad9116d111b97?branch=epel10
Log:
update to version 2.3.10
---
diff --git a/.gitignore b/.gitignore
index 097315e..fe9ce05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/elasticlunr-rs-2.3.5.crate
/elasticlunr-rs-2.3.6.crate
/elasticlunr-rs-2.3.9.crate
+/elasticlunr-rs-2.3.10.crate
diff --git a/elasticlunr-rs-fix-metadata.diff b/elasticlunr-rs-fix-metadata.diff
index 8939a03..32a6012 100644
--- a/elasticlunr-rs-fix-metadata.diff
+++ b/elasticlunr-rs-fix-metadata.diff
@@ -1,5 +1,5 @@
---- elasticlunr-rs-2.3.9/Cargo.toml 2020-05-27T03:42:12+00:00
-+++ elasticlunr-rs-2.3.9/Cargo.toml 2020-10-15T18:27:27.613250+00:00
+--- 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 @@
[lib]
@@ -32,15 +32,15 @@
fr = ["rust-stemmers"]
it = ["rust-stemmers"]
-ja = ["lindera"]
--languages = ["da", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr", "zh", "ja"]
-+languages = ["da", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr", "zh"]
+-languages = ["da", "no", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr", "zh", "ja"]
++languages = ["da", "no", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr", "zh"]
nightly = ["bench"]
+ no = ["rust-stemmers"]
pt = ["rust-stemmers"]
- ro = ["rust-stemmers"]
-@@ -78,5 +75,6 @@
+@@ -79,5 +76,6 @@
sv = ["rust-stemmers"]
tr = ["rust-stemmers"]
zh = ["jieba-rs"]
+
- [badges.travis-ci]
- repository = "mattico/elasticlunr-rs"
+ [badges.maintenance]
+ status = "passively-maintained"
diff --git a/rust-elasticlunr-rs.spec b/rust-elasticlunr-rs.spec
index 701febd..b33458d 100644
--- a/rust-elasticlunr-rs.spec
+++ b/rust-elasticlunr-rs.spec
@@ -1,12 +1,12 @@
-# Generated by rust2rpm 13
+# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate elasticlunr-rs
Name: rust-%{crate}
-Version: 2.3.9
-Release: 2%{?dist}
+Version: 2.3.10
+Release: 1%{?dist}
Summary: Partial port of elasticlunr.js to Rust
# Upstream license specification: MIT/Apache-2.0
@@ -189,6 +189,18 @@ which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%package -n %{name}+no-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+no-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "no" feature of "%{crate}" crate.
+
+%files -n %{name}+no-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
%package -n %{name}+pt-devel
Summary: %{summary}
BuildArch: noarch
@@ -292,6 +304,10 @@ which use "zh" feature of "%{crate}" crate.
%endif
%changelog
+* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 2.3.10-1
+- Update to version 2.3.10.
+- Fixes RHBZ#1931983
+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index 4555171..2a9573a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (elasticlunr-rs-2.3.9.crate) = da60a9badb6539aeedf91841f9d403aa91c00df769c97dbc14996371958b7f6a4e6a742d971b744589bbe622f6f22deb7aa439cef7913fdc39a9986307cfd126
+SHA512 (elasticlunr-rs-2.3.10.crate) = 188440be572b2a8fc7029cfd4eea08f2d28dd8cca02691527e159ba73d72253e93adec432f3264e9894409ce45aa70cea6bbfda5d02ad8361abc8ebbfbb11194
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 13:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 13:06 [rpms/rust-elasticlunr-rs] epel10: update to version 2.3.10 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox