From 0bc7b93df239484103e25507d37835d5870c1fe7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 29 Jan 2022 21:04:34 +0100 Subject: [PATCH] Update to version 0.11.0; Fixes RHBZ#2034752 --- .gitignore | 1 + rust-askama.spec | 87 ++++++++++++++++++++++++++---------------------- sources | 2 +- 3 files changed, 50 insertions(+), 40 deletions(-) diff --git a/.gitignore b/.gitignore index 6f33928..3bcdae7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /askama-0.10.0.crate /askama-0.10.3.crate /askama-0.10.5.crate +/askama-0.11.0.crate diff --git a/rust-askama.spec b/rust-askama.spec index ca06a7a..90d55a8 100644 --- a/rust-askama.spec +++ b/rust-askama.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 20 %bcond_without check %global debug_package %{nil} %global crate askama Name: rust-%{crate} -Version: 0.10.5 +Version: 0.11.0 Release: %autorelease Summary: Type-safe, compiled Jinja-like templates for Rust @@ -15,9 +15,6 @@ URL: https://crates.io/crates/askama Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif BuildRequires: rust-packaging @@ -32,8 +29,8 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate. %files devel %license LICENSE-APACHE LICENSE-MIT @@ -45,8 +42,8 @@ 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. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -57,8 +54,8 @@ BuildArch: noarch %description -n %{name}+config-devel %{_description} -This package contains library source intended for building other packages -which use "config" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "config" feature of the "%{crate}" crate. %files -n %{name}+config-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -69,8 +66,8 @@ BuildArch: noarch %description -n %{name}+humansize-devel %{_description} -This package contains library source intended for building other packages -which use "humansize" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "humansize" feature of the "%{crate}" crate. %files -n %{name}+humansize-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -81,8 +78,8 @@ BuildArch: noarch %description -n %{name}+mime-devel %{_description} -This package contains library source intended for building other packages -which use "mime" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "mime" feature of the "%{crate}" crate. %files -n %{name}+mime-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -93,8 +90,8 @@ BuildArch: noarch %description -n %{name}+mime_guess-devel %{_description} -This package contains library source intended for building other packages -which use "mime_guess" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "mime_guess" feature of the "%{crate}" crate. %files -n %{name}+mime_guess-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -105,8 +102,8 @@ BuildArch: noarch %description -n %{name}+num-traits-devel %{_description} -This package contains library source intended for building other packages -which use "num-traits" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "num-traits" feature of the "%{crate}" crate. %files -n %{name}+num-traits-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -117,8 +114,8 @@ BuildArch: noarch %description -n %{name}+serde-json-devel %{_description} -This package contains library source intended for building other packages -which use "serde-json" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "serde-json" feature of the "%{crate}" crate. %files -n %{name}+serde-json-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -129,8 +126,8 @@ BuildArch: noarch %description -n %{name}+serde-yaml-devel %{_description} -This package contains library source intended for building other packages -which use "serde-yaml" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "serde-yaml" feature of the "%{crate}" crate. %files -n %{name}+serde-yaml-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -141,8 +138,8 @@ BuildArch: noarch %description -n %{name}+urlencode-devel %{_description} -This package contains library source intended for building other packages -which use "urlencode" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "urlencode" feature of the "%{crate}" crate. %files -n %{name}+urlencode-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -153,20 +150,32 @@ BuildArch: noarch %description -n %{name}+with-actix-web-devel %{_description} -This package contains library source intended for building other packages -which use "with-actix-web" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "with-actix-web" feature of the "%{crate}" crate. %files -n %{name}+with-actix-web-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+with-axum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+with-axum-devel %{_description} + +This package contains library source intended for building other packages which +use the "with-axum" feature of the "%{crate}" crate. + +%files -n %{name}+with-axum-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+with-gotham-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+with-gotham-devel %{_description} -This package contains library source intended for building other packages -which use "with-gotham" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "with-gotham" feature of the "%{crate}" crate. %files -n %{name}+with-gotham-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -177,8 +186,8 @@ BuildArch: noarch %description -n %{name}+with-iron-devel %{_description} -This package contains library source intended for building other packages -which use "with-iron" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "with-iron" feature of the "%{crate}" crate. %files -n %{name}+with-iron-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -189,8 +198,8 @@ 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. +This package contains library source intended for building other packages which +use the "with-mendes" feature of the "%{crate}" crate. %files -n %{name}+with-mendes-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -201,8 +210,8 @@ BuildArch: noarch %description -n %{name}+with-rocket-devel %{_description} -This package contains library source intended for building other packages -which use "with-rocket" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "with-rocket" feature of the "%{crate}" crate. %files -n %{name}+with-rocket-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -213,8 +222,8 @@ 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. +This package contains library source intended for building other packages which +use the "with-tide" feature of the "%{crate}" crate. %files -n %{name}+with-tide-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -225,8 +234,8 @@ BuildArch: noarch %description -n %{name}+with-warp-devel %{_description} -This package contains library source intended for building other packages -which use "with-warp" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "with-warp" feature of the "%{crate}" crate. %files -n %{name}+with-warp-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml diff --git a/sources b/sources index b51de5a..e310d22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (askama-0.10.5.crate) = c54ee508313e1d9a40c729df52329c787e2512798b148cdf49a1d431179a82fc4f0748572c6fa35cbf3e068f04adce4e020c0c07cdfefa5f5fe41a009c914d2e +SHA512 (askama-0.11.0.crate) = 3650fbc9a0bc7cf1deb6f6f7e8a0ce1595bf67c1cba8c7c20c0dcb963ea74258b675f5a75f2ffa1e1c0a790a985dfe8e04498de1cf7803f9e4b98cbd295b4f47