|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm-9-1.fc30
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
%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.22
|
|
|
|
Version: 0.1.23
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: HTTP/2.0 client and server
|
|
|
|
Summary: HTTP/2.0 client and server
|
|
|
|
|
|
|
|
|
|
|
@ -42,8 +42,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 +101,9 @@ which use "unstable" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 05 17:48:13 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.23-1
|
|
|
|
|
|
|
|
- Update to 0.1.23
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.1.22-1
|
|
|
|
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.1.22-1
|
|
|
|
- Update to 0.1.22
|
|
|
|
- Update to 0.1.22
|
|
|
|
|
|
|
|
|
|
|
|