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.1.0
Date: Tue, 07 Jul 2026 12:41:52 GMT [thread overview]
Message-ID: <178342811212.1.9179893705643959691.rpms-rust-handlebars-75b9f40b2ba4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-handlebars
Branch : epel10
Commit : 75b9f40b2ba477d0a3b36f83302ad84d7dba7fee
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2018-11-10T12:23:59+01:00
Stats : +135/-28 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-handlebars/c/75b9f40b2ba477d0a3b36f83302ad84d7dba7fee?branch=epel10
Log:
Update to 1.1.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index 81cbcec..b6f1647 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/handlebars-1.0.3.crate
/handlebars-1.0.4.crate
/handlebars-1.0.5.crate
+/handlebars-1.1.0.crate
diff --git a/rust-handlebars.spec b/rust-handlebars.spec
index 9f20d58..8adcfc4 100644
--- a/rust-handlebars.spec
+++ b/rust-handlebars.spec
@@ -1,11 +1,12 @@
# Generated by rust2rpm
-%bcond_without check
+# * Tests are run in infrastructure
+%bcond_with check
%global debug_package %{nil}
%global crate handlebars
Name: rust-%{crate}
-Version: 1.0.5
+Version: 1.1.0
Release: 1%{?dist}
Summary: Handlebars templating implemented in Rust
@@ -16,36 +17,124 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
-# [dependencies]
-BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
-BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
-BuildRequires: (crate(pest) >= 1.0.0 with crate(pest) < 2.0.0)
-BuildRequires: (crate(pest_derive) >= 1.0.8 with crate(pest_derive) < 2.0.0)
-BuildRequires: (crate(quick-error) >= 1.0.0 with crate(quick-error) < 2.0.0)
-BuildRequires: (crate(regex) >= 1.0.3 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.2.3 with crate(walkdir) < 3.0.0)
+BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
+BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
+BuildRequires: (crate(pest/default) >= 2.0.2 with crate(pest/default) < 3.0.0)
+BuildRequires: (crate(pest_derive/default) >= 2.0.1 with crate(pest_derive/default) < 3.0.0)
+BuildRequires: (crate(quick-error/default) >= 1.0.0 with crate(quick-error/default) < 2.0.0)
+BuildRequires: (crate(regex/default) >= 1.0.3 with crate(regex/default) < 2.0.0)
+BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
+BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
+BuildRequires: (crate(walkdir/default) >= 2.2.3 with crate(walkdir/default) < 3.0.0)
%if %{with check}
-# [dev-dependencies]
-BuildRequires: (crate(env_logger) >= 0.5.13 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.75 with crate(serde_derive) < 2.0.0)
-BuildRequires: (crate(tempfile) >= 3.0.0 with crate(tempfile) < 4.0.0)
+BuildRequires: (crate(env_logger/default) >= 0.5.13 with crate(env_logger/default) < 0.6.0)
+BuildRequires: (crate(maplit/default) >= 1.0.0 with crate(maplit/default) < 2.0.0)
+BuildRequires: (crate(serde_derive/default) >= 1.0.75 with crate(serde_derive/default) < 2.0.0)
+BuildRequires: (crate(tempfile/default) >= 3.0.0 with crate(tempfile/default) < 4.0.0)
%endif
-%description
-%{summary}.
+%global _description \
+Handlebars templating implemented in Rust.
+
+%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
-%description devel
-Handlebars templating implemented in Rust.
+%description devel %{_description}
+
+This package contains library source intended for building other packages
+which use "%{crate}" crate.
+
+%files devel
+%license LICENSE
+%doc README.md CHANGELOG.md
+%{cargo_registry}/%{crate}-%{version}/
+
+%package -n %{name}+default-devel
+Summary: %{summary}
+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.
+
+%files -n %{name}+default-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package -n %{name}+dir_source-devel
+Summary: %{summary}
+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.
+
+%files -n %{name}+dir_source-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package -n %{name}+log-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+log-devel %{_description}
This package contains library source intended for building other packages
-which use %{crate} from crates.io.
+which use "log" feature of "%{crate}" crate.
+
+%files -n %{name}+log-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package -n %{name}+logging-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+logging-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "logging" feature of "%{crate}" crate.
+
+%files -n %{name}+logging-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package -n %{name}+no_dir_source-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+no_dir_source-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "no_dir_source" feature of "%{crate}" crate.
+
+%files -n %{name}+no_dir_source-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package -n %{name}+no_logging-devel
+Summary: %{summary}
+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.
+
+%files -n %{name}+no_logging-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package -n %{name}+walkdir-devel
+Summary: %{summary}
+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.
+
+%files -n %{name}+walkdir-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
@@ -62,12 +151,10 @@ which use %{crate} from crates.io.
%cargo_test
%endif
-%files devel
-%license LICENSE
-%doc README.md CHANGELOG.md
-%{cargo_registry}/%{crate}-%{version}/
-
%changelog
+* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1
+- Update to 1.1.0
+
* Thu Oct 04 2018 Josh Stone <jistone@redhat.com> - 1.0.5-1
- Update to 1.0.5
diff --git a/sources b/sources
index fc872e0..47e6cce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (handlebars-1.0.5.crate) = 3fcbcd6c53fd0172df70bd36793d73cc6b70cfa6ca139fcd4fa55a3d46d0b211209d565076e4050424a094b22c6c12914121154f66aa2d69e92d23bcae581a65
+SHA512 (handlebars-1.1.0.crate) = 945559381261f468151fbadcdcd1bd6af9ee68ffc8cf2d6df94c01875b5388de901ad7bc9ebcded1c51bfdda25bee564e3885bde701a2d9667238ac436c6b61a
diff --git a/tests/.fmf/version b/tests/.fmf/version
new file mode 100644
index 0000000..d00491f
--- /dev/null
+++ b/tests/.fmf/version
@@ -0,0 +1 @@
+1
diff --git a/tests/provision.fmf b/tests/provision.fmf
new file mode 100644
index 0000000..503a97c
--- /dev/null
+++ b/tests/provision.fmf
@@ -0,0 +1,5 @@
+---
+standard-inventory-qcow2:
+ qemu:
+ # `cargo test` usually eats more than 1G.
+ m: 4G
diff --git a/tests/tests.yml b/tests/tests.yml
new file mode 100644
index 0000000..c6a3360
--- /dev/null
+++ b/tests/tests.yml
@@ -0,0 +1,13 @@
+---
+- hosts: localhost
+ roles:
+ - role: standard-test-basic
+ tags:
+ - classic
+ repositories:
+ - repo: "https://src.fedoraproject.org/tests/rust.git"
+ dest: rust
+ tests:
+ - rust/cargo-test
+ environment:
+ pkg: rust-handlebars
next reply other threads:[~2026-07-07 12:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-07 12:41 Igor Gnatenko [this message]
2026-07-07 12:41 [rpms/rust-handlebars] epel10: Update to 1.1.0 Josh Stone
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=178342811212.1.9179893705643959691.rpms-rust-handlebars-75b9f40b2ba4@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