|
|
@ -1,18 +1,21 @@
|
|
|
|
# Generated by rust2rpm
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
# * We don't want to package rustls
|
|
|
|
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate h2
|
|
|
|
%global crate h2
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.1.18
|
|
|
|
Version: 0.1.21
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: HTTP/2.0 client and server
|
|
|
|
Summary: HTTP/2.0 client and server
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://crates.io/crates/h2
|
|
|
|
URL: https://crates.io/crates/h2
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
|
|
|
# * Update string to 0.2, https://github.com/hyperium/h2/pull/363
|
|
|
|
|
|
|
|
Patch0: h2-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
@ -25,7 +28,7 @@ BuildRequires: (crate(http/default) >= 0.1.8 with crate(http/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(indexmap/default) >= 1.0.0 with crate(indexmap/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(indexmap/default) >= 1.0.0 with crate(indexmap/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(log/default) >= 0.4.1 with crate(log/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(log/default) >= 0.4.1 with crate(log/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(slab/default) >= 0.4.0 with crate(slab/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(slab/default) >= 0.4.0 with crate(slab/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(string/default) >= 0.1.0 with crate(string/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(string/default) >= 0.2.0 with crate(string/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(tokio-io/default) >= 0.1.4 with crate(tokio-io/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(tokio-io/default) >= 0.1.4 with crate(tokio-io/default) < 0.2.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: (crate(env_logger) >= 0.5.3 with crate(env_logger) < 0.6.0)
|
|
|
|
BuildRequires: (crate(env_logger) >= 0.5.3 with crate(env_logger) < 0.6.0)
|
|
|
@ -42,8 +45,8 @@ BuildRequires: (crate(webpki-roots/default) >= 0.14.0 with crate(webpki-roots/d
|
|
|
|
BuildRequires: (crate(webpki/default) >= 0.18.0 with crate(webpki/default) < 0.19.0)
|
|
|
|
BuildRequires: (crate(webpki/default) >= 0.18.0 with crate(webpki/default) < 0.19.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description %{expand:
|
|
|
|
An HTTP/2.0 client and server.
|
|
|
|
HTTP/2.0 client and server.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -101,6 +104,9 @@ which use "unstable" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 31 16:01:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.21-1
|
|
|
|
|
|
|
|
- Update to 0.1.21
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 10 07:39:15 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.18-1
|
|
|
|
* Wed Apr 10 07:39:15 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.18-1
|
|
|
|
- Update to 0.1.18
|
|
|
|
- Update to 0.1.18
|
|
|
|
|
|
|
|
|
|
|
|