From 6fa7f4f499be83832199f74274c0e5ef9b109ba0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 20 Dec 2019 19:09:39 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-futures-util.spec | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/rust-futures-util.spec b/rust-futures-util.spec index d2cf895..91d5b25 100644 --- a/rust-futures-util.spec +++ b/rust-futures-util.spec @@ -1,5 +1,5 @@ -# Generated by rust2rpm 12 -# Cyclic dependency on futures +# Generated by rust2rpm 13 +# * Cyclic dependency on futures %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.3.1 -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 @@ -136,18 +136,6 @@ which use "compat" feature of "%{crate}" crate. %files -n %{name}+compat-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml -%package -n %{name}+futures-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+futures-devel %{_description} - -This package contains library source intended for building other packages -which use "futures" feature of "%{crate}" crate. - -%files -n %{name}+futures-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - %package -n %{name}+futures-channel-devel Summary: %{summary} BuildArch: noarch @@ -196,6 +184,18 @@ which use "futures-sink" feature of "%{crate}" crate. %files -n %{name}+futures-sink-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+futures_01-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+futures_01-devel %{_description} + +This package contains library source intended for building other packages +which use "futures_01" feature of "%{crate}" crate. + +%files -n %{name}+futures_01-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+io-devel Summary: %{summary} BuildArch: noarch @@ -347,5 +347,8 @@ which use "unstable" feature of "%{crate}" crate. %endif %changelog +* Fri Dec 20 19:08:21 CET 2019 Igor Gnatenko - 0.3.1-2 +- Regenerate + * Fri Dec 13 22:50:30 CET 2019 Robert-André Mauchin - 0.3.1-1 - Initial package