Update to version 0.3.12; Fixes RHBZ#2062464

epel9
Fabio Valentini 3 years ago
parent 84ec77fed6
commit c83ab6e340
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -29,3 +29,4 @@
/h2-0.3.9.crate /h2-0.3.9.crate
/h2-0.3.10.crate /h2-0.3.10.crate
/h2-0.3.11.crate /h2-0.3.11.crate
/h2-0.3.12.crate

@ -1,14 +1,14 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
# * dev-dependencies are outdated (hex, quickcheck, rand, walkdir) # * dev-dependencies too old in Fedora (tokio-rustls, webpki-roots)
%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.3.11 Version: 0.3.12
Release: %autorelease Release: %autorelease
Summary: HTTP/2.0 client and server Summary: HTTP/2 client and server
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
@ -17,10 +17,10 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
HTTP/2.0 client and server.} HTTP/2 client and server.}
%description %{_description} %description %{_description}
@ -34,9 +34,11 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc CHANGELOG.md CONTRIBUTING.md README.md %doc %{crate_instdir}/CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,7 +50,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+stream-devel %package -n %{name}+stream-devel
Summary: %{summary} Summary: %{summary}
@ -60,7 +62,7 @@ This package contains library source intended for building other packages which
use the "stream" feature of the "%{crate}" crate. use the "stream" feature of the "%{crate}" crate.
%files -n %{name}+stream-devel %files -n %{name}+stream-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-devel %package -n %{name}+unstable-devel
Summary: %{summary} Summary: %{summary}
@ -72,7 +74,7 @@ This package contains library source intended for building other packages which
use the "unstable" feature of the "%{crate}" crate. use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel %files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (h2-0.3.11.crate) = 596e1d67d8f6ab2776e1c0dae393908995fb238c7f95b237865d362e66287724a163cbfc60c9a02cccdab4b7190f0229543dea2767cea50e2542e960663b4b27 SHA512 (h2-0.3.12.crate) = 7af9159a4b21b95e3408cefa971d4ca9bd462a1b833a36cf84b576224cf9a76b4b0bfd0c725b5edc28244c8a2d527e214455742a7e7ef73d5cf4000ce5198321

Loading…
Cancel
Save