public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christopher Moyer <cm4181@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-handlebars] epel10: Update to version 4.5.0
Date: Tue, 07 Jul 2026 12:42:07 GMT [thread overview]
Message-ID: <178342812730.1.12533901981515279449.rpms-rust-handlebars-454937f7a3c2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-handlebars
Branch : epel10
Commit : 454937f7a3c2f40ed91f3da1adf31c167031c5fe
Author : Christopher Moyer <cm4181@gmail.com>
Date : 2024-02-01T15:09:28+01:00
Stats : +41/-16 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-handlebars/c/454937f7a3c2f40ed91f3da1adf31c167031c5fe?branch=epel10
Log:
Update to version 4.5.0
---
diff --git a/.gitignore b/.gitignore
index 359eb3c..6a061af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/handlebars-4.1.6.crate
/handlebars-4.2.1.crate
/handlebars-4.3.7.crate
+/handlebars-4.5.0.crate
diff --git a/handlebars-fix-metadata.diff b/handlebars-fix-metadata.diff
index d377485..0cca56e 100644
--- a/handlebars-fix-metadata.diff
+++ b/handlebars-fix-metadata.diff
@@ -1,6 +1,6 @@
---- handlebars-4.3.7/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ handlebars-4.3.7/Cargo.toml 2023-08-02T12:24:49.113056+00:00
-@@ -92,9 +92,6 @@
+--- handlebars-4.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ handlebars-4.5.0/Cargo.toml 2024-01-28T20:16:38.664151+00:00
+@@ -97,9 +97,6 @@
version = "2.2.3"
optional = true
@@ -10,7 +10,7 @@
[dev-dependencies.env_logger]
version = "0.9"
-@@ -112,21 +109,11 @@
+@@ -117,9 +114,6 @@
"parsing",
]
@@ -20,8 +20,9 @@
[features]
default = []
dir_source = ["walkdir"]
- no_logging = []
+@@ -127,12 +121,5 @@
script_helper = ["rhai"]
+ string_helpers = ["heck"]
-[target."cfg(unix)".dev-dependencies.pprof]
-version = "0.10"
diff --git a/rust-handlebars.spec b/rust-handlebars.spec
index 6463e3e..a5c23b7 100644
--- a/rust-handlebars.spec
+++ b/rust-handlebars.spec
@@ -1,10 +1,10 @@
-# Generated by rust2rpm 24
+# Generated by rust2rpm 25
%bcond_without check
%global crate handlebars
Name: rust-handlebars
-Version: 4.3.7
+Version: 4.5.0
Release: %autorelease
Summary: Handlebars templating implemented in Rust
@@ -16,7 +16,7 @@ Source: %{crates_source}
# * drop tiny_http dev-dependency that is only used in example code
Patch: handlebars-fix-metadata.diff
-BuildRequires: rust-packaging >= 23
+BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Handlebars templating implemented in Rust.}
@@ -28,7 +28,8 @@ Summary: %{summary}
# Apache-2.0 OR BSL-1.0
# MIT
# MIT OR Apache-2.0
-License: MIT AND (Apache-2.0 OR BSL-1.0) AND (MIT OR Apache-2.0)
+# Unlicense OR MIT
+License: MIT AND (Apache-2.0 OR BSL-1.0) AND (MIT OR Apache-2.0) AND (Unlicense OR MIT)
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
@@ -80,6 +81,18 @@ use the "dir_source" feature of the "%{crate}" crate.
%files -n %{name}+dir_source-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+heck-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+heck-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "heck" feature of the "%{crate}" crate.
+
+%files -n %{name}+heck-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+no_logging-devel
Summary: %{summary}
BuildArch: noarch
@@ -104,6 +117,18 @@ use the "rust-embed" feature of the "%{crate}" crate.
%files -n %{name}+rust-embed-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+string_helpers-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+string_helpers-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "string_helpers" feature of the "%{crate}" crate.
+
+%files -n %{name}+string_helpers-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+walkdir-devel
Summary: %{summary}
BuildArch: noarch
@@ -117,7 +142,7 @@ use the "walkdir" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
%cargo_prep
# * drop example binary that depends on tiny_http
rm examples/dev_mode.rs
@@ -127,7 +152,7 @@ rm examples/dev_mode.rs
%build
%cargo_build
-%cargo_license_summary
+%{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies
%install
diff --git a/rust2rpm.conf b/rust2rpm.conf
deleted file mode 100644
index 90b26da..0000000
--- a/rust2rpm.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[DEFAULT]
-unwanted-features =
- rhai
- script_helper
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..19b435d
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,2 @@
+[features]
+hide = ["rhai", "script_helper"]
diff --git a/sources b/sources
index ae8d451..d57fffb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (handlebars-4.3.7.crate) = c0c4d679760cd90c3eb40508cd6f3de5f1624740a2b3539462e68442270e575242aaf55c4141c473a520523de6c32d7372cba409efd219cc7b8b4f68d1def5f9
+SHA512 (handlebars-4.5.0.crate) = 639c33111ce7a1ed6084dcd40f466cdd6b45fd06dfe1d6e8c37b0e09da003cca96f1afd1d42e806cbdd08d3a397e7a1d515330f74843903ee9f853f59442ab80
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=178342812730.1.12533901981515279449.rpms-rust-handlebars-454937f7a3c2@fedoraproject.org \
--to=cm4181@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