public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-handlebars] epel10: Update to 1.1.0
@ 2026-07-07 12:41 Josh Stone
0 siblings, 0 replies; 2+ messages in thread
From: Josh Stone @ 2026-07-07 12:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-handlebars
Branch : epel10
Commit : 181f8887d35b71e0c4f121869db752627a6c4316
Author : Josh Stone <jistone@redhat.com>
Date : 2019-01-07T17:48:12-08:00
Stats : +5/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-handlebars/c/181f8887d35b71e0c4f121869db752627a6c4316?branch=epel10
Log:
Update to 1.1.0
---
diff --git a/rust-handlebars.spec b/rust-handlebars.spec
index e64c318..e0ce5a5 100644
--- a/rust-handlebars.spec
+++ b/rust-handlebars.spec
@@ -6,7 +6,7 @@
%global crate handlebars
Name: rust-%{crate}
-Version: 1.2.0
+Version: 1.1.0
Release: 1%{?dist}
Summary: Handlebars templating implemented in Rust
@@ -152,6 +152,9 @@ which use "walkdir" feature of "%{crate}" crate.
%endif
%changelog
+* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 1.1.0-1
+- Update to 1.1.0
+
* Sat Dec 15 2018 Josh Stone <jistone@redhat.com> - 1.2.0-1
- Update to 1.2.0
diff --git a/sources b/sources
index dc2c654..47e6cce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (handlebars-1.2.0.crate) = 86dfc56dc6a07cb30b70d04153d493716bc85398c5f7346a8da0566bda1de320754729ff11fc260629e960adea3a9bd6d2591ebc3f3c1a137ace5fef49c0918e
+SHA512 (handlebars-1.1.0.crate) = 945559381261f468151fbadcdcd1bd6af9ee68ffc8cf2d6df94c01875b5388de901ad7bc9ebcded1c51bfdda25bee564e3885bde701a2d9667238ac436c6b61a
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/rust-handlebars] epel10: Update to 1.1.0
@ 2026-07-07 12:41 Igor Gnatenko
0 siblings, 0 replies; 2+ messages 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 : 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-07 12:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 12:41 [rpms/rust-handlebars] epel10: Update to 1.1.0 Josh Stone
-- strict thread matches above, loose matches on Subject: below --
2026-07-07 12:41 Igor Gnatenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox