From e7f857593a75d49722682fba46c53d2860f1cb9a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 22 2019 21:32:33 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-actix-utils.spec b/rust-actix-utils.spec index 564defd..4e4a0d0 100644 --- a/rust-actix-utils.spec +++ b/rust-actix-utils.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 9 -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate actix-utils Name: rust-%{crate} Version: 0.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Actix utils - various actix net related services # Upstream license specification: MIT/Apache-2.0 @@ -16,19 +16,11 @@ URL: https://crates.io/crates/actix-utils Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(actix-codec/default) >= 0.1.1 with crate(actix-codec/default) < 0.2.0) -BuildRequires: (crate(actix-service/default) >= 0.4.0 with crate(actix-service/default) < 0.5.0) -BuildRequires: (crate(bytes/default) >= 0.4.0 with crate(bytes/default) < 0.5.0) -BuildRequires: (crate(either/default) >= 1.5.2 with crate(either/default) < 2.0.0) -BuildRequires: (crate(futures/default) >= 0.1.25 with crate(futures/default) < 0.2.0) -BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) -BuildRequires: (crate(tokio-current-thread/default) >= 0.1.4 with crate(tokio-current-thread/default) < 0.2.0) -BuildRequires: (crate(tokio-timer/default) >= 0.2.8 with crate(tokio-timer/default) < 0.3.0) -%if %{with check} -BuildRequires: (crate(actix-rt/default) >= 0.2.2 with crate(actix-rt/default) < 0.3.0) -%endif %global _description %{expand: Actix utils - various actix net related services.} @@ -64,6 +56,9 @@ which use "default" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -76,5 +71,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 23:32:08 CEST 2019 Igor Gnatenko - 0.4.1-2 +- Regenerate + * Fri May 31 09:19:17 CEST 2019 Igor Gnatenko - 0.4.1-1 - Initial package