public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-elasticlunr-rs] epel10: Bump strum to 0.17
@ 2026-07-07 13:05 Josh Stone
0 siblings, 0 replies; only message in thread
From: Josh Stone @ 2026-07-07 13:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-elasticlunr-rs
Branch : epel10
Commit : 29b32752d430444e5fda5e9428893ef2a0204548
Author : Josh Stone <jistone@redhat.com>
Date : 2020-02-20T17:44:48-08:00
Stats : +40/-19 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-elasticlunr-rs/c/29b32752d430444e5fda5e9428893ef2a0204548?branch=epel10
Log:
Bump strum to 0.17
---
diff --git a/elasticlunr-rs-fix-metadata.diff b/elasticlunr-rs-fix-metadata.diff
new file mode 100644
index 0000000..72e73d7
--- /dev/null
+++ b/elasticlunr-rs-fix-metadata.diff
@@ -0,0 +1,15 @@
+--- elasticlunr-rs-2.3.6/Cargo.toml 1970-01-01T00:00:00+00:00
++++ elasticlunr-rs-2.3.6/Cargo.toml 2020-02-21T01:41:08.992805+00:00
+@@ -44,10 +44,10 @@
+ version = "1"
+
+ [dependencies.strum]
+-version = "0.15"
++version = "0.17"
+
+ [dependencies.strum_macros]
+-version = "0.15"
++version = "0.17"
+ [dev-dependencies.maplit]
+ version = "1"
+
diff --git a/rust-elasticlunr-rs.spec b/rust-elasticlunr-rs.spec
index 589191f..89b5a6f 100644
--- a/rust-elasticlunr-rs.spec
+++ b/rust-elasticlunr-rs.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 10
+# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
@@ -13,6 +13,9 @@ Summary: Partial port of elasticlunr.js to Rust
License: MIT or ASL 2.0
URL: https://crates.io/crates/elasticlunr-rs
Source: %{crates_source}
+# Initial patched metadata
+# * Bump strum to 0.17, https://github.com/mattico/elasticlunr-rs/pull/25
+Patch0: elasticlunr-rs-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@@ -38,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE LICENSE-JS LICENSE-WORDS
%doc README.md
-%{cargo_registry}/%{crate}-%{version}/
+%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -50,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+bench-devel
Summary: %{summary}
@@ -62,7 +65,7 @@ This package contains library source intended for building other packages
which use "bench" feature of "%{crate}" crate.
%files -n %{name}+bench-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+da-devel
Summary: %{summary}
@@ -74,7 +77,7 @@ This package contains library source intended for building other packages
which use "da" feature of "%{crate}" crate.
%files -n %{name}+da-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+de-devel
Summary: %{summary}
@@ -86,7 +89,7 @@ This package contains library source intended for building other packages
which use "de" feature of "%{crate}" crate.
%files -n %{name}+de-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+du-devel
Summary: %{summary}
@@ -98,7 +101,7 @@ This package contains library source intended for building other packages
which use "du" feature of "%{crate}" crate.
%files -n %{name}+du-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+es-devel
Summary: %{summary}
@@ -110,7 +113,7 @@ This package contains library source intended for building other packages
which use "es" feature of "%{crate}" crate.
%files -n %{name}+es-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+fi-devel
Summary: %{summary}
@@ -122,7 +125,7 @@ This package contains library source intended for building other packages
which use "fi" feature of "%{crate}" crate.
%files -n %{name}+fi-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+fr-devel
Summary: %{summary}
@@ -134,7 +137,7 @@ This package contains library source intended for building other packages
which use "fr" feature of "%{crate}" crate.
%files -n %{name}+fr-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+it-devel
Summary: %{summary}
@@ -146,7 +149,7 @@ This package contains library source intended for building other packages
which use "it" feature of "%{crate}" crate.
%files -n %{name}+it-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+languages-devel
Summary: %{summary}
@@ -158,7 +161,7 @@ This package contains library source intended for building other packages
which use "languages" feature of "%{crate}" crate.
%files -n %{name}+languages-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
@@ -170,7 +173,7 @@ This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+pt-devel
Summary: %{summary}
@@ -182,7 +185,7 @@ This package contains library source intended for building other packages
which use "pt" feature of "%{crate}" crate.
%files -n %{name}+pt-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ro-devel
Summary: %{summary}
@@ -194,7 +197,7 @@ This package contains library source intended for building other packages
which use "ro" feature of "%{crate}" crate.
%files -n %{name}+ro-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ru-devel
Summary: %{summary}
@@ -206,7 +209,7 @@ This package contains library source intended for building other packages
which use "ru" feature of "%{crate}" crate.
%files -n %{name}+ru-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rust-stemmers-devel
Summary: %{summary}
@@ -218,7 +221,7 @@ This package contains library source intended for building other packages
which use "rust-stemmers" feature of "%{crate}" crate.
%files -n %{name}+rust-stemmers-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+sv-devel
Summary: %{summary}
@@ -230,7 +233,7 @@ This package contains library source intended for building other packages
which use "sv" feature of "%{crate}" crate.
%files -n %{name}+sv-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tr-devel
Summary: %{summary}
@@ -242,7 +245,7 @@ This package contains library source intended for building other packages
which use "tr" feature of "%{crate}" crate.
%files -n %{name}+tr-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@@ -263,6 +266,9 @@ which use "tr" feature of "%{crate}" crate.
%endif
%changelog
+* Thu Feb 20 2020 Josh Stone <jistone@redhat.com> - 2.3.6-2
+- Bump strum to 0.17
+
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 13:05 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:05 [rpms/rust-elasticlunr-rs] epel10: Bump strum to 0.17 Josh Stone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox