Update to 0.10.3

epel9
Josh Stone 4 years ago
parent 69a2ed1ee6
commit ee13194d8a

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate askama_derive
Name: rust-%{crate}
Version: 0.10.0
Release: 2%{?dist}
Version: 0.10.3
Release: 1%{?dist}
Summary: Procedural macro package for Askama
# Upstream license specification: MIT/Apache-2.0
@ -88,6 +88,18 @@ which use "iron" feature of "%{crate}" crate.
%files -n %{name}+iron-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+mendes-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+mendes-devel %{_description}
This package contains library source intended for building other packages
which use "mendes" feature of "%{crate}" crate.
%files -n %{name}+mendes-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rocket-devel
Summary: %{summary}
BuildArch: noarch
@ -100,6 +112,18 @@ which use "rocket" feature of "%{crate}" crate.
%files -n %{name}+rocket-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tide-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tide-devel %{_description}
This package contains library source intended for building other packages
which use "tide" feature of "%{crate}" crate.
%files -n %{name}+tide-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+warp-devel
Summary: %{summary}
BuildArch: noarch
@ -131,6 +155,9 @@ which use "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_derive-0.10.0.crate) = d5a78944d5d1ebc48b01ff487ddbeb9ebe30e5a7d90ea33438621004cbb5d6e7e2b8d508cd60519af68f9c5e17d0d4a9107429b8f5b8d5de77c45cf6f08e52ef
SHA512 (askama_derive-0.10.3.crate) = 3077b17c97fce9d1171028bde368e7330c0e08fc090bb60b949ee0ccef7a21ef455102c95ea5ee3ea4d299618fa010408dbd018c0adebf0af52a2c330fd9b057

Loading…
Cancel
Save