public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-handlebars] epel10: Update to version 4.1.6; Fixes RHBZ#2028884
@ 2026-07-07 12:42 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-07 12:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-handlebars
Branch : epel10
Commit : 89ff3f80867db1364c56aca4e3794e3fc03254a7
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2021-12-09T14:11:40+01:00
Stats  : +23/-28 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-handlebars/c/89ff3f80867db1364c56aca4e3794e3fc03254a7?branch=epel10

Log:
Update to version 4.1.6; Fixes RHBZ#2028884

---
diff --git a/.gitignore b/.gitignore
index 938c480..b4fbf52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /handlebars-3.5.2.crate
 /handlebars-3.5.3.crate
 /handlebars-4.1.5.crate
+/handlebars-4.1.6.crate

diff --git a/handlebars-fix-metadata.diff b/handlebars-fix-metadata.diff
index 5362594..7ac06bb 100644
--- a/handlebars-fix-metadata.diff
+++ b/handlebars-fix-metadata.diff
@@ -1,5 +1,5 @@
---- 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
+--- handlebars-4.1.6/Cargo.toml	1970-01-01T00:00:01+00:00
++++ handlebars-4.1.6/Cargo.toml	2021-12-09T12:58:39.482084+00:00
 @@ -67,9 +67,6 @@
  version = "0.4.19"
  features = ["serde"]
@@ -15,7 +15,7 @@
  no_logging = []
  script_helper = ["rhai"]
 -[target."cfg(unix)".dev-dependencies.pprof]
--version = "0.5"
+-version = "0.6"
 -features = ["flamegraph", "protobuf"]
  [badges.maintenance]
  status = "actively-developed"

diff --git a/rust-handlebars.spec b/rust-handlebars.spec
index dd06fd7..9492d31 100644
--- a/rust-handlebars.spec
+++ b/rust-handlebars.spec
@@ -1,10 +1,10 @@
-# Generated by rust2rpm 18
+# Generated by rust2rpm 20
 %bcond_without check
 
 %global crate handlebars
 
 Name:           rust-%{crate}
-Version:        4.1.5
+Version:        4.1.6
 Release:        %autorelease
 Summary:        Handlebars templating implemented in Rust
 
@@ -17,9 +17,6 @@ Source:         %{crates_source}
 Patch0:         handlebars-fix-metadata.diff
 
 ExclusiveArch:  %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch:      noarch
-%endif
 
 BuildRequires:  rust-packaging
 
@@ -28,11 +25,10 @@ Handlebars templating implemented in Rust.}
 
 %description %{_description}
 
-%if ! %{__cargo_skip_build}
 %package     -n %{crate}
 Summary:        %{summary}
-# ASL 2.0 or Boost: rust-ryu 1.0.5
-# MIT: rust-handlebars 4.1.5
+# ASL 2.0 or Boost: rust-ryu 1.0.6
+# MIT: rust-handlebars 4.1.6
 # 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
@@ -45,8 +41,8 @@ Summary:        %{summary}
 # 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-serde_json 1.0.72
+# MIT or ASL 2.0: rust-syn 1.0.82
 # 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)
@@ -55,9 +51,8 @@ License:        MIT and (ASL 2.0 or Boost)
 
 %files       -n %{crate}
 %license LICENSE
-%doc README.md CHANGELOG.md
+%doc CHANGELOG.md README.md
 %{_bindir}/handlebars-cli
-%endif
 
 %package        devel
 Summary:        %{summary}
@@ -65,14 +60,13 @@ BuildArch:      noarch
 
 %description    devel %{_description}
 
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
 
 %files          devel
 %license LICENSE
-%doc README.md CHANGELOG.md
+%doc CHANGELOG.md README.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}
@@ -80,8 +74,8 @@ BuildArch:      noarch
 
 %description -n %{name}+default-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "default" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "default" feature of the "%{crate}" crate.
 
 %files       -n %{name}+default-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -92,8 +86,8 @@ BuildArch:      noarch
 
 %description -n %{name}+dir_source-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "dir_source" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "dir_source" feature of the "%{crate}" crate.
 
 %files       -n %{name}+dir_source-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -104,8 +98,8 @@ BuildArch:      noarch
 
 %description -n %{name}+no_logging-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "no_logging" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "no_logging" feature of the "%{crate}" crate.
 
 %files       -n %{name}+no_logging-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -116,8 +110,8 @@ BuildArch:      noarch
 
 %description -n %{name}+walkdir-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "walkdir" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "walkdir" feature of the "%{crate}" crate.
 
 %files       -n %{name}+walkdir-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

diff --git a/sources b/sources
index 47fc94d..d3d2907 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (handlebars-4.1.5.crate) = b4e8ff6d41fb1692f171dc2f65096650b2ff6d8f5e0caf033c761a9021a3caf54d3b043ba68dc5930f63d583b30dec546f1fd673e6b8b589e9f9833680ec76f4
+SHA512 (handlebars-4.1.6.crate) = 4904366b60a14948246027e8f239c70f0a36e19ffc803a92ef9f9e0580652fd95bd8c59da25e24f4c623a6e19fe9d5c1e0eac45eaabcc359323ef6536557936c

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-07 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 12:42 [rpms/rust-handlebars] epel10: Update to version 4.1.6; Fixes RHBZ#2028884 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox