public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-handlebars] epel10: Update to 1.0.0
Date: Tue, 07 Jul 2026 12:41:50 GMT [thread overview]
Message-ID: <178342811031.1.8080343163136118152.rpms-rust-handlebars-44ef1df79715@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-handlebars
Branch : epel10
Commit : 44ef1df797151156dcecb5e0a3cdf59299c4aa72
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2018-07-18T15:57:23+02:00
Stats : +10/-18 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-handlebars/c/44ef1df797151156dcecb5e0a3cdf59299c4aa72?branch=epel10
Log:
Update to 1.0.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index 34bb2ad..2333f1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/handlebars-0.31.0.crate
/handlebars-0.32.0.crate
/handlebars-0.32.4.crate
+/handlebars-1.0.0.crate
diff --git a/handlebars-0.32.4-fix-metadata.diff b/handlebars-0.32.4-fix-metadata.diff
deleted file mode 100644
index a172617..0000000
--- a/handlebars-0.32.4-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- handlebars-0.32.4/Cargo.toml 1970-01-01T01:00:00+01:00
-+++ handlebars-0.32.4/Cargo.toml 2018-06-14T09:43:11.665496+02:00
-@@ -36,7 +36,7 @@
- version = "^1.0.0"
-
- [dependencies.pest_derive]
--version = "^1.0.0"
-+version = "^1.0.7"
-
- [dependencies.quick-error]
- version = "^1.0.0"
diff --git a/rust-handlebars.spec b/rust-handlebars.spec
index 09a400c..6ec4aa2 100644
--- a/rust-handlebars.spec
+++ b/rust-handlebars.spec
@@ -5,16 +5,13 @@
%global crate handlebars
Name: rust-%{crate}
-Version: 0.32.4
-Release: 2%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
Summary: Handlebars templating implemented in Rust
License: MIT
URL: https://crates.io/crates/handlebars
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
-# Initial patched metadata
-# * Bump pest_derive to 1.0.7, https://github.com/sunng87/handlebars-rust/pull/220
-Patch0: handlebars-0.32.4-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@@ -28,11 +25,13 @@ BuildRequires: (crate(quick-error) >= 1.0.0 with crate(quick-error) < 2.0.0)
BuildRequires: (crate(regex) >= 1.0.0 with crate(regex) < 2.0.0)
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
BuildRequires: (crate(serde_json) >= 1.0.0 with crate(serde_json) < 2.0.0)
+BuildRequires: (crate(walkdir) >= 2.1.4 with crate(walkdir) < 3.0.0)
%if %{with check}
# [dev-dependencies]
-BuildRequires: (crate(env_logger) >= 0.4.0 with crate(env_logger) < 0.5.0)
+BuildRequires: (crate(env_logger) >= 0.5.0 with crate(env_logger) < 0.6.0)
BuildRequires: (crate(maplit) >= 1.0.0 with crate(maplit) < 2.0.0)
BuildRequires: (crate(serde_derive) >= 1.0.0 with crate(serde_derive) < 2.0.0)
+BuildRequires: (crate(tempfile) >= 3.0.0 with crate(tempfile) < 4.0.0)
%endif
%description
@@ -69,6 +68,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
+* Wed Jul 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 9c957c3..29db7c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (handlebars-0.32.4.crate) = 10e4c572c5f346c2a9a96db17b43ec78c7a29287673b0fb5eb60916231a00f99a4106f1b62d638c9e809871fd612276d090ccb067ccb3aae4f76c7a9a1c13797
+SHA512 (handlebars-1.0.0.crate) = 6504675af7dd32348d5b518a1ede4f3243214d2c39ddbb16192eb9386f6011529762823adf008f798caa78e221e6f00c257217de164e8c547fccb0cb698e1de1
reply other threads:[~2026-07-07 12:41 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=178342811031.1.8080343163136118152.rpms-rust-handlebars-44ef1df79715@fedoraproject.org \
--to=ignatenkobrain@fedoraproject.org \
--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