From a8a61d9f4dddbb15c063baf8c54d9a0855791251 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 18 2019 06:42:10 +0000 Subject: Update to 0.2.4 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index daa126d..6f2e420 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /actix-http-0.2.2.crate /actix-http-0.2.3.crate +/actix-http-0.2.4.crate diff --git a/rust-actix-http.spec b/rust-actix-http.spec index 49da324..12d3d8a 100644 --- a/rust-actix-http.spec +++ b/rust-actix-http.spec @@ -1,11 +1,12 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 +# * actix-http-test is not packaged %bcond_with check %global debug_package %{nil} %global crate actix-http Name: rust-%{crate} -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist} Summary: Actix http primitives @@ -15,59 +16,11 @@ URL: https://crates.io/crates/actix-http Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(actix-codec/default) >= 0.1.2 with crate(actix-codec/default) < 0.2.0) -BuildRequires: (crate(actix-connect/default) >= 0.2.0 with crate(actix-connect/default) < 0.3.0) -BuildRequires: (crate(actix-server-config/default) >= 0.1.1 with crate(actix-server-config/default) < 0.2.0) -BuildRequires: (crate(actix-service/default) >= 0.4.0 with crate(actix-service/default) < 0.5.0) -BuildRequires: (crate(actix-threadpool/default) >= 0.1.0 with crate(actix-threadpool/default) < 0.2.0) -BuildRequires: (crate(actix-utils/default) >= 0.4.1 with crate(actix-utils/default) < 0.5.0) -BuildRequires: (crate(base64/default) >= 0.10.0 with crate(base64/default) < 0.11.0) -BuildRequires: (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0) -BuildRequires: (crate(byteorder/default) >= 1.2.0 with crate(byteorder/default) < 2.0.0) -BuildRequires: (crate(bytes/default) >= 0.4.0 with crate(bytes/default) < 0.5.0) -BuildRequires: (crate(chrono/default) >= 0.4.6 with crate(chrono/default) < 0.5.0) -BuildRequires: (crate(copyless/default) >= 0.1.2 with crate(copyless/default) < 0.2.0) -BuildRequires: (crate(derive_more/default) >= 0.14.0 with crate(derive_more/default) < 0.15.0) -BuildRequires: (crate(either/default) >= 1.5.2 with crate(either/default) < 2.0.0) -BuildRequires: (crate(encoding/default) >= 0.2.0 with crate(encoding/default) < 0.3.0) -BuildRequires: (crate(futures/default) >= 0.1.25 with crate(futures/default) < 0.2.0) -BuildRequires: (crate(h2/default) >= 0.1.16 with crate(h2/default) < 0.2.0) -BuildRequires: (crate(hashbrown/default) >= 0.3.0 with crate(hashbrown/default) < 0.4.0) -BuildRequires: (crate(http/default) >= 0.1.17 with crate(http/default) < 0.2.0) -BuildRequires: (crate(httparse/default) >= 1.3.0 with crate(httparse/default) < 2.0.0) -BuildRequires: (crate(indexmap/default) >= 1.0.0 with crate(indexmap/default) < 2.0.0) -BuildRequires: (crate(language-tags/default) >= 0.2.0 with crate(language-tags/default) < 0.3.0) -BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0) -BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) -BuildRequires: (crate(mime/default) >= 0.3.0 with crate(mime/default) < 0.4.0) -BuildRequires: (crate(percent-encoding/default) >= 1.0.0 with crate(percent-encoding/default) < 2.0.0) -BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) -BuildRequires: (crate(regex/default) >= 1.0.0 with crate(regex/default) < 2.0.0) -BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0) -BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0) -BuildRequires: (crate(serde_urlencoded/default) >= 0.5.5 with crate(serde_urlencoded/default) < 0.6.0) -BuildRequires: (crate(sha1/default) >= 0.6.0 with crate(sha1/default) < 0.7.0) -BuildRequires: (crate(slab/default) >= 0.4.0 with crate(slab/default) < 0.5.0) -BuildRequires: (crate(time/default) >= 0.1.42 with crate(time/default) < 0.2.0) -BuildRequires: (crate(tokio-current-thread/default) >= 0.1.0 with crate(tokio-current-thread/default) < 0.2.0) -BuildRequires: (crate(tokio-tcp/default) >= 0.1.3 with crate(tokio-tcp/default) < 0.2.0) -BuildRequires: (crate(tokio-timer/default) >= 0.2.8 with crate(tokio-timer/default) < 0.3.0) -BuildRequires: (crate(trust-dns-resolver) >= 0.11.1 with crate(trust-dns-resolver) < 0.12.0) -%if %{with check} -BuildRequires: (crate(actix-connect/default) >= 0.2.0 with crate(actix-connect/default) < 0.3.0) -BuildRequires: (crate(actix-connect/ssl) >= 0.2.0 with crate(actix-connect/ssl) < 0.3.0) -BuildRequires: (crate(actix-http-test/default) >= 0.2.0 with crate(actix-http-test/default) < 0.3.0) -BuildRequires: (crate(actix-http-test/ssl) >= 0.2.0 with crate(actix-http-test/ssl) < 0.3.0) -BuildRequires: (crate(actix-rt/default) >= 0.2.2 with crate(actix-rt/default) < 0.3.0) -BuildRequires: (crate(actix-server/default) >= 0.5.0 with crate(actix-server/default) < 0.6.0) -BuildRequires: (crate(actix-server/ssl) >= 0.5.0 with crate(actix-server/ssl) < 0.6.0) -BuildRequires: (crate(env_logger/default) >= 0.6.0 with crate(env_logger/default) < 0.7.0) -BuildRequires: (crate(openssl/default) >= 0.10.0 with crate(openssl/default) < 0.11.0) -BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0) -BuildRequires: (crate(tokio-tcp/default) >= 0.1.0 with crate(tokio-tcp/default) < 0.2.0) -%endif %global _description %{expand: Actix http primitives.} @@ -236,6 +189,9 @@ which use "ssl" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -248,6 +204,9 @@ which use "ssl" feature of "%{crate}" crate. %endif %changelog +* Tue Jun 18 08:40:33 CEST 2019 Igor Gnatenko - 0.2.4-1 +- Update to 0.2.4 + * Sun Jun 02 10:42:32 CEST 2019 Igor Gnatenko - 0.2.3-1 - Update to 0.2.3 diff --git a/sources b/sources index 06f9828..3f2d463 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (actix-http-0.2.3.crate) = 89ae914aa375398966fd41fc0f8c23153d09c79f88fb78a12a2a431609205bf928ed16b9fa26f0613781d429e854a8e081b1c28e0b70bd1c80371c121d064054 +SHA512 (actix-http-0.2.4.crate) = c96bb8e0e5bbad590861035697a713c98b0792436d3bcac87cd4b4649d3cb2485a9711355f2e6fbb3b0c90a7147eea8e0af5524ce75a761ff4b0929c3f7d9137