Update to 0.1.7

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent e8228ce77e
commit 3a47496ae5
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/http-0.1.5.crate /http-0.1.5.crate
/http-0.1.6.crate /http-0.1.6.crate
/http-0.1.7.crate

@ -5,7 +5,7 @@
%global crate http %global crate http
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.6 Version: 0.1.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Set of types for representing HTTP requests and responses Summary: Set of types for representing HTTP requests and responses
@ -19,6 +19,7 @@ BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(bytes) >= 0.4.0 with crate(bytes) < 0.5.0) BuildRequires: (crate(bytes) >= 0.4.0 with crate(bytes) < 0.5.0)
BuildRequires: (crate(fnv) >= 1.0.5 with crate(fnv) < 2.0.0) BuildRequires: (crate(fnv) >= 1.0.5 with crate(fnv) < 2.0.0)
BuildRequires: (crate(itoa) >= 0.4.1 with crate(itoa) < 0.5.0)
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(indexmap) >= 1.0.0 with crate(indexmap) < 2.0.0) BuildRequires: (crate(indexmap) >= 1.0.0 with crate(indexmap) < 2.0.0)
@ -63,6 +64,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Sat Jun 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Update to 0.1.7
* Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1 * Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1
- Update to 0.1.6 - Update to 0.1.6

@ -1 +1 @@
SHA512 (http-0.1.6.crate) = 8d8e734bb169cbef17aa828e6f5245934034c4f1ddcf5bf73c3d49e4d3e63a862bb4c10dc75d626199db9094a29484697fc162905a492cf3d5b47d952c9db7ed SHA512 (http-0.1.7.crate) = c12f56e47007af34c80598aacfef207498a1a2eef1cda89f32dab7ea807ad3779de0b121a8b55669b1f5e7c8e79b14619b803c0b06bceef3cd721efef9aedff6

Loading…
Cancel
Save