public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-handlebars] epel10: bump lazy_static to 1
@ 2026-07-07 12:41 Igor Gnatenko
0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 2026-07-07 12:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-handlebars
Branch : epel10
Commit : 1f4cae2258c58e883afe6d2e668b1c62268a75ff
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2017-11-30T19:31:53+01:00
Stats : +16/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-handlebars/c/1f4cae2258c58e883afe6d2e668b1c62268a75ff?branch=epel10
Log:
bump lazy_static to 1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/handlebars-0.29.1-fix-metadata.diff b/handlebars-0.29.1-fix-metadata.diff
index daf10b1..06a61ce 100644
--- a/handlebars-0.29.1-fix-metadata.diff
+++ b/handlebars-0.29.1-fix-metadata.diff
@@ -1,5 +1,14 @@
--- handlebars-0.29.1/Cargo.toml 1970-01-01T01:00:00+01:00
-+++ handlebars-0.29.1/Cargo.toml 2017-11-14T16:30:03.130788+01:00
++++ handlebars-0.29.1/Cargo.toml 2017-11-30T19:31:09.106317+01:00
+@@ -44,7 +44,7 @@
+ version = "^1.0.0"
+
+ [dependencies.lazy_static]
+-version = "^0.2.2"
++version = "^1.0.0"
+
+ [dependencies.log]
+ version = "^0.3.1"
@@ -55,7 +55,7 @@
[dependencies.serde_json]
version = "^1.0.0"
diff --git a/rust-handlebars.spec b/rust-handlebars.spec
index 273d282..863c4c8 100644
--- a/rust-handlebars.spec
+++ b/rust-handlebars.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.29.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Handlebars templating implemented in Rust
License: MIT
@@ -14,13 +14,14 @@ URL: https://crates.io/crates/handlebars
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump maplit to 1.0.0, https://github.com/sunng87/handlebars-rust/pull/192
+# * Bump lazy_static to 1.0.0, https://github.com/sunng87/handlebars-rust/commit/2a979e175b597c2e020a7192cd84ea0f7156d6e1
Patch0: handlebars-0.29.1-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
-BuildRequires: (crate(lazy_static) >= 0.2.2 with crate(lazy_static) < 0.3.0)
+BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
BuildRequires: (crate(log) >= 0.3.1 with crate(log) < 0.4.0)
BuildRequires: (crate(pest) >= 0.3.0 with crate(pest) < 0.4.0)
BuildRequires: (crate(quick-error) >= 1.0.0 with crate(quick-error) < 2.0.0)
@@ -68,6 +69,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
+* Thu Nov 30 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.29.1-2
+- Bump lazy_static to 1
+
* Tue Nov 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.29.1-1
- Update to 0.29.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 12:41 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:41 [rpms/rust-handlebars] epel10: bump lazy_static to 1 Igor Gnatenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox