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-handlebars] epel10: Update to version 4.1.5; Fixes RHBZ#1939577
Date: Tue, 07 Jul 2026 12:42:02 GMT [thread overview]
Message-ID: <178342812220.1.7838683299295742749.rpms-rust-handlebars-42f27e748bd0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-handlebars
Branch : epel10
Commit : 42f27e748bd036ec3cee069a467847d92ea5b94e
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2021-11-25T15:10:41+01:00
Stats : +48/-9 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-handlebars/c/42f27e748bd036ec3cee069a467847d92ea5b94e?branch=epel10
Log:
Update to version 4.1.5; Fixes RHBZ#1939577
---
diff --git a/.gitignore b/.gitignore
index 702879a..938c480 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/handlebars-3.5.1.crate
/handlebars-3.5.2.crate
/handlebars-3.5.3.crate
+/handlebars-4.1.5.crate
diff --git a/handlebars-fix-metadata.diff b/handlebars-fix-metadata.diff
new file mode 100644
index 0000000..5362594
--- /dev/null
+++ b/handlebars-fix-metadata.diff
@@ -0,0 +1,21 @@
+--- handlebars-4.1.5/Cargo.toml 1970-01-01T00:00:01+00:00
++++ handlebars-4.1.5/Cargo.toml 2021-11-18T12:26:53.962779+00:00
+@@ -67,9 +67,6 @@
+ version = "0.4.19"
+ features = ["serde"]
+
+-[dev-dependencies.criterion]
+-version = "0.3"
+-
+ [dev-dependencies.env_logger]
+ version = "0.9"
+
+@@ -94,8 +91,5 @@
+ dir_source = ["walkdir"]
+ no_logging = []
+ script_helper = ["rhai"]
+-[target."cfg(unix)".dev-dependencies.pprof]
+-version = "0.5"
+-features = ["flamegraph", "protobuf"]
+ [badges.maintenance]
+ status = "actively-developed"
diff --git a/rust-handlebars.spec b/rust-handlebars.spec
index 4fcf11c..dd06fd7 100644
--- a/rust-handlebars.spec
+++ b/rust-handlebars.spec
@@ -1,11 +1,10 @@
-# Generated by rust2rpm 17
-# * Missing dev-dependency pprof
-%bcond_with check
+# Generated by rust2rpm 18
+%bcond_without check
%global crate handlebars
Name: rust-%{crate}
-Version: 3.5.3
+Version: 4.1.5
Release: %autorelease
Summary: Handlebars templating implemented in Rust
@@ -13,6 +12,9 @@ Summary: Handlebars templating implemented in Rust
License: MIT
URL: https://crates.io/crates/handlebars
Source: %{crates_source}
+# Initial patched metadata
+# * drop unused, benchmark-only criterion and pprof dev-dependencies
+Patch0: handlebars-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@@ -29,10 +31,24 @@ Handlebars templating implemented in Rust.}
%if ! %{__cargo_skip_build}
%package -n %{crate}
Summary: %{summary}
-# ASL 2.0 or Boost
-# MIT
-# MIT or ASL 2.0
-# Unlicense or MIT
+# ASL 2.0 or Boost: rust-ryu 1.0.5
+# MIT: rust-handlebars 4.1.5
+# MIT or ASL 2.0: rust-cfg-if 1.0.0
+# MIT or ASL 2.0: rust-itoa 0.4.8
+# MIT or ASL 2.0: rust-log 0.4.14
+# MIT or ASL 2.0: rust-maplit 1.0.2
+# MIT or ASL 2.0: rust-pest 2.1.3
+# MIT or ASL 2.0: rust-pest_derive 2.1.0
+# MIT or ASL 2.0: rust-pest_generator 2.1.3
+# MIT or ASL 2.0: rust-pest_meta 2.1.3
+# MIT or ASL 2.0: rust-proc-macro2 1.0.32
+# MIT or ASL 2.0: rust-quick-error 2.0.1
+# MIT or ASL 2.0: rust-quote 1.0.10
+# MIT or ASL 2.0: rust-serde 1.0.130
+# MIT or ASL 2.0: rust-serde_json 1.0.70
+# MIT or ASL 2.0: rust-syn 1.0.81
+# MIT or ASL 2.0: rust-ucd-trie 0.1.3
+# MIT or ASL 2.0: rust-unicode-xid 0.2.2
License: MIT and (ASL 2.0 or Boost)
%description -n %{crate} %{_description}
@@ -56,6 +72,7 @@ which use "%{crate}" crate.
%license LICENSE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{wasm/,build-wasm.sh,profile.sh,release.toml,rustfmt.toml}
%package -n %{name}+default-devel
Summary: %{summary}
diff --git a/sources b/sources
index 460fc8d..47fc94d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (handlebars-3.5.3.crate) = 147b8b07f0edaac797d40424dcfb25081e109d9bba16187e3a9c0210a9d5153e7078bcd0b8a4f4cc8e85f27ff85159604a7b07c4998cffcaa11bb00c595061f8
+SHA512 (handlebars-4.1.5.crate) = b4e8ff6d41fb1692f171dc2f65096650b2ff6d8f5e0caf033c761a9021a3caf54d3b043ba68dc5930f63d583b30dec546f1fd673e6b8b589e9f9833680ec76f4
reply other threads:[~2026-07-07 12:42 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=178342812220.1.7838683299295742749.rpms-rust-handlebars-42f27e748bd0@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