From 9b76daa0cfbd1f6104bb76e945f5538d46384b8a Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 18 Feb 2020 10:54:46 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Raits --- rust-futures-util.spec | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/rust-futures-util.spec b/rust-futures-util.spec index 1003803..6847281 100644 --- a/rust-futures-util.spec +++ b/rust-futures-util.spec @@ -1,5 +1,5 @@ # Generated by rust2rpm 13 -# * Cyclic dependency on futures +# * Tests do not work out-of-tree %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common utilities and extension traits for the futures-rs library # Upstream license specification: MIT OR Apache-2.0 @@ -100,6 +100,18 @@ which use "bilock" feature of "%{crate}" crate. %files -n %{name}+bilock-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+cfg-target-has-atomic-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+cfg-target-has-atomic-devel %{_description} + +This package contains library source intended for building other packages +which use "cfg-target-has-atomic" feature of "%{crate}" crate. + +%files -n %{name}+cfg-target-has-atomic-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+channel-devel Summary: %{summary} BuildArch: noarch @@ -304,6 +316,18 @@ which use "tokio-io" feature of "%{crate}" crate. %files -n %{name}+tokio-io-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+unstable-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unstable-devel %{_description} + +This package contains library source intended for building other packages +which use "unstable" feature of "%{crate}" crate. + +%files -n %{name}+unstable-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep @@ -323,6 +347,9 @@ which use "tokio-io" feature of "%{crate}" crate. %endif %changelog +* Tue Feb 18 10:52:47 CET 2020 Igor Raits - 0.3.4-2 +- Regenerate + * Mon Feb 10 2020 Josh Stone - 0.3.4-1 - Update to 0.3.4