Update to 0.10.3

epel9
Josh Stone 4 years ago
parent 6590b0c4d9
commit 8d4d984099

1
.gitignore vendored

@ -1 +1,2 @@
/askama-0.10.0.crate
/askama-0.10.3.crate

@ -5,8 +5,8 @@
%global crate askama
Name: rust-%{crate}
Version: 0.10.0
Release: 2%{?dist}
Version: 0.10.3
Release: 1%{?dist}
Summary: Type-safe, compiled Jinja-like templates for Rust
# Upstream license specification: MIT OR Apache-2.0
@ -186,6 +186,18 @@ which use "with-iron" feature of "%{crate}" crate.
%files -n %{name}+with-iron-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+with-mendes-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+with-mendes-devel %{_description}
This package contains library source intended for building other packages
which use "with-mendes" feature of "%{crate}" crate.
%files -n %{name}+with-mendes-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+with-rocket-devel
Summary: %{summary}
BuildArch: noarch
@ -198,6 +210,18 @@ which use "with-rocket" feature of "%{crate}" crate.
%files -n %{name}+with-rocket-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+with-tide-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+with-tide-devel %{_description}
This package contains library source intended for building other packages
which use "with-tide" feature of "%{crate}" crate.
%files -n %{name}+with-tide-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+with-warp-devel
Summary: %{summary}
BuildArch: noarch
@ -229,6 +253,9 @@ which use "with-warp" feature of "%{crate}" crate.
%endif
%changelog
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.10.3-1
- Update to 0.10.3
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (askama-0.10.0.crate) = e013fee23d2e67390f20bd632ec0ca849225dadc72892604684ae2847ca44fe5130afdf9b3d07f59014d72813345397c9e7802b3c51f2e956b2dfff29c9c249e
SHA512 (askama-0.10.3.crate) = c6bec67b07b4b24d81f4ccfdd6ac7d77588c3e625d0ce26e4c9bc3ee1125a644c1540c5ad92a7e8b7e02b92fc395ccdadf9634a5db49f5b4db8a6ca8c7511c39

Loading…
Cancel
Save